Hi folks!

Getting started guide say Rails 3.1 is compatbilbe with ruby 1.8.7 or
higher, but Rails 3.1 is plenty of hash declarations in Ruby 1.9.2 way

Blog::Application.config.session_store :cookie_store, key:
'_rails31_blog_session'
or
<td><%= link_to 'Destroy', post, confirm: 'Are you sure?', method: :delete
%></td>
etc.

AFAIK Rails 3.2 will be compatible just with Ruby 1.9.2 but Rails 3.1 is
still Ruby 1.8.7 compatible. isn't it?

-- 
Emili Parreño - www.eparreno.com
Ruby/Rails Consultant & Trainer - www.prorubyteam.com

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Core" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-core?hl=en.

Reply via email to