index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Eilertsens Kodeknekkeri
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activerecord
/
lib
/
active_record
/
associations
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
|
|
|
applies new string literal convention in activerecord/lib
Xavier Noria
2016-08-06
9
-20
/
+20
|
/
/
/
/
/
*
|
|
|
|
Avoid duplicated `set_inverse_instance` for target scope
Ryuta Kamizono
2016-08-03
3
-23
/
+16
*
|
|
|
|
Remove unnecessary `set_inverse_instance` in finder methods
Ryuta Kamizono
2016-08-02
1
-6
/
+2
|
/
/
/
/
*
|
|
|
Merge pull request #25941 from kamipo/finder_methods_uses_load_target
Rafael França
2016-07-28
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
`FinderMethods` uses `records` (`load_target`) when `loaded?` is true
Ryuta Kamizono
2016-07-28
1
-1
/
+1
*
|
|
|
|
Merge pull request #25940 from kamipo/fix_collection_proxy_load
Rafael França
2016-07-28
1
-0
/
+6
|
\
\
\
\
\
|
*
|
|
|
|
Fix to `CollectionProxy#load` does `load_target`
Ryuta Kamizono
2016-07-25
1
-0
/
+6
|
|
/
/
/
/
*
|
|
|
|
Remove circular join references in join_dependency
Takashi Kokubun
2016-07-28
1
-1
/
+3
*
|
|
|
|
`load_target` is a public method
Ryuta Kamizono
2016-07-23
1
-1
/
+1
|
/
/
/
/
*
|
|
|
Add `exists?` and `update_all` to `CollectionProxy` for respects an associati...
Ryuta Kamizono
2016-07-20
1
-5
/
+1
*
|
|
|
Merge pull request #25578 from kamipo/move_warning_about_composite_primary_ke...
Rafael França
2016-07-20
1
-2
/
+4
|
\
\
\
\
|
*
|
|
|
Move the warning about composite primary key to `AttributeMethods::PrimaryKey`
Ryuta Kamizono
2016-07-02
1
-2
/
+4
*
|
|
|
|
[ci skip] fix a typo
Yamaguchi.Tomoki
2016-07-15
1
-1
/
+1
*
|
|
|
|
Fixed unnecessary nesting in handle_dependency
Herman Hiddema
2016-07-04
1
-7
/
+5
|
/
/
/
/
*
|
|
|
Exists shouldn't error when used with `includes`
Sean Griffin
2016-05-30
1
-2
/
+4
*
|
|
|
Merge pull request #24862 from maclover7/jm-ar-fixes
Rafael França
2016-05-21
1
-2
/
+2
|
\
\
\
\
|
*
|
|
|
Add missing `the`
Jon Moss
2016-05-21
1
-2
/
+2
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Support for unified Integer class in Ruby 2.4+
Jeremy Daer
2016-05-18
2
-4
/
+4
*
|
|
|
Merge pull request #24203 from sferik/count_with_block
Kasper Timm Hansen
2016-05-16
2
-5
/
+14
|
\
\
\
\
|
*
|
|
|
Forward ActiveRecord::Relation#count to Enumerable#count if block given
Erik Michaels-Ober
2016-03-19
2
-5
/
+14
*
|
|
|
|
Give more context from `AssociationMismatchError`
Sean Griffin
2016-05-12
1
-1
/
+2
*
|
|
|
|
Replacement cycle for readability
Molchanov Andrey
2016-05-10
1
-2
/
+1
|
|
/
/
/
|
/
|
|
|
*
|
|
|
Fix counter_cache double increment bug
Tom Kadwill
2016-04-28
2
-0
/
+3
*
|
|
|
Allow symbols using "dot notation" to be passed to where
Sean Griffin
2016-04-12
1
-2
/
+2
*
|
|
|
Fix undefined method `owners' for NullPreloader:Class
Ladislav Smola
2016-04-06
1
-0
/
+1
*
|
|
|
Ensure associations still work when the table name contains a dot
Sean Griffin
2016-03-31
1
-2
/
+2
|
/
/
/
*
|
|
Merge pull request #22518 from RochesterinNYC/better-error-message-for-includ...
Arthur Nogueira Neves
2016-03-18
1
-1
/
+1
|
\
\
\
|
*
|
|
Improve clarity of error message for missing includes and eager_load
James Wen
2016-01-28
1
-1
/
+1
*
|
|
|
start hiding the `scope_chain` data structure
Aaron Patterson
2016-03-04
1
-1
/
+1
*
|
|
|
don't treat all associations with extensions as instance dependent.
Yves Senn
2016-03-03
1
-1
/
+5
*
|
|
|
Merge pull request #18766 from yasyf/issue_17864
Sean Griffin
2016-02-29
1
-8
/
+15
|
\
\
\
\
|
*
|
|
|
Honour the order of the joining model in a `has_many :through`
Yasyf Mohamedali
2015-03-02
2
-9
/
+16
*
|
|
|
|
Merge pull request #23794 from matthewd/mutation-safe-to_a
Matthew Draper
2016-02-21
2
-1
/
+5
|
\
\
\
\
\
|
*
|
|
|
|
Mutating the result of Relation#to_a should not affect the relation
Matthew Draper
2016-02-21
2
-1
/
+5
|
|
|
_
|
/
/
|
|
/
|
|
|
*
/
|
|
|
eliminate warnings about multiple primary keys on habtm join tables
Aaron Patterson
2016-02-19
1
-0
/
+3
|
/
/
/
/
*
|
|
|
Merge pull request #18109 from k0kubun/unscoped-joins
Sean Griffin
2016-02-11
1
-6
/
+12
|
\
\
\
\
|
*
|
|
|
Allow `joins` to be unscoped
Takashi Kokubun
2016-01-31
1
-6
/
+12
|
|
|
/
/
|
|
/
|
|
*
|
|
|
rename to 'second_to_last' and 'third_to_last'
Brian Christian
2016-02-10
2
-8
/
+8
*
|
|
|
allow Array.penultimate and Array.antepenultiate access methods
Brian Christian
2016-02-09
2
-0
/
+18
*
|
|
|
Merge pull request #23457 from matthewd/arel-attribute
Matthew Draper
2016-02-04
2
-2
/
+2
|
\
\
\
\
|
*
|
|
|
Defer Arel attribute lookup to the model class
Matthew Draper
2016-02-04
2
-2
/
+2
|
|
/
/
/
*
|
|
|
Merge pull request #20997 from himesh-r/issue-20995
Arthur Neves
2016-02-02
1
-1
/
+4
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Changed id-writer to save join table records based on association primary key...
Himesh
2016-02-02
1
-1
/
+4
*
|
|
|
Add missing source_type if provided on hmt which belongs to an sti record
Vipul A M
2016-01-24
1
-0
/
+5
*
|
|
|
Define `:foreign_type` as a valid option in `SingularAssociation`
yui-knk
2016-01-19
3
-3
/
+3
*
|
|
|
`substitute_at` is no longer used
Ryuta Kamizono
2016-01-14
1
-2
/
+1
*
|
|
|
Revert "Merge pull request #22486 from methyl/fix-includes-for-groupped-assoc...
Yves Senn
2015-12-21
1
-5
/
+1
*
|
|
|
Merge pull request #22486 from methyl/fix-includes-for-groupped-association
Yves Senn
2015-12-21
1
-1
/
+5
|
\
\
\
\
|
*
|
|
|
Pass SQL group by values when including scoped association
Lucjan Suski
2015-12-15
1
-1
/
+5
*
|
|
|
|
Merge pull request #19423 from yuroyoro/fix_performance_regression_of_preload...
Aaron Patterson
2015-12-18
1
-2
/
+7
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
[prev]
[next]