index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activerecord
/
lib
/
active_record
/
relation.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update Arel usage for rails/arel#98fc259
Sean Griffin
2014-11-29
1
-2
/
+2
*
Pass symbol as an argument instead of a block
Erik Michaels-Ober
2014-11-29
1
-4
/
+4
*
Reword documentation for update_all
René van den Berg
2014-11-24
1
-8
/
+1
*
Explain that default_scope also influences update_all
René van den Berg
2014-11-20
1
-5
/
+12
*
pull the preloader allocation in to a factory method
Aaron Patterson
2014-11-18
1
-1
/
+5
*
Remove the unused second argument to `substitute_at`
Sean Griffin
2014-11-17
1
-1
/
+1
*
rm `reorder_bind_params`
Sean Griffin
2014-11-17
1
-1
/
+0
*
Use a bound parameter for the "id = " portion of update statements
Sean Griffin
2014-11-01
1
-2
/
+8
*
Use bind values for joined tables in where statements
Sean Griffin
2014-11-01
1
-1
/
+1
*
Don't needlessly alphabetize columns for insert/update
Sean Griffin
2014-11-01
1
-4
/
+3
*
delete leftover JoinOperation struct
swapdisc
2014-10-14
1
-2
/
+0
*
Clarify `#update_all` doc about value processing
Nicolas Cavigneaux
2014-10-14
1
-1
/
+2
*
Move #encode_with to Relation
Gustavo Beathyate
2014-07-15
1
-0
/
+5
*
Merge pull request #14971 from versioncontrol/#14785
Yves Senn
2014-06-06
1
-1
/
+8
|
\
|
*
Fix Baseclass becomes! subclass.
Edo Balvers
2014-05-13
1
-1
/
+8
*
|
Fix `Relation#delete_all` inconsistency
Leandro Facchinetti
2014-05-16
1
-3
/
+13
|
/
*
Merge branch 'master' into adequaterecord
Aaron Patterson
2014-04-14
1
-5
/
+6
|
\
|
*
Make the comparison between 'Relation' and 'AssociationRelation'
Lauro Caetano
2014-04-12
1
-1
/
+1
|
*
The comparison between `Relation` and `CollectionProxy` should be consistent.
Lauro Caetano
2014-04-11
1
-0
/
+2
|
*
Merge pull request #14711 from swoker/activerecord_fix_aggregate_methods_with...
Rafael Mendonça França
2014-04-11
1
-3
/
+2
|
|
\
|
|
*
Fix error for aggregate methods with select, see issue #13648
Simon Woker
2014-04-10
1
-3
/
+2
|
*
|
Merge pull request #12829 from iantropov/issue_insert_via_hmt_scope_3548
Rafael Mendonça França
2014-04-10
1
-2
/
+2
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
Fix insertion of records for hmt association with scope, fix #3548
Ivan Antropov
2013-11-17
1
-2
/
+2
*
|
|
propogate bind values collected in arel to SQL generation
Aaron Patterson
2014-04-11
1
-1
/
+2
*
|
|
remove the bind substitution visitor. to_sql should never return bind values
Aaron Patterson
2014-04-09
1
-5
/
+6
*
|
|
use the compile method so we do not have to specify the collectors in this case
Aaron Patterson
2014-04-09
1
-2
/
+1
*
|
|
working against arel/collector branch
Aaron Patterson
2014-04-09
1
-1
/
+2
*
|
|
where_values should extract the value of the Casted node
Aaron Patterson
2014-04-07
1
-1
/
+7
*
|
|
Merge branch 'master' into adequaterecord
Aaron Patterson
2014-04-07
1
-1
/
+1
|
\
|
|
|
*
|
Merge pull request #11650 from prathamesh-sonpatki/rename
Rafael Mendonça França
2014-04-04
1
-1
/
+1
|
|
\
\
|
|
*
|
[Active Record] Renamed private methods create_record and update_record
Prathamesh Sonpatki
2014-02-20
1
-1
/
+1
*
|
|
|
Merge branch 'master' into adequaterecord
Aaron Patterson
2014-03-13
1
-1
/
+10
|
\
|
|
|
|
*
|
|
`includes` uses SQL parsing when String joins are involved.
Yves Senn
2014-02-28
1
-1
/
+10
|
|
/
/
*
|
|
Merge branch 'master' into adequaterecord
Aaron Patterson
2014-02-17
1
-2
/
+3
|
\
|
|
|
*
|
Remove duplicate merge
kei
2014-01-22
1
-1
/
+0
|
*
|
Remove missed usage of @first variable
Carlos Antonio da Silva
2014-01-21
1
-1
/
+1
|
*
|
Remove unneded argument
Rafael Mendonça França
2014-01-20
1
-2
/
+2
|
*
|
Ensure #second acts like #first AR finder
Jason Meller
2014-01-20
1
-1
/
+3
*
|
|
Revert "adding set_binds"
Aaron Patterson
2014-01-17
1
-8
/
+0
*
|
|
replace bind values on calls to to_sql
Aaron Patterson
2014-01-13
1
-4
/
+4
*
|
|
adding bind values to the manager object
Aaron Patterson
2014-01-13
1
-1
/
+1
*
|
|
Merge branch 'master' into set_binds
Aaron Patterson
2014-01-11
1
-99
/
+84
|
\
|
|
|
*
|
Fix ActiveRecord::Relation#unscope
Jon Leighton
2013-11-20
1
-1
/
+1
|
|
/
|
*
pass the pk to compile_update
Aaron Patterson
2013-11-16
1
-1
/
+1
|
*
Fix test name [ci skip]
Carlos Antonio da Silva
2013-11-14
1
-2
/
+0
|
*
Fix that eager loading of polymorphic associations did not work with associat...
David Heinemeier Hansson
2013-11-14
1
-1
/
+9
|
*
Merge branch 'master' into joindep
Aaron Patterson
2013-10-21
1
-2
/
+1
|
|
\
|
|
*
In Relation#empty? use #exists? instead of #count.
Szymon Nowak
2013-10-19
1
-2
/
+1
|
*
|
eliminate duplicate code from to_sql
Aaron Patterson
2013-10-13
1
-3
/
+1
|
*
|
push up `select` exclusion
Aaron Patterson
2013-10-13
1
-1
/
+2
|
|
/
[next]