Install Ruby on Rails offline | ![]() |
![]() |
Written by Arash Karimzadeh |
Wednesday, 20 May 2009 07:36 |
This article shows how easily you can install RoR offline(locally). I have installed ruby and gems by using RubyInstaller and through this article we'll see what packages we need. 1.What we need?
2.install gemsOpen command prompt and navigate to the folder which contains these downloaded gems. and use following command to install gems. gem install It is important to install the rails package after you have installed allother packages. You can use the sequence which is shown bellow. (the F: drive contains all my gem packagees) Now everything is ok to run the rails command and create your first application.You can read more at here. |
Last Updated on Wednesday, 20 May 2009 09:19 |