0
I Use This!
Inactive

Commits : Listings

Analyzed about 16 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
Release 0.5 More... over 13 years ago
Updated contributors More... over 13 years ago
Updated changelog and contributors More... over 13 years ago
Ruby 1.9.2 compatibility: instance_eval problems with lambdas More... almost 14 years ago
Add gt, gte, lt, lte comparison with tests. More... almost 14 years ago
Rake tasks moved to lib folder. Because of:DEPRECATION WARNING: Having rake tasks in PLUGIN_PATH/tasks or PLUGIN_PATH/rails/tasks is deprecated. Use to PLUGIN_PATH/lib/tasks instead. More... almost 14 years ago
Doc update to stress :attribute_check (Closes #58, thanks benlangfeld) More... almost 14 years ago
Removed another unnecessary query More... almost 14 years ago
DSL optimization: allow array being passed to to More... almost 14 years ago
Ruby 1.8 #instance_methods returns a list of strings, where as 1.9 is symbols. Moved the conditional into class for symmetry with the above Hash#deep_merge More... almost 14 years ago
Fixes previous commit More... almost 14 years ago
- don't check the class method, but check that the instance method is defined. - we don't actually need the instance variable. More... almost 14 years ago
Added contributor More... almost 14 years ago
declare string as html safe. Add method to string for backwards compatiblity. More... almost 14 years ago
Use Rails 3's prefered interface while maintaining backwards compatibility. More... almost 14 years ago
fixes a few issues with railsengine.rb More... almost 14 years ago
remove redundancy in building gems More... almost 14 years ago
if user is nil, pass nil for user_id instead of causing an exception More... almost 14 years ago
Be noisy about mismatched method names More... almost 14 years ago
Turning Pathname into string More... almost 14 years ago
Further fix for Rails.root being nil in plugin initialization in Rails 3.beta3 More... almost 14 years ago
Fixes authorization_rules.rb location for Rails 3.beta3 as gem (Closes #42) More... almost 14 years ago
Less deprecation warnings More... about 14 years ago
Fixes for Rails 3.beta3: Named scope and routing in tests More... about 14 years ago
Add a railtie to initialize da under rails3 More... about 14 years ago
added has_role test with multiple roles More... about 14 years ago
Fix omnipotent roles for roles extensions More... about 14 years ago
Documentation and changelog entries for previous commits More... about 14 years ago
extract factory concern to factory method on reader More... about 14 years ago
raise helpful error if specified DSL file does not exist More... about 14 years ago