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 edit summary |
||
| Line 11: | Line 11: | ||
* [http://www.sqlite.org/download.html SQLite Download Page]<br />The Rails tutorials use SQLite3. | * [http://www.sqlite.org/download.html SQLite Download Page]<br />The Rails tutorials use SQLite3. | ||
* Install Rails:<syntaxhighlight lang="powershell">> gem install rails</syntaxhighlight> | * Install Rails:<syntaxhighlight lang="powershell">> gem install rails</syntaxhighlight> | ||
== IDE == | |||
* [https://www.jetbrains.com/ruby/ RubyMine] (JetBrains) | |||
Revision as of 19:32, 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
IDE
- RubyMine (JetBrains)