Which ruby on rails version best to create web aplication

i’m going to create new web aplications.
some guys are told dont use latest version…
i dnt know what to do…

why that guys are told dnt use latest version

they are told some gems are not supporting latest version.

They probably mean edge rails(the master branch) which might be
unstable.
It’s completely alright to use the latest stable release of rails, got
through rubygems to develop applications.


Dheeraj K.

all better start using rails 4

On Tue, Dec 25, 2012 at 11:42 PM, Dheeraj K.

Rails 3.2.9 is the latest stable version. Should be the default choice.
Some critical security fixes were released in it too.
You can consult rubygems.org to locate the latest stable versions for
any
gem (here rails)
eg. All versions of rails | RubyGems.org | your community gem host
just avoid .beta and .rc versions for your production apps.