1
0
Fork 0
mirror of https://github.com/drapergem/draper synced 2023-03-27 23:21:17 -04:00
Commit graph

9 commits

Author SHA1 Message Date
Steve Tooke
7168e2ca74 Ensure NoMethodError propogates correctly.
When a delegated method calls a non-existant method the correct
NoMethodError should be called. If the NoMethodError is swallowed by
the decorator it can cause problems with BDD workflow.
2012-01-31 11:03:14 +00:00
Steve Tooke
51b03097f2 Remove trailing whitespace. 2012-01-31 10:11:55 +00:00
Jeff Casimir
81781988fa Adding support for automatic decoration of find_by_ methods 2012-01-16 20:27:48 -05:00
Michael Fairley
7b6cd2634d Use published APIs for for decorates_association 2012-01-05 09:21:32 -08:00
Michael Fairley
1580baa287 Automatically decorate associations with decorates_association 2012-01-05 09:20:07 -08:00
Jeff Casimir
0893f1f813 Implementing #first and #last methods on decorators 2011-10-28 21:02:36 -04:00
Jeff Casimir
3670ef76ee Wrap the .all method to return a DecoratedEnumerableProxy 2011-10-28 20:38:43 -04:00
Jeff Casimir
173c705422 Refactoring spec organization 2011-10-28 20:22:06 -04:00
Justin Ko
6a595ab20f Move spec/samples to spec/support/samples 2011-10-24 11:48:53 -06:00
Renamed from spec/samples/product.rb (Browse further)