On 19 Nov 2011, at 20:45, amvis <[email protected]> wrote:
> > I heard about one thing, which is related with rails version. The thing is ,i > created a ruby on rails application with rails version 3.1. So we can > execute the same rails application on another different rails version by > changing one command via console. i think this is related with the > installation of rails with RVM(ruby version manager)? how is it possible? > Rvm allows you to have different versions of ruby. While it does also allow you to manage multiple sets of gems, you don't need it for that. Rails 3 uses bundler by default which makes it super easy to specify which versions of gems your app uses (including the rails gems) Fred > i used this link for the ruby on rails setting up on ubuntu > http://ryanbigg.com/2010/12/ubuntu-ruby-rvm-rails-and-you/. This link also > with RVM. > > But how is the same possible ? > can anyone have another link. which using we can run the rails application > on different rails version? > -- > You received this message because you are subscribed to the Google Groups > "Ruby on Rails: Talk" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/rubyonrails-talk/-/wzhmj1Pra3MJ. > 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. -- 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 this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

