draper/lib/draper
Steve Klabnik cb3878a867 Merge pull request #306 from dqminh/master
Memoize .helpers
2012-10-12 09:45:01 -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 Rename DecoratedEnumerableProxy to CollectionDecorator 2012-10-09 10:07:14 +01:00
decoratable.rb Rename ModelSupport to Decoratable 2012-10-09 10:11:57 +01:00
decorator.rb Merge pull request #306 from dqminh/master 2012-10-12 09:45:01 -07: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