Re: [Rails] Not able to host app on Heroku using sqlite3 gem

2018-10-23 Thread Piyush Chowhan
not able to run server What am I missing? rails s *Traceback* (most recent call last): 2: from /usr/local/bin/rails:23:in `' 1: from /Users/apple/.rvm/rubies/ruby-2.5.1/lib/ruby/site_ruby/2.5.0/rubygems.rb:308:in `activate_bin_path' /Users/apple/.rvm/rubies/ruby-2.5.1/lib/ruby/site_ruby/2.5.0/r

Re: [Rails] Not able to host app on Heroku using sqlite3 gem

2018-10-23 Thread Karthikeyan A K
Heroku supports postgres, so change the gem file in such a way that sqlite is used in development and gem "pg" is used in production. On Tue, Oct 23, 2018 at 5:22 PM Piyush Chowhan wrote: > Heroku Logs > > Running: rake assets:precompile > >rake aborted! > >Gem::LoadError: Error

[Rails] Not able to host app on Heroku using sqlite3 gem

2018-10-23 Thread Piyush Chowhan
Heroku Logs Running: rake assets:precompile rake aborted! Gem::LoadError: Error loading the 'sqlite3' Active Record adapter. Missing a gem it depends on? sqlite3 is not part of the bundle. Add it to your Gemfile. /tmp/build_28ce13e795827133a7d6aa8c90c74c73/vendor/bundl