Simplicity gives you some handy tools and language extensions to write more concise controller and helper methods.
Requires Ruby 1.9 and Rails 3.0
Add this line to your application's Gemfile:
gem 'simplicity'
And then execute:
$ bundle
Or install it yourself as:
$ gem install simplicity
In progress...
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request