aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/dynamic_scope_match.rb
Commit message (Expand)AuthorAgeFilesLines
* constructor should not do so much work; avoid allocating object if possibleAaron Patterson2010-09-271-10/+5
* no need for a case / when statementAaron Patterson2010-09-271-11/+7
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-1/+1
* Added description and title to Dynamic Scope MatchRizwan Reza2010-06-151-0/+7
* Introduce dynamic scopes for ActiveRecord: you can now use class methods like...Yaroslav Markin2008-12-281-0/+25