On Wed, Apr 11, 2012 at 6:25 AM, Matt Slay <[email protected]> wrote:

> I think I'll be using Heroku to host the app.

> So, I'm wondering if it is a feasible choice to simply go with a SQLite
> database in production for a small app like this?

With Heroku, you get Postgres by default. And since there's no file
system, you couldn't run SQLite anyway AFAIK.

> I just can't see the need for the any of the (slightly) extra configuration
> that a MySql or Postgres database would require.

Add this line to your Gemfile:

   gem 'pg'

Done  :-)

-- 
Hassan Schroeder ------------------------ [email protected]
http://about.me/hassanschroeder
twitter: @hassan

-- 
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 [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to