draper/lib/draper
Dmytro Stepaniuk f441d11dcd Replace hash rockets with new syntax (#802)
* update rocket hash syntax in Guardfile

* update rocket hash syntax in spec/dummy/lib/tasks/test.rake

* update rocket hash syntax in lib/draper/tasks/test.rake

* update rocket hash syntax in lib/generators/mini_test/decorator_generator.rb

* update rocket hash syntax in schema from dummy app
2017-05-08 09:28:07 -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 add new lines 😓 2012-04-25 23:12:30 +03:00
lazy_helpers.rb Documentation 2013-01-07 16:37:36 +00:00
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.pre1 2016-07-10 13:02:37 -05:00
view_context.rb Clean view context when controller changes (#799) 2017-05-08 09:23:13 -05:00
view_helpers.rb Store helper proxies instead of raw view contexts 2013-01-24 00:23:39 +00:00