Commit Graph

19 Commits

Author SHA1 Message Date
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