hello all, i am working on rails3 currently... and now i need rails2 as well ..how to install rails2 with existing rails3. i tried using rvm but getting the error as rvm command not found even after installing it... -- 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
On which Os you are working If on Ubuntu Edit your bashrc file On Fri, Aug 26, 2011 at 11:03 AM, ashok k. <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote:> hello all, > i am working on rails3 currently... and now i need rails2 as well ..how > to install rails2 with existing rails3. > i tried using rvm but getting the error as rvm command not found > even after installing it... > > -- > 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. > >-- Rajeev Kannav Sharma<http://www.google.com/search?q=Rajeev+Kannav+Sharma&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a> -- 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
On 26 August 2011 06:33, ashok k. <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote:> hello all, > i am working on rails3 currently... and now i need rails2 as well ..how > to install rails2 with existing rails3. > i tried using rvm but getting the error as rvm command not found > even after installing it...rvm is the way to do it. Make sure you have followed carefully the instructions for installing it, dependent on your operating system. Colin -- 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
hello,
how to install rails2 with existing rails3 in ubuntu 10.04.. i tried with
rvm .. but getting rvm command not found even after installing it..
also tried with gem install rails -v=2.3..its getting installed but once i
run the server (rails script/server)..
`activate'': can''t activate activesupport (= 3.0.10, runtime)
for
["railties-3.0.10"], already activated activesupport-2.3.9 for
["rails-2.3.9"] (Gem::LoadError)
from /usr/local/lib/ruby/1.9.1/rubygems.rb:254:in `block in
activate''
from /usr/local/lib/ruby/1.9.1/rubygems.rb:253:in `each''
from /usr/local/lib/ruby/1.9.1/rubygems.rb:253:in `activate''
from /usr/local/lib/ruby/1.9.1/rubygems.rb:1119:in
`try_activate''
from <internal:lib/rubygems/custom_require>:32:in `rescue in
require''
from <internal:lib/rubygems/custom_require>:29:in
`require''
from script/rails:6:in `<main>''
--
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
rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en.
Annapoorna R wrote in post #1018771:> hello, > how to install rails2 with existing rails3 in ubuntu 10.04.. i tried > with > rvm .. but getting rvm command not found even after installing it.. >What did you do to install rvm? -- 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.