0
I Use This!
Inactive

Commits : Listings

Analyzed about 14 hours ago. based on code collected about 21 hours ago.
Apr 18, 2023 — Apr 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Note that this repo is not maintained anymore. More... about 11 years ago
Don't use Array#select, so that has_no_roles and has_no_roles_for will work. This also prevents the active record objects from being instantiated prematurely. More... about 15 years ago
When removing role associations for an object, don't destroy the roles before checking that they're empty. More... about 15 years ago
Quick Fix for last commit More... over 15 years ago
Fixed the file naming to generate a "roles_user.rb" model instead of "role_user.rb" More... over 15 years ago
Reverted last Actions to just alter the way the default Join model is named. More... over 15 years ago
Fixed Migration to generate correct table names for join model. When using the has_many :through relation we need to generate tables named role_users or user_roles instead of the naming scheme for habtm relations e.g. roles_users. More... over 15 years ago
Fixed has_many .. :through relation for RoleUser model. It should now correctly infer RoleUser from the symbol in has_many :through and also allow the user to add relationship options to the relation (currently just for the join relation) More... over 15 years ago
allowing get_model to send(:model_symbol) More... over 15 years ago
Merge branch 'master' of [email protected]:DocSavage/rails-authorization-plugin More... over 15 years ago
still getting used to the rdoc format More... over 15 years ago
still getting used to the rdoc format More... over 15 years ago
adding upgrade documentation to assist users More... over 15 years ago
fixing a few issues in the previous commit which prevented user roles being deleted properly when either the role, or user was deleted. More... over 15 years ago
converting from has_and_belongs_to_many to has_many :through, which allows access to the roles_users table (for time of role creation for example) More... over 15 years ago
Merge branch 'master' of git://github.com/karevn/rails-authorization-plugin More... over 15 years ago
fixing a couple of issues in the previous two commits More... over 15 years ago
fixing issue where (due to what may be a bug in ruby), looping over the collection of roles and calling delete would not work properly. This should resolve that problem. More... over 15 years ago
adding support for has_[role]_count, which returns the amount of users in that role (for things like member counts). More... over 15 years ago
Friendly error message when authorization expression cannot be parsed More... over 15 years ago
remove the potential for loading up every user in the system just for a count More... over 15 years ago
remove the potential for loading up every user in the system just for a count More... over 15 years ago
make sure roles get picked up even before user is saved More... over 15 years ago
Remove references to SVN. More... over 15 years ago
Updated readme to reflect git based primary install within rails now that rails knows how to install direct from a git repo. SVN is officially dead to me. More... over 15 years ago
Allow users to run things like has_members and has_admins_or_members (and their boolean returning equivilents) More... over 15 years ago
including another case sensitive version of .DS_Store (hidden Mac file) More... over 15 years ago
optimization: including users speeds up the query by 3x in some cases More... over 15 years ago
moved plugin out of folder (piston import or git submodule wern't working with it). Added .gitignore file More... over 15 years ago
user.has_no_roles_for and user.has_no_role and moved users method to a has_many so it can be chained and is cached More... over 15 years ago