Hi ,
Presently i am installing rails in my ubuntu system(Ubuntu 10.04.3 LTS)
using following commad
gem install rails -v “>=3.1.0”
When i am trying to install
desk@desk-pc:~$ gem install rails -v “>=3.1.0”
Successfully installed rails-3.0.3
1 gem installed
Installing ri documentation for rails-3.0.3…
Installing RDoc documentation for rails-3.0.3…
It is installing rails 3.0.3
why?
I have tried so many ways!
Any one please help me!!
the-lar
September 12, 2011, 9:15am
2
gem install rails — this command going to install rails latest
version.
Just try this. Do you know RVM (Ruby enVironment manager). Most rails
developers use this tools. I’m recommended it to you. Please check it.
On Mon, Sep 12, 2011 at 3:04 PM, kevin peter [email protected]
wrote:
1 gem installed
I have tried so many ways!
To post to this group, send email to [email protected] .
To unsubscribe from this group, send email to
[email protected] .
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en .
–
Best wishes,
Zolzaya E. - Developer
“USI” LLC
Building of Enkhuud center, 4th khoroo, 15th khoroolol
Bayanzurkh district, Ulaanbaatar - 51, Mongolia
Mobile: (976) 88001963
Phone: (976) 70151145
Fax: (976) 70141146
the-lar
September 12, 2011, 9:29am
3
Hi Zolzaya,
Thank you for your reply. Presently I am using rvm only
rvm list
rvm rubies
=> ruby-1.9.2-p290 [ i386 ]
ruby-1.8.6-p420 [ i386 ]
ruby-1.8.7-p352 [ i386 ]
Here I have rvm also latest version[rvm 1.8.3 ].
I am trying to instal using the ruby version (ruby-1.9.2-p290 [ i386
]).
I have followed the below tutorial for installing
http://railsapps.github.com/installing-rails-3-1.html
But no use.
Any More ideas??
Thank You in Advance…
the-lar
September 12, 2011, 9:46am
4
Can you post your errors? Which ruby version do you use in default?
On Mon, Sep 12, 2011 at 3:29 PM, kevin peter [email protected]
wrote:
You received this message because you are subscribed to the Google G.
“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 this group at
http://groups.google.com/group/rubyonrails-talk?hl=en .
–
Best wishes,
Zolzaya E. - Developer
“USI” LLC
Building of Enkhuud center, 4th khoroo, 15th khoroolol
Bayanzurkh district, Ulaanbaatar - 51, Mongolia
Mobile: (976) 88001963
Phone: (976) 70151145
Fax: (976) 70141146
the-lar
September 12, 2011, 9:51am
5
On Mon, Sep 12, 2011 at 3:04 PM, kevin peter [email protected]
wrote:
Hi ,
Presently i am installing rails in my ubuntu system(Ubuntu 10.04.3 LTS)
using following commad
gem install rails -v “>=3.1.0”
use gem install rails -v=3.1.0
It is installing rails 3.0.3
–
You received this message because you are subscribed to the Google G.
“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 this group at
http://groups.google.com/group/rubyonrails-talk?hl=en .
–