I have downloaded Lion and looking to install Ruby on Rails I have been scanning the web for a way to do this but can't seem to find a easy way, could anyone point me in the correct direction.
Help Much Appreciated
Thanks
|
I have downloaded Lion and looking to install Ruby on Rails I have been scanning the web for a way to do this but can't seem to find a easy way, could anyone point me in the correct direction. Help Much Appreciated Thanks
| |||
feedback
|
|
The best way to get up to speed quickly with the newest or whichever selected versions of Ruby and Rails is to install RVM on your machine. A nice easy howto for this is located here. http://eddorre.com/posts/rails-ultimate-install-guide-on-os-x-lion-using-rvm-homebrew-and-pow | |||||
feedback
|
|
Below I try to resume my rails installation. It should work well. 1) Download Xcode from Apple Application Store : use this link : xcode 2) Install xcode : Use finder=>applications to locate "Xcode installation icon and double-click on it to begin the installation 3) use a terminal to install git:
and put this line in your .bash_profile (create one if none exists) :
4) use a terminal to install rvm:
and run this command to update your .bash_profile :
5) use a terminal to install ruby 1.9.2 and rails:
| |||||
feedback
|
|
Mac OS X comes with Rails installed. If you want to install a different version yourself, see the documentation and rvm. | |||||||||||||
feedback
|
|
Personnaly i have follow this link to install rails with rvm on Mac OS X Lion and i use pow to run localy my application. | |||
|
feedback
|
|
As of the latest version of lion (and having installed sass/compass/haml), if you type "rails" in the terminal and you dont have it, it will tell you to just do a sudo install right there. Hope its as easy for you as it was for me. | |||
|
feedback
|
This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.