Ryan Bates
|
efa3ff1c0f
|
releasing 1.6.0
|
2011-03-10 23:59:13 -08:00 |
|
Ryan Bates
|
79995e4309
|
adding Lock It Down section to readme
|
2011-02-22 09:37:53 -08:00 |
|
Ryan Bates
|
b2028c8aa7
|
moving :alert into redirect_to call in documentation
|
2011-01-28 09:53:07 -08:00 |
|
Ryan Bates
|
2012311c40
|
readme improvements
|
2011-01-18 11:55:46 -08:00 |
|
Ryan Bates
|
120eafeabd
|
updating readme for 1.5
|
2011-01-11 00:21:42 -08:00 |
|
Ryan Bates
|
e49190fc21
|
fixing link in readme
|
2011-01-08 21:48:19 -08:00 |
|
Ryan Bates
|
39bffe91ab
|
fixing github links in readme
|
2011-01-08 13:25:45 -08:00 |
|
Ryan Bates
|
e2910a74ee
|
moving parts of the README into wiki pages
|
2011-01-08 12:36:32 -08:00 |
|
Ryan Bates
|
6c3e87eea9
|
updating readme and documentation
|
2010-10-05 16:18:35 -07:00 |
|
Ryan Bates
|
18b45d5cfc
|
adding Gemfile, to get specs running just bundle and rake - closes #163
|
2010-10-05 10:09:37 -07:00 |
|
Ryan Bates
|
737f8acff5
|
make it clear in readme that alias_action is an instance method - closes #139
|
2010-09-03 09:30:47 -07:00 |
|
Ryan Bates
|
4fe44af45d
|
be more clear about blocks not working with accessible_by - closes #130
|
2010-08-30 13:40:31 -07:00 |
|
Ryan Bates
|
13427e18d5
|
updating readme
|
2010-08-06 15:54:25 -07:00 |
|
Ryan Bates
|
5eae169d7b
|
mentioning CanCan contributors in README
|
2010-07-21 12:06:28 -07:00 |
|
Ryan Bates
|
66ff1f2ea3
|
removing metrics link in readme, farewell Caliper :(
|
2010-07-21 12:02:27 -07:00 |
|
Ryan Bates
|
18dcf2a121
|
mention Rails 3 installation in README - closes #56
|
2010-07-21 11:59:24 -07:00 |
|
Ryan Bates
|
25637bb33a
|
removing extra white space at end of lines
|
2010-07-21 11:45:26 -07:00 |
|
Ryan Bates
|
e1652ea424
|
adding admin namespace wiki page link to readme
|
2010-04-17 13:27:01 -07:00 |
|
Ryan Bates
|
b9995c6147
|
minor changes to readme
|
2010-04-17 12:37:32 -07:00 |
|
Ryan Bates
|
283f58ee16
|
improving readme with links to wiki
|
2010-04-17 11:45:41 -07:00 |
|
Ryan Bates
|
f46696348e
|
allow access to classes when using hash conditions since you'll generally want to narrow it down with a database query
|
2010-04-16 15:56:07 -07:00 |
|
Ryan Bates
|
8903feee70
|
removing unauthorized! in favor of authorize! and including more information in AccessDenied exception - closes #40
|
2010-04-16 14:54:18 -07:00 |
|
Ryan Bates
|
240c281061
|
renaming ActiveRecordAdditions#can method to accessible_by since it flows better and makes more sense
|
2010-04-15 23:54:45 -07:00 |
|
Ryan Bates
|
ef5900c5b1
|
adding caching to current_ability class method, if you're overriding this be sure to add caching there too
|
2010-04-15 23:28:04 -07:00 |
|
Ryan Bates
|
37f482e8d5
|
default ActiveRecordAdditions#can method action to :read and use 'scoped' if 'where' is not available
|
2010-04-15 23:18:49 -07:00 |
|
Ryan Bates
|
baeef0b9dd
|
adding conditions behavior to Ability#can and fetch with Ability#conditions - closes #53
|
2010-04-15 16:50:47 -07:00 |
|
Ryan Bates
|
a13f78d6f9
|
listing additional resources at top of readme page (including metrics and tests)
|
2009-12-30 20:29:19 -08:00 |
|
Ryan Bates
|
ef22de689b
|
adding custom message argument to unauthorized! method - closes #18
|
2009-12-15 10:53:05 -08:00 |
|
Ryan Bates
|
67416532f4
|
adding Railscasts episode to documentation
|
2009-12-14 09:42:51 -08:00 |
|
Ryan Bates
|
f919ac53bb
|
releasing gem v1.0.1
|
2009-12-14 08:37:30 -08:00 |
|
Ryan Bates
|
f7480d1f5a
|
releasing gem v1.0.0 (backwards incompatible, see changelog)
|
2009-12-13 13:47:49 -08:00 |
|
Ryan Bates
|
d4405e6070
|
adding cannot method to define which abilities cannot be done - closes #7
|
2009-11-25 10:25:58 -08:00 |
|
Ryan Bates
|
0ae41f57b8
|
mentioning wiki in readme
|
2009-11-18 16:37:10 -08:00 |
|
Ryan Bates
|
b145a98488
|
linking to the RDocs from README
|
2009-11-17 17:02:20 -08:00 |
|
Ryan Bates
|
072cb0f2de
|
fixing spacing issues in README
|
2009-11-17 12:59:44 -08:00 |
|
Ryan Bates
|
4322da9d0a
|
expanding readme documentation
|
2009-11-17 11:22:09 -08:00 |
|
Ryan Bates
|
0f49b5478f
|
adding 'cannot?' method which performs opposite check of 'can?' - closes #1
|
2009-11-17 10:46:16 -08:00 |
|
Ryan Bates
|
df276536ab
|
adding documentation for testing abilities - closes #6
|
2009-11-17 10:33:03 -08:00 |
|
Ryan Bates
|
1edf583110
|
BACKWARDS INCOMPATIBLE: use Ability#initialize instead of 'prepare' to set up abilities - closes #4
|
2009-11-17 10:25:47 -08:00 |
|
Ryan Bates
|
9d58226563
|
couple fixes in readme
|
2009-11-16 22:31:27 -08:00 |
|
Ryan Bates
|
28eaf1bc99
|
releasing gem v0.1.0
|
2009-11-16 22:15:10 -08:00 |
|
Ryan Bates
|
b1d3d66e4a
|
filling readme
|
2009-11-16 21:23:06 -08:00 |
|
Ryan Bates
|
6c6a57beec
|
adding documentation placeholder
|
2009-11-16 17:03:54 -08:00 |
|