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
*
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
*
|
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
*
|
|
`includes` uses SQL parsing when String joins are involved.
Yves Senn
2014-02-28
1
-1
/
+10
|
/
/
*
|
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
*
|
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
*
include bind values from the default scope
Aaron Patterson
2013-05-17
1
-2
/
+4
*
Move #proxy_association method to AssociationRelation
Jon Leighton
2013-05-10
1
-1
/
+1
*
Added :nodoc: for private methods
Noemj
2013-04-30
1
-3
/
+3
*
Moved update_record logic to relation.rb
Noemj
2013-04-30
1
-11
/
+25
*
Refactor CollectionProxy#scope to avoid calling #extend.
James Golick
2013-04-02
1
-1
/
+1
*
:uniq is still a valid relation option since it was only silently
Rafael Mendonça França
2013-04-01
1
-1
/
+1
*
entirelyby => 'entirely by'
Neeraj Singh
2013-03-27
1
-1
/
+1
*
Fixed typos in activerecord
Prathamesh Sonpatki
2013-03-27
1
-1
/
+1
*
make it possible to disable implicit join references.
Yves Senn
2013-03-15
1
-2
/
+6
*
rename `Relation#uniq` to `Relation#distinct`. `#uniq` still works.
Yves Senn
2013-03-15
1
-1
/
+7
*
Remove unused return value, because collecting_queries_for_explain isn't publ...
kennyj
2013-03-06
1
-2
/
+1
*
fix the sql that is generated from scoping
Neeraj Singh
2013-03-03
1
-1
/
+2
*
remove AR auto-explain (config.auto_explain_threshold_in_seconds)
Yves Senn
2013-02-24
1
-11
/
+1
*
Improve relation docs about to_sql and where_values_hash
Carlos Antonio da Silva
2013-01-19
1
-4
/
+4
*
Fix .update_all and .delete_all when using a condition on a joined table
Derek Kraan
2013-01-11
1
-2
/
+2
*
Rename update_attributes method to update, keep update_attributes as an alias
Amparo Luna + Guillermo Iguaran
2013-01-03
1
-1
/
+1
*
Remove observers and sweepers
Rafael Mendonça França
2012-11-28
1
-6
/
+3
[next]