draper/lib/draper
Alex Okolish 5dd5757b25 fix bug: unitialized constant NilClassDecorator no need to decorate an empty array anyways 2012-10-20 15:22:19 -07:00
..
test Rename Base to Decorator 2012-10-09 10:05:22 +01:00
active_model_support.rb Simplify ActiveModelSupport 2012-10-12 00:26:17 +01:00
collection_decorator.rb Use ViewHelpers in collection decorator 2012-10-16 10:45:09 -04:00
decoratable.rb Rename ModelSupport to Decoratable 2012-10-09 10:11:57 +01:00
decorator.rb fix bug: unitialized constant NilClassDecorator no need to decorate an empty array anyways 2012-10-20 15:22:19 -07:00
helper_proxy.rb Extract helper proxy 2012-10-14 23:01:15 +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
railtie.rb Rename ModelSupport to Decoratable 2012-10-09 10:11:57 +01:00
rspec_integration.rb set current view context in view tests 2012-06-05 19:50:04 +03:00
security.rb Extract Security class 2012-10-12 12:04:37 +01: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
view_helpers.rb move #helpers (delegates to HelperProxy) to module 2012-10-16 10:38:51 -04:00