Jumpstart Lab > Course Resources > Rails Jumpstart > Preparation for Rails Projects

Preparation for Rails Projects

There are a few extra steps of preparation when working with Rails projects:

Install Rails

Go to your terminal and execute the following:

Check the SQLite3 Database System

You should be able to use a PostgreSQL, MySQL, or SQLite database server with very little alteration. For the purposes of these tutorials we will use SQLite because it is extremely lightweight, pretty easy for beginners, installed on many systems already, and that the database is stored in a simple file so that they can be exchanged easily. To check if you have SQLite installed already, open Terminal (OS X) or a Command Prompt (Windows) and enter sqlite3. At the time of this writing the latest version is 3.6.12, but any version above 3.5 should be fine. Type .quit inside SQLite to exit.

Install SQLite

If you’d like a GUI for managing you SQLite databases, open Firefox and install the extension here: https://addons.mozilla.org/en-US/firefox/addon/5817.