Small add-on for Draper that decorates models before rendering.
Go to file
John Bintz 33b240196c bump version 2013-03-20 14:17:28 -04:00
lib bump version 2013-03-20 14:17:28 -04:00
spec add support for decorate_collection for Draper 1.0 2013-01-17 07:31:14 -05:00
.gitignore Initial commit. Add all of DecoratesBeforeRendering. 2012-07-13 10:40:37 -07:00
CHANGELOG.markdown Add CHANGELOG, bump version. 2012-10-17 18:26:16 -07:00
Gemfile Initial commit. Add all of DecoratesBeforeRendering. 2012-07-13 10:40:37 -07:00
LICENSE Initial commit. Add all of DecoratesBeforeRendering. 2012-07-13 10:40:37 -07:00
README.md Initial commit. Add all of DecoratesBeforeRendering. 2012-07-13 10:40:37 -07:00
Rakefile Initial commit. Add all of DecoratesBeforeRendering. 2012-07-13 10:40:37 -07:00
decorates_before_rendering.gemspec Initial commit. Add all of DecoratesBeforeRendering. 2012-07-13 10:40:37 -07:00

README.md

DecoratesBeforeRendering

A small add-on for Draper that automatically decorates specified controller instance variables before rendering. Currently only works on objects that respond to ```model_name````, but this could easily be expanded upon.

Installation

Add this line to your application's Gemfile:

gem 'decorates_before_rendering'

And then execute:

$ bundle

Or install it yourself as:

$ gem install decorates_before_rendering

Usage

See lib/decorates_before_rendering.rb for usage instructions.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request