Specify rails version to use while creating rails project

I was having rails versions installed ranging from rails 1.2.3 to 2.3and i wanted to create rails project that uses rails 2.1.0.I was got stucked with this problem & finally got solutionYou can specify rails version to use while creating new rails application rails _2.1.0_ simple_blogThe above command will create simple blog application that will … Continue reading Specify rails version to use while creating rails project