aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/relation.rb
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix error message when trying to create an associated recordRafael Mendonça França2014-12-301-1/+1
* | Inject the `PredicateBuilder` into the `Relation` instanceSean Griffin2014-12-261-7/+3
|/
* Move PredicateBuilder instantiation to constructorMelanie Gilman2014-12-031-4/+5
* Refactor `PredicateBuilder` from singleton to instanceMelanie Gilman2014-12-021-0/+4
* Update Arel usage for rails/arel#98fc259Sean Griffin2014-11-291-2/+2
* Pass symbol as an argument instead of a blockErik Michaels-Ober2014-11-291-4/+4
* Reword documentation for update_allRené van den Berg2014-11-241-8/+1
* Explain that default_scope also influences update_allRené van den Berg2014-11-201-5/+12
* pull the preloader allocation in to a factory methodAaron Patterson2014-11-181-1/+5
* Remove the unused second argument to `substitute_at`Sean Griffin2014-11-171-1/+1
* rm `reorder_bind_params`Sean Griffin2014-11-171-1/+0
* Use a bound parameter for the "id = " portion of update statementsSean Griffin2014-11-011-2/+8
* Use bind values for joined tables in where statementsSean Griffin2014-11-011-1/+1
* Don't needlessly alphabetize columns for insert/updateSean Griffin2014-11-011-4/+3
* delete leftover JoinOperation structswapdisc2014-10-141-2/+0
* Clarify `#update_all` doc about value processingNicolas Cavigneaux2014-10-141-1/+2
* Move #encode_with to RelationGustavo Beathyate2014-07-151-0/+5
* Merge pull request #14971 from versioncontrol/#14785Yves Senn2014-06-061-1/+8
|\
| * Fix Baseclass becomes! subclass.Edo Balvers2014-05-131-1/+8
* | Fix `Relation#delete_all` inconsistencyLeandro Facchinetti2014-05-161-3/+13
|/
* Merge branch 'master' into adequaterecordAaron Patterson2014-04-141-5/+6
|\
| * Make the comparison between 'Relation' and 'AssociationRelation'Lauro Caetano2014-04-121-1/+1
| * The comparison between `Relation` and `CollectionProxy` should be consistent.Lauro Caetano2014-04-111-0/+2
| * Merge pull request #14711 from swoker/activerecord_fix_aggregate_methods_with...Rafael Mendonça França2014-04-111-3/+2
| |\
| | * Fix error for aggregate methods with select, see issue #13648Simon Woker2014-04-101-3/+2
| * | Merge pull request #12829 from iantropov/issue_insert_via_hmt_scope_3548Rafael Mendonça França2014-04-101-2/+2
| |\ \ | | |/ | |/|
| | * Fix insertion of records for hmt association with scope, fix #3548Ivan Antropov2013-11-171-2/+2
* | | propogate bind values collected in arel to SQL generationAaron Patterson2014-04-111-1/+2
* | | remove the bind substitution visitor. to_sql should never return bind valuesAaron Patterson2014-04-091-5/+6
* | | use the compile method so we do not have to specify the collectors in this caseAaron Patterson2014-04-091-2/+1
* | | working against arel/collector branchAaron Patterson2014-04-091-1/+2
* | | where_values should extract the value of the Casted nodeAaron Patterson2014-04-071-1/+7
* | | Merge branch 'master' into adequaterecordAaron Patterson2014-04-071-1/+1
|\| |
| * | Merge pull request #11650 from prathamesh-sonpatki/renameRafael Mendonça França2014-04-041-1/+1
| |\ \
| | * | [Active Record] Renamed private methods create_record and update_recordPrathamesh Sonpatki2014-02-201-1/+1
* | | | Merge branch 'master' into adequaterecordAaron Patterson2014-03-131-1/+10
|\| | |
| * | | `includes` uses SQL parsing when String joins are involved.Yves Senn2014-02-281-1/+10
| |/ /
* | | Merge branch 'master' into adequaterecordAaron Patterson2014-02-171-2/+3
|\| |
| * | Remove duplicate mergekei2014-01-221-1/+0
| * | Remove missed usage of @first variableCarlos Antonio da Silva2014-01-211-1/+1
| * | Remove unneded argumentRafael Mendonça França2014-01-201-2/+2
| * | Ensure #second acts like #first AR finderJason Meller2014-01-201-1/+3
* | | Revert "adding set_binds"Aaron Patterson2014-01-171-8/+0
* | | replace bind values on calls to to_sqlAaron Patterson2014-01-131-4/+4
* | | adding bind values to the manager objectAaron Patterson2014-01-131-1/+1
* | | Merge branch 'master' into set_bindsAaron Patterson2014-01-111-99/+84
|\| |
| * | Fix ActiveRecord::Relation#unscopeJon Leighton2013-11-201-1/+1
| |/
| * pass the pk to compile_updateAaron Patterson2013-11-161-1/+1
| * Fix test name [ci skip]Carlos Antonio da Silva2013-11-141-2/+0
| * Fix that eager loading of polymorphic associations did not work with associat...David Heinemeier Hansson2013-11-141-1/+9