On 16 May 2013 08:13, Love U Ruby <[email protected]> wrote: > Hassan Schroeder wrote in post #1109119: >> On Wed, May 15, 2013 at 9:55 AM, Love U Ruby <[email protected]> >> wrote: >> >>> Thanks for the guidance. Could you help me to install Rail also? >> >> Try `gem install rails` >> >> -- >> Hassan Schroeder ------------------------ [email protected] >> http://about.me/hassanschroeder >> twitter: @hassan > > I used RVM to install Ruby. I think I should use also use `RVM` to > install Rails. Is it? what the database I need to install also?
Once you have installed rvm then gem install will install into the rvm environment. So gem install rails should do what you want. If you want a particular version then, for example gem install rails --version 2.3.2 To install a different version of Ruby (should you wish to do so) then, for example rvm install 1.9.2 and to use it rvm use 1.9.2 > > I am using SublimeText2 editor for my Ruby programs. What has that got to do with installing Rails? Colin -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

