How to use Rails2 when Rails3 is installed

Posted by Earlz on Stack Overflow See other posts from Stack Overflow or by Earlz
Published on 2010-05-09T01:26:01Z Indexed on 2010/05/09 1:28 UTC
Read the original article Hit count: 185

Filed under:
|

Hello I have both Rails2 and Rails3(beta 3) installed by Ruby Gems. Everything right now defaults to using Rails3. For instance rails myproject will create a new Rails3 template. How do I override this so everything goes to Rails2?

© Stack Overflow or respective owner

Related posts about ruby-on-rails

Related posts about rubygems