Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Ruby Installing a Ruby Development Environment Installing a Ruby Development Environment Installing Ruby on Windows

Ruby On Rails Install

I have followed the instructions to the T.

Do I need to use sqlite or sqlite3? There are two different set of instructions in this tutorial.

I'd recommend using sqlite3 since it does a better job. If you're on a mac, install something called homebrew and install applications easily. (http://brew.sh/)

e.g. brew install sqlite

1 Answer

james conigliaro
james conigliaro
3,502 Points

you can use other databases, SQLite is just the go to. but in production you should switch your DB to MySQL or PostgreSQL. depending on your needs, and hosting provider. PostgreSQL is an obvious choice if you want to host on heroku.