Skip to content

Fully embrace Ruby 1.9 hash syntax

Matthias Käppler requested to merge github/fork/rspeicher/ruby19_hashes into master

Created by: rspeicher

Didn't bother with files in db/, config/, or features/

I realize this is a huge commit. Let me know if breaking it up by directory or something would help.

For reference, accomplished with these commands:

perl -pi -e 's/([^:]):([\w\d_]+)(\s*)=>/\1\2:/g' app/views/**/*.haml
perl -pi -e 's/([^:]):([\w\d_]+)(\s*)=>/\1\2:/g' **/*.rb

Merge request reports