01
Oct
08

NTS: older version of rails

$> cd vendor
$> git clone git://github.com/rails/rails.git
$> cd rails
$> git checkout -b old v1.1.6

[Update] The reason I needed to do this is because I have 2.1 on the path but an app I’m reviewing was implemented with 1.1.6; I couldn’t even run rake stats until I did the above.

Cheers!


1 Response to “NTS: older version of rails”


  1. 2 October 2008 at 10:30

    and you want to use 1.1.6, why???


Leave a Reply