draper/lib/draper
Cliff Braton 531953006b Release 3.0.0 (#780)
* Release 3.0.0

* Add breaking change #768 to changelog.

* Add recently merged changes to the changelog.

* Add configuration and custom default controller to the changelog.

* Add entry to changelog for pull request 720

* Add entry to changelog for Rails 5 API-only support.

* Add changelog entry for pull request #795.

* Add changelog entry for pull request #796.

* Add changelog entry for enumerable optimization.

* Update maintainer information in README.

* Add pull request #799 to changelog.

* Add compatability documentation to readme.
2017-05-08 09:52:20 -05:00
..
compatibility Add support for Rails 5 API-only applications (#793) 2017-04-03 08:19:42 -05:00
decoratable Rename `source` to `object` 2013-04-30 14:10:52 +01:00
tasks Replace hash rockets with new syntax (#802) 2017-05-08 09:28:07 -05:00
test Remove previously deprecated functionality. (#785) 2017-03-29 10:26:07 -05:00
view_context Add support for custom default controller configuration (#788) 2017-03-31 09:05:15 -05:00
automatic_delegation.rb Don't do runtime delegation, delegate explicitly (#789) 2017-04-03 11:24:01 -05:00
collection_decorator.rb Revert "Optimization: Optimize CollectionDecorator Enumerable behavior (#707)" (#801) 2017-05-05 10:53:30 -05:00
configuration.rb Add support for custom default controller configuration (#788) 2017-03-31 09:05:15 -05:00
decoratable.rb Only Draper::Decorator types should delegate === to object. (#720) 2017-03-31 14:51:10 -05:00
decorated_association.rb Rename `source` to `object` 2013-04-30 14:10:52 +01:00
decorates_assigned.rb Revert "Merge pull request #480 from urbanautomaton/decorator-namespace-option" 2013-03-10 09:27:12 +01:00
decorator.rb Never re-raise NameError and always default to CollectionDecorator (#795) 2017-04-03 22:24:33 -05:00
delegation.rb Rename `source` to `object` 2013-04-30 14:10:52 +01:00
factory.rb Decorate structs as singular objects (and not as collections) 2014-06-03 16:46:22 -04:00
finders.rb Remove executable bit from lib and spec source files (#718) 2017-03-27 22:39:17 -05:00
helper_proxy.rb Remove previously deprecated functionality. (#785) 2017-03-29 10:26:07 -05:00
helper_support.rb
lazy_helpers.rb
railtie.rb Add support for custom default controller configuration (#788) 2017-03-31 09:05:15 -05:00
test_case.rb revert test_case.rb changes 2016-07-09 10:30:42 -05:00
undecorate.rb Add undecorate_chain feature 2017-01-16 00:47:54 +03:00
version.rb Release 3.0.0 (#780) 2017-05-08 09:52:20 -05:00
view_context.rb Clean view context when controller changes (#799) 2017-05-08 09:23:13 -05:00
view_helpers.rb