aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/dynamic_finder_match.rb
Commit message (Expand)AuthorAgeFilesLines
* Add dynamic find_or_create_by_{attribute}! method.Andrew White2012-03-121-0/+12
* be kind to the garbage collector: only instantiate objects when absolutely ne...Aaron Patterson2010-09-271-14/+17
* DRY up our regular expressionAaron Patterson2010-09-271-3/+3
* reduce method calls in the dynamic finder matcherAaron Patterson2010-09-271-4/+4
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-1/+1
* Adding to AR::Base documentation about dynamically scopeded_by queryNeeraj Singh2010-08-021-2/+2
* Remove unintentional API changes. [#1108]Pratik Naik2010-07-141-0/+4
* Added typewriter tag to code.Rizwan Reza2010-06-151-2/+3
* Adds title and basic description where needed.Rizwan Reza2010-06-151-0/+4
* cleaning up many more warnings in activerecord [#4180 state:resolved]Aaron Patterson2010-03-151-0/+3
* Dynamic finders should use the ActiveRecord::Base::find method instead of ::f...Eloy Duran2008-10-031-4/+4
* Added find_last_by dynamic finder [status:committed #762]miloops2008-09-091-1/+2
* add dynamic finder bang version to raise RecordNotFoundJosh Susser2008-08-251-0/+7
* refactor dynamic finder name matching into its own classJosh Susser2008-08-251-0/+33