Ruby and Rails Configuration: Difference between revisions

From Littledamien Wiki
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


IDE