draper/lib/draper
Hans de Graaff 2e6f741a63 Also initialize ViewContext for rails runner (#739)
Initialize Draper's ViewContext when using the runner command in a
similar way to using the console command. Without this code run by the
rails runner command (e.g. when processing commands from a message
queue) will not have a properly initialized ViewContext, and
consequently the helpers will not be initialized.
2017-03-29 10:30:43 -05:00
..
decoratable Rename `source` to `object` 2013-04-30 14:10:52 +01:00
tasks remove old compatibility code 2016-07-04 16:07:06 -05:00
test Remove previously deprecated functionality. (#785) 2017-03-29 10:26:07 -05:00
view_context Bugfix for missing ActionController::TestRequest 2017-01-16 13:29:58 +01:00
automatic_delegation.rb Prevent automatically delegated methods from piling up on Decorator class. 2016-06-06 12:20:28 -04:00
collection_decorator.rb Remove previously deprecated functionality. (#785) 2017-03-29 10:26:07 -05:00
decoratable.rb Fix wrong UninferrableDecoratorError error raising 2016-11-07 04:36:53 +03: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 Issue 725: Remove conflicting source alias (#786) 2017-03-29 10:27: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 Also initialize ViewContext for rails runner (#739) 2017-03-29 10:30:43 -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 Remove previously deprecated functionality. (#785) 2017-03-29 10:26:07 -05:00
view_helpers.rb Store helper proxies instead of raw view contexts 2013-01-24 00:23:39 +00:00