- Mar 11, 2011
-
- Jan 20, 2011
-
- Jan 11, 2011
-
- Jan 08, 2011
-
-
Ryan Bates authored
-
- Nov 12, 2010
-
- Oct 06, 2010
-
- Oct 05, 2010
-
-
Ryan Bates authored
-
- Sep 23, 2010
-
-
Ryan Bates authored
-
- Sep 21, 2010
-
-
Ryan Bates authored
-
- Sep 04, 2010
-
-
Ryan Bates authored
-
- Sep 01, 2010
-
- Aug 21, 2010
-
- Aug 07, 2010
-
- Aug 06, 2010
-
-
Ryan Bates authored
-
Ryan Bates authored
-
Ryan Bates authored
-
Ryan Bates authored
adding :through option to replace :nesting option and moving ResourceAuthorization class code into ControllerResource
-
- Jul 21, 2010
-
-
Ryan Bates authored
-
Ryan Bates authored
-
- Jul 20, 2010
-
-
Ryan Bates authored
-
- Jul 19, 2010
-
- May 22, 2010
-
-
Ryan Bates authored
-
- May 21, 2010
-
-
Ryan Bates authored
-
Ryan Bates authored
-
John Allison authored
-
- Apr 23, 2010
-
-
Ryan Bates authored
-
- Apr 21, 2010
-
-
Ryan Bates authored
-
- Apr 17, 2010
-
-
Ryan Bates authored
-
Ryan Bates authored
-
Ryan Bates authored
allow access to classes when using hash conditions since you'll generally want to narrow it down with a database query
- Apr 16, 2010
-
-
Ryan Bates authored
removing unauthorized! in favor of authorize! and including more information in AccessDenied exception - closes #40
-
Ryan Bates authored
renaming ActiveRecordAdditions#can method to accessible_by since it flows better and makes more sense
-
Ryan Bates authored
adding caching to current_ability class method, if you're overriding this be sure to add caching there too
-
Ryan Bates authored
adding can method to Active Record for fetching records matching a specific ability, still needs documentation
-
Ryan Bates authored
-
- Apr 15, 2010
-
-
Ryan Bates authored
renaming :class option to :resource for load_and_authorize_resource which now supports a symbol for non models - closes #45
-
Ryan Bates authored
allow additional arguments for be_able_to matcher, this requires Ruby 1.8.7 or higher to use matcher
-