install rails version

0 views
Skip to first unread message

gino

unread,
Jun 3, 2007, 2:58:51 PM6/3/07
to rubyonra...@googlegroups.com
how about if I don't want the latest realese of rails, and want an older
version, how do I do that ?
unistalling current version, and installing a version that I want

--
Posted via http://www.ruby-forum.com/.

Rajesh Shetty

unread,
Jun 3, 2007, 3:27:56 PM6/3/07
to rubyonra...@googlegroups.com
You can freeze the version of Rails that you want to have. Just go to
your rails application root and run following command

rake rails:freeze:edge TAG=<rails releas tag>

e.g.

rake rails:freeze:edge TAG=rel_1-1-6

This will freeze the Rails 1.1.6 under your Rails application. You will
see Rails directory under your <Rails app home>/vendor

Hope that helps

gino

unread,
Jun 3, 2007, 4:08:59 PM6/3/07
to rubyonra...@googlegroups.com
Thanks, I got it
It's working now just fine
Reply all
Reply to author
Forward
0 new messages