venkata reddy wrote in post #967814:
> u know why it is happening..
> heroku uses postgresql as default..
> so if u r using sqlite3 u should disable that..
> u can do that by commenting one single line in ur gemfile
> that will like gem require=>sqlite3 or something like that...
> then do:
>
> heroku config:add BUNDLE_WITHOUT="development:test"
>
> then again commit and push it to heroku...i am sure ur application
> will definitely work...

Thanks a lot all for your replies.

It worked when I did this in the Gemfile (Based on 
http://railstutorial.org/ruby-on-rails-tutorial-book)

gem 'sqlite3-ruby', :require => 'sqlite3', :group => :developmen

-- 
Posted via http://www.ruby-forum.com/.

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-t...@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to