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
|
b9227eb971
|
adding a lot of inline documentation to code for rdocs
|
2009-11-17 16:56:16 -08:00 |
|
Ryan Bates
|
072cb0f2de
|
fixing spacing issues in README
|
2009-11-17 12:59:44 -08:00 |
|
Ryan Bates
|
52649a8da1
|
releasing gem 0.2.0 NOT BACKWARDS COMPATABLE, SEE CHANGELOG
|
2009-11-17 12:58:42 -08:00 |
|
Ryan Bates
|
15a01a579c
|
fixing behavior of load_and_authorize_resource for namespaced controllers - closes #3
|
2009-11-17 11:59:59 -08:00 |
|
Ryan Bates
|
766fe86a9f
|
support arrays being passed to 'can' to specify multiple actions or classes - closes #2
|
2009-11-17 11:46:27 -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
|
4b6f538663
|
moving can definition into ability instance instead of class, this removes ugly instance_exec command
|
2009-11-16 19:59:40 -08:00 |
|
Ryan Bates
|
7b299b50fc
|
fix resource loading for new action
|
2009-11-16 19:26:33 -08:00 |
|
Ryan Bates
|
aaed265c91
|
turning into a funtioning Rails plugin
|
2009-11-16 19:24:04 -08:00 |
|
Ryan Bates
|
1034c81763
|
adding a before filter for loading and authorizing a resource
|
2009-11-16 19:00:10 -08:00 |
|
Ryan Bates
|
6c6a57beec
|
adding documentation placeholder
|
2009-11-16 17:03:54 -08:00 |
|
Ryan Bates
|
44b36ce2fc
|
adding controller additions with basic behavior.
|
2009-11-16 17:02:49 -08:00 |
|
Ryan Bates
|
c663effc06
|
using instance_exec to change scope of can blocks to instance of ability, this is a bit ugly so I may end up using methods instead
|
2009-11-16 16:24:36 -08:00 |
|
Ryan Bates
|
be1892cca8
|
adding initial aliases for index, show, new and edit
|
2009-11-16 15:09:25 -08:00 |
|
Ryan Bates
|
d5f6e0570c
|
moving class dependency inline in specs
|
2009-11-16 15:04:57 -08:00 |
|
Ryan Bates
|
0b8b51b4fc
|
adding aliasing of actions
|
2009-11-16 14:58:00 -08:00 |
|
Ryan Bates
|
6c89c32059
|
adding manage action which applies to everything
|
2009-11-16 14:42:41 -08:00 |
|
Ryan Bates
|
0cfb8c7c41
|
adding basic ability module
|
2009-11-16 14:28:52 -08:00 |
|