Abstracted Thread.current info, not necessary for README

This commit is contained in:
Jeff Casimir 2011-10-20 08:28:27 -04:00
parent f50a82795c
commit ca5c538133
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
* Automatically generate a named accessor for the wrapped object, so now inside of `ArticleDecorator` you can use `article` instead of just `model`
* Removed the `lazy_helpers` method to favor using `include Draper::LazyHelpers`
* Refactored how methods are selected for delegation to the wrapped model
* Fixed how the view context is stored in the `Thread.current` to resolve cross-request issues
* Fixed how the view context is stored to resolve cross-request issues
* Decorated collections now return a collection proxy instead of an array, which fixes many compatibility issues
* Automatically generate RSpec/Test::Unit stub for decorator class