Ruby 1.9: What to Expect

OSCON 2008

alternate syntax for symbol as hash keys


 Ruby 1.9

{a: b}

redirect_to action: show

 Ruby 1.8.6

{:a => b}

redirect_to :action => show