Mandeep Kaur wrote in post #1090909: > On Thu, Jan 3, 2013 at 3:12 PM, Nirav Bhatu <[email protected]> > wrote: >> I want to install Ruby 1.8.7 and Rails 2.8.3,i am using ubuntu 11. Thank >> you > > Run following command in terminal > > sudo gem install rails -v 2.8.3 > sudo apt-get install ruby1.8-dev > > > -- > Mandeep Kaur > http://mandeepsimak.wordpress.com/
i have tried sudo gem install rails -v 2.8.3 command but it shows following: sudo gem install rails -v 2.8.3 ERROR: Could not find a valid gem 'rails' (= 2.8.3) in any repository ERROR: Possible alternatives: rails i have gem version 1.7.2.Now how can i install rails 2.8.3?? -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

