- Apr 16, 2010
-
-
Ryan Bates authored
default ActiveRecordAdditions#can method action to :read and use 'scoped' if 'where' is not available
-
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
-
Ryan Bates authored
allow additional arguments for be_able_to matcher, this requires Ruby 1.8.7 or higher to use matcher
-
David Chelimsky authored
-
David Chelimsky authored
-
Ryan Bates authored
-
Ryan Bates authored
-
- Apr 05, 2010
-
-
Ryan Bates authored
-
- Apr 03, 2010
-
-
Ryan Bates authored
-
- Dec 31, 2009
-
-
Ryan Bates authored
-
Ryan Bates authored
-
Ryan Bates authored
-
Ryan Bates authored
- Dec 15, 2009
-
-
Ryan Bates authored
-
- Dec 14, 2009
-
-
Ryan Bates authored
-
Ryan Bates authored
Adding :class option to load_resource so one can customize which class to use for the model - closes #17
-
Ryan Bates authored
Don't fetch parent of nested resource if *_id parameter is missing so it works with shallow nested routes - closes #14
-
- Dec 13, 2009
-
-
Ryan Bates authored
-
Ryan Bates authored
-
Ryan Bates authored
-
Ryan Bates authored
-
Ryan Bates authored
-
Ryan Bates authored
Adding :collection and :new options to load_resource method so we can specify behavior of additional actions if needed.
-
Ryan Bates authored
turning load and authorize resource methods into class methods which set up the before filter so they can accept additional arguments
- Nov 26, 2009
-
-
Ryan Bates authored
calling controller's load_resource and authorize_resource from load_and_authorize_resource to maintain backwards compatability, even though it's not the most efficient way
-
Ryan Bates authored
-
Rafael Silva authored
-
Ryan Bates authored
- Nov 25, 2009
-
-
Ryan Bates authored
-
Ryan Bates authored
-
- Nov 19, 2009
-
-
Ryan Bates authored
-
Ryan Bates authored
-
- Nov 18, 2009
-
-
Ryan Bates authored
-