Ruby and Rails Configuration: Difference between revisions
Jump to navigation
Jump to search
(Created page with "Category:Ruby Category:Web Development == Overview == Notes on installing Ruby and Rails, and creating and configuring new Rails projects. == Ruby and Rails install...") |
(No difference)
|
Revision as of 18:41, 21 November 2014
Overview
Notes on installing Ruby and Rails, and creating and configuring new Rails projects.
Ruby and Rails installation
- Getting Started with Rails (RailsGuides)
- Ruby Intsaller for Windows
Download the Windows Installer and run it. Make sure the option to update the environment path is selected. - SQLite Download Page
The Rails tutorials use SQLite3. - Install Rails:
> gem install rails