Commit Graph

31 Commits

Author SHA1 Message Date
Jeff Casimir 594816661e Releasing 1.3.0 2013-10-26 16:28:45 -06:00
Azul 179512a36a Readme updated to reflect new generator hook
You get a decorator whenever you create a controller. Still using 'generate resource' in the example to clearify this works from all generators that create controllers.
2013-06-08 08:27:14 +02:00
Andrew Haines 4b933ef39d Rename `source` to `object`
Closes #501
2013-04-30 14:10:52 +01:00
Carol Nichols 943f25bdef Improve documentation about stubbing route helpers
* Get rid of an unnecessary newline
* Change 'include Rails' to 'require Rails'
* Clarify when you would need to explicitly include ViewHelpers
* Switch from mocha `stubs` to RSpec `stub`
2013-04-05 13:54:54 -04:00
Carol Nichols dbe8a81ca7 Document how to stub route helper functions in isolated tests. Addresses #506. 2013-04-05 10:51:28 -04:00
Andrew Haines 54edb0260a 80-char wrap
[ci skip]
2013-04-04 22:03:10 +01:00
Andrew Haines fd987bc3c8 Add `decorates_assigned` to README
[ci skip]
2013-04-04 21:49:50 +01:00
Chuck Fitzpatrick 1801c7b494 Fix typo 2013-03-06 10:39:47 -08:00
Andrew Haines 693db7cae0 Update Code Climate badge
[ci skip]
2013-02-27 11:18:55 +00:00
Andrew Haines cf04814788 Reflect changed collection decorator behavior in README 2013-02-15 09:45:19 +00:00
Thomas Stratmann cee5bacd75 Note about :capture method and LazyHelpers 2013-02-04 21:59:26 +01:00
Andrew Haines 6ca2897278 Add will_paginate instructions
[ci skip]
2013-01-23 11:29:41 +00:00
Andrew Haines ae1f1236a2 Add a pagination header
[ci skip]
2013-01-23 11:07:40 +00:00
Andrew Haines d1acc8dcdb 1.9 hash syntax
[ci skip]
2013-01-22 00:18:24 +00:00
Steve Klabnik cc04adc717 Merge pull request #434 from mikegee/README-fixes
fix delagate w/ prefix
2013-01-21 16:01:27 -08:00
mikegee fb028c3000 fix delagate w/ prefix 2013-01-21 18:36:13 -05:00
Michael Gee 74f39d7b07 typo in README menthod -> method 2013-01-21 16:06:26 -05:00
Andrew Haines 9e034576a7 Document lack of support for Mongoid 2.x 2013-01-21 14:30:12 +00:00
Andrew Haines a039671202 Add support for decoupled specs
Closes #424
2013-01-19 21:55:46 +00:00
Andrew Haines c50970e1b8 Link to upgrade guide
[ci skip]
2013-01-14 19:45:26 +00:00
Andrew Haines 4937a44033 Whitespace
[ci skip]
2013-01-14 19:45:26 +00:00
Andrew Haines ef01add38d Relax suggested version specification
[ci skip]
2013-01-14 19:35:04 +00:00
Andrew Haines fa0d2b73f6 Add an internal link
[ci skip]
2013-01-14 18:56:32 +00:00
Jeff Casimir 16de8b912b One pass of revisions 2013-01-14 10:36:50 -07:00
Steve Klabnik bca7fd7330 Remove beta install instructions 2013-01-14 10:50:10 -05:00
Andrew Haines 130edec103 Be more confident about Test::Unit support
[ci skip]
2013-01-14 13:43:44 +00:00
Andrew Haines c6f8aaa2b2 Remove `allows`, `denies` and `denies_all` from Decorator
Automatic delegation of methods is now achieved with `delegate_all`,
which includes the new AutomaticDelegation module.

Manual delegation is achieved using the standard Active Support
`delegate` method, which is enhanced so that `to: :source` is the
default.
2013-01-14 03:57:47 +00:00
Andrew Haines 70a18aa4cb Show installation procedure for beta 2013-01-01 11:11:14 +00:00
Vasiliy Ermolovich 52f766166d Update README.md 2012-12-31 22:09:16 +03:00
Andrew Haines 5b67a2690b Add example of delegation to source
[ci skip]
2012-12-31 17:44:48 +00:00
Andrew Haines 52360b656f Rewrite README
Closes #364
Closes #368
Closes #371
[ci skip]
2012-12-27 11:37:21 +00:00