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
*
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
|
|
/
|
*
reuse the same preloader object for each association
Aaron Patterson
2013-09-23
1
-2
/
+2
|
*
remove state from the preloader
Aaron Patterson
2013-09-23
1
-1
/
+2
|
*
refactor to_sql so it does not depend on the to_sql implementation of
Aaron Patterson
2013-07-08
1
-4
/
+11
|
*
fix to_sql output on eager loaded relations
Aaron Patterson
2013-07-02
1
-1
/
+9
|
*
remove deprecated implicit join references.
Yves Senn
2013-06-29
1
-37
/
+2
|
*
Simplify/fix implementation of default scopes
Jon Leighton
2013-06-28
1
-35
/
+15
|
*
cleanup whitespace in relation.rb
Yves Senn
2013-06-09
1
-1
/
+1
|
*
Revert "Merge pull request #10539 from davidcelis/ar-sql-improvements"
Jon Leighton
2013-06-07
1
-1
/
+5
|
*
ActiveRecord::Relation#blank? should `LIMIT 1`
David Celis
2013-06-07
1
-5
/
+1
|
*
revises the documentation of ActiveRecord::Relation#find_or_create_by [ci skip]
Xavier Noria
2013-06-01
1
-14
/
+38
|
*
`implicit_readonly` is being removed in favor of calling `readonly` explicitly
Yves Senn
2013-05-27
1
-5
/
+1
|
*
cleanup whitespace in `active_record/relation.rb`.
Yves Senn
2013-05-27
1
-4
/
+4
*
|
adding set_binds
Aaron Patterson
2013-05-21
1
-0
/
+8
*
|
Merge branch 'master' into stmt
Aaron Patterson
2013-05-17
1
-2
/
+4
|
\
|
|
*
include bind values from the default scope
Aaron Patterson
2013-05-17
1
-2
/
+4
[next]