There are a few extra steps of preparation when working with Rails projects:
Go to your terminal and execute the following:
sudo gem install rails mongrelgem install rails mongrelYou 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.
sudo gem install sqlite3-rubyC:\windows\system32\ and C:\windows\ foldersgem install sqlite3-rubyIf 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.