Commit Graph

24 Commits

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