which ruby on rails version best to create web aplication

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. http://rubygems.org/gems/rails/versions

just avoid .beta and .rc versions for your production apps.