Hi,
I'm new to Hobo and Rails and I'm experimenting with Heroku. (Perhaps I'm getting ahead of myself, but anyway...)
The Heroku docs say that I need to change sqlite3 to pg in my Gemfile for deployment to Heroku to work, as they don't support SQLite. However, doing this seems to break Hobo completely as it then complains that SQLite is missing:
Hobo Command Line Interface 1.3.0.RC
/usr/local/lib/ruby/gems/1.9.1/gems/activesupport-3.0.9/lib/active_support/dependencies.rb:239:in `require': no such file to load -- sqlite3 (LoadError)
How do I resolve this in such a way that I can use SQLite locally as a development database, but then deploy to Heroku and use its PostgreSQL database?
Sorry for such a newbie question!
Allan Lewis.