0
I Use This!
Inactive

Commits : Listings

Analyzed about 20 hours ago. based on code collected 1 day ago.
Apr 18, 2023 — Apr 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #196 from doximity/rails4 More... over 9 years ago
Skip travis tests for rails/rvm combinations that should never be done. More... over 9 years ago
For Rails < 2.3 need to probe for empty? method to distinguish a collection proxy from other relations. More... over 9 years ago
Use backwards-compatible size instead of length to check association proxy. More... over 9 years ago
Fix #193. More... over 9 years ago
Eliminate regression in Authorization.object_attribute_value -- should not delete members from collections. More... over 9 years ago
Remove rvm 1.9.2 from Travis CI test as no one should be using that version. Add 4.1 gemfile. More... over 9 years ago
Merge in zeiv changes. More... over 9 years ago
Merge in zeiv's branch. All tests pass. More... over 9 years ago
Merge in changes. More... over 9 years ago
Merge branch 'master' into 1.0.0 More... almost 10 years ago
Add ability to pass :model option to filter_resource_access, as in filter_access_to. Also see #164 More... almost 10 years ago
Merge pull request #1 from zeiv/decl-auth-installer More... almost 10 years ago
Merge branch 'master' into 1.0.0 More... almost 10 years ago
Add back .find for model_test:804 in Rails < 3. All tests passing everywhere More... almost 10 years ago
Eager loading handled differently for Rails >= 4, undefined method 'where' in Rails 2 More... almost 10 years ago
Add references for eager loading. Change shift to first in , should fix #193. Add additional tests More... almost 10 years ago
Add assertion aliases for Rails 4.1 More... almost 10 years ago
Remove deprecated scope and scoped calls. Add testing for Rails 4.1 More... almost 10 years ago
Add documentation for --user-belongs-to-role option and remove old portion of installer. More... almost 10 years ago
Version to 1.0.0.pre More... almost 10 years ago
If --user-belongs-to-role, change role_symbols code and add belongs_to :role in user.rb More... almost 10 years ago
Add option to choose belongs_to relationship with roles More... almost 10 years ago
Add Quick Start to README and change --skip-model-creation option to --create-user. By default, no User model will be created. More... almost 10 years ago
Change :no-commit option to :commit so that by default rake tasks are not run More... almost 10 years ago
Add installer for quick setup and easy use More... almost 10 years ago
Add documentation for :strong_parameters option in filter_resource_access and set the option to false for Rails < 4 More... almost 10 years ago
SECURE support for strong_parameters. All tests passing. Finally and TRULY fixes and closes #183 More... almost 10 years ago
Uses @gordonbisnor's fix for strong_params. NOW it fixes #183. New methods work, instance variables work, all is well. More... almost 10 years ago
Change deprecated link_to_function and button_to_function More... almost 10 years ago