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
/
associations
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Read already loaded association records from association.target
Tomohito Ozaki
2015-04-17
1
-2
/
+7
*
|
|
Make sure we touch all the parents when touch_later.
Arthur Neves
2015-12-06
1
-2
/
+1
*
|
|
Bugfix collection association #create method …
Bogdan Gusiev
2015-11-23
1
-4
/
+8
*
|
|
Except keys of `build_record`'s argument from `create_scope` in initialize_at...
yui-knk
2015-11-16
1
-3
/
+6
*
|
|
Update belongs_to.rb
Ehsan Yousefi
2015-11-08
1
-2
/
+1
*
|
|
docs, `ActiveRecord::JoinDependency` is not part of the public API.
Yves Senn
2015-11-07
1
-1
/
+1
*
|
|
Merge pull request #12071 from Crunch09/outer_joins
Sean Griffin
2015-10-30
1
-2
/
+15
|
\
\
\
|
*
|
|
added ActiveRecord::Relation#left_outer_joins
Florian Thomas
2015-05-19
1
-2
/
+15
*
|
|
|
Ensure `has_and_belongs_to_many` works with `belongs_to_required_by_default`
Sean Griffin
2015-10-29
1
-2
/
+2
*
|
|
|
Never pass `nil` to `order`
Sean Griffin
2015-10-29
4
-16
/
+7
*
|
|
|
Revert "Revert "Merge pull request #22026 from akihiro17/fix-preload-associat...
Yves Senn
2015-10-29
1
-0
/
+4
*
|
|
|
Revert "Merge pull request #22026 from akihiro17/fix-preload-association"
Sean Griffin
2015-10-29
1
-4
/
+0
*
|
|
|
Set `scope.reordering_value` to `true` if :reordering values are specified
akihiro17
2015-10-30
1
-0
/
+4
*
|
|
|
Merge pull request #18383 from scambra/habtm-with-where-includes-16032-for-ma...
Rafael Mendonça França
2015-10-27
1
-1
/
+2
|
\
\
\
\
|
*
|
|
|
Includes HABTM returns correct size now. It's caused by the join dependency
Sergio Cambra
2015-01-07
1
-2
/
+3
*
|
|
|
|
[ci skip] Add doc for preloader_for
schneems
2015-10-26
1
-0
/
+4
*
|
|
|
|
[ci skip] Clarify doc for preloaders_for_one
schneems
2015-10-26
1
-0
/
+5
*
|
|
|
|
[ci skip] Add doc to preloaders_on
schneems
2015-10-26
1
-0
/
+1
*
|
|
|
|
Merge pull request #19686 from tsun1215/index_errors
Sean Griffin
2015-10-26
1
-1
/
+1
|
\
\
\
\
\
|
*
|
|
|
|
Errors can be indexed with nested attributes
Michael Probber
2015-04-17
1
-1
/
+1
*
|
|
|
|
|
[ci skip] Fix method documentation location
schneems
2015-10-26
1
-3
/
+2
*
|
|
|
|
|
Merge pull request #21918 from bogdan/refactor-preloader
Sean Griffin
2015-10-22
1
-42
/
+30
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Refactored association preloader for performance
Bogdan Gusiev
2015-10-22
1
-42
/
+30
*
|
|
|
|
|
|
Fix merge conflicts for #19938
Sean Griffin
2015-10-20
1
-6
/
+5
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
Fix for activerecord join dependency instantiate bug
Mehmet Emin İNAÇ
2015-05-04
1
-6
/
+5
|
|
|
_
|
_
|
/
/
/
|
|
/
|
|
|
|
|
*
|
|
|
|
|
|
Changed the order of Association constraints from where->order->unscope to un...
kal
2015-10-20
1
-1
/
+1
*
|
|
|
|
|
|
Delete needless `require 'active_support/deprecation'`
yui-knk
2015-10-20
2
-4
/
+0
*
|
|
|
|
|
|
applies new doc guidelines to Active Record.
Yves Senn
2015-10-14
1
-9
/
+9
*
|
|
|
|
|
|
fix broken RDoc markup. Use `<tt>` instead of `+`. [ci skip]
Yves Senn
2015-10-14
1
-3
/
+3
*
|
|
|
|
|
|
docs, add missing `:nodoc: for `Associations::Builder`. [ci skip]
Yves Senn
2015-10-13
7
-9
/
+9
*
|
|
|
|
|
|
nodoc `ActiveRecord::ForeignAssociation`. [ci skip]
Yves Senn
2015-10-13
1
-1
/
+1
*
|
|
|
|
|
|
Merge pull request #11410 from bogdan/increment-concurency
Jeremy Daer
2015-10-10
2
-35
/
+21
|
\
\
\
\
\
\
\
[next]