Fully embrace Ruby 1.9 hash syntax
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
Activity
Created by: rspeicher
I'm getting the same feature failure when I run against current master (1413c23c), so I'm not sure what that is. Doesn't seem to be caused by my changes, but I'm not sure.
By Administrator on 2012-08-10T23:22:50 (imported from GitLab project)
By Administrator on 2012-08-10T23:22:50 (imported from GitLab)
Please register or sign in to reply