draper/lib/draper
Steve Klabnik 4b47c88859 bumping for 0.18.0 2012-10-08 21:04:22 -07:00
..
test Update minitest integration 2012-09-27 13:46:27 -06:00
active_model_support.rb Always delegate to_param, id, errors to model if models responds to them 2012-07-17 14:51:12 +02:00
base.rb Fix incorrect method signature for I18n.localize proxy 2012-10-08 22:06:42 +07:00
decorated_enumerable_proxy.rb Change :klass option to :class 2012-10-06 16:42:05 +01:00
helper_support.rb add new lines 😓 2012-04-25 23:12:30 +03:00
lazy_helpers.rb add new lines 😓 2012-04-25 23:12:30 +03:00
model_support.rb Added `decorator_class` class and instance methods 2012-09-07 16:05:15 -04:00
railtie.rb Clear the context per request, and assign a controller reference that is used to create a new view context on demand if needed by draper outside of a template context. Fixes #287. Split out the system initialization into action_controller and action_mailer pieces for clarity. Guarded the view context lazy initialization to only attempt to create a test context if the proper test classes exist (as they won't outside of test mode). 2012-10-01 14:30:18 -07:00
rspec_integration.rb set current view context in view tests 2012-06-05 19:50:04 +03:00
system.rb Clear the context per request, and assign a controller reference that is used to create a new view context on demand if needed by draper outside of a template context. Fixes #287. Split out the system initialization into action_controller and action_mailer pieces for clarity. Guarded the view context lazy initialization to only attempt to create a test context if the proper test classes exist (as they won't outside of test mode). 2012-10-01 14:30:18 -07:00
version.rb bumping for 0.18.0 2012-10-08 21:04:22 -07:00
view_context.rb Set host for ActionMailer instances. 2012-10-08 21:01:04 -07:00