Draper 1.0.0 released

Home Blog

2013-01-14

Today, I released Draper 1.0.0! Draper is a gem that gives you decorators/view models for Rails.

You can get it with Rubygems:

$ gem install draper

or by adding this to your Gemfile:

gem "draper", "~>1.0.0"

Draper supports all versions of Rails 3, and follows SemVer, so you can be confident that your application will work well with Draper in the future. Thank you to everyone who tried out our six (six!!!11) beta releases and gave us patches and feedback.