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
/
test
/
cases
/
associations
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #22518 from RochesterinNYC/better-error-message-for-includ...
Arthur Nogueira Neves
2016-03-18
1
-0
/
+17
|
\
|
*
Improve clarity of error message for missing includes and eager_load
James Wen
2016-01-28
1
-0
/
+17
*
|
don't treat all associations with extensions as instance dependent.
Yves Senn
2016-03-03
1
-0
/
+12
*
|
Remove duplicated `test_` prefix [ci skip]
Ryuta Kamizono
2016-03-02
1
-1
/
+1
*
|
Respect through association scopes when used with polymorphic
Sean Griffin
2016-02-29
1
-0
/
+7
*
|
Merge pull request #18766 from yasyf/issue_17864
Sean Griffin
2016-02-29
1
-0
/
+32
|
\
\
|
*
|
Honour the order of the joining model in a `has_many :through`
Yasyf Mohamedali
2015-03-02
1
-0
/
+32
*
|
|
remove args from assert_nothing_raised in tests
Tara Scherner de la Fuente
2016-02-22
4
-10
/
+10
*
|
|
fix typo
Lobsiinvok
2016-02-20
1
-1
/
+1
*
|
|
eliminate warnings about multiple primary keys on habtm join tables
Aaron Patterson
2016-02-19
1
-0
/
+13
*
|
|
rename to 'second_to_last' and 'third_to_last'
Brian Christian
2016-02-10
1
-4
/
+4
*
|
|
allow Array.penultimate and Array.antepenultiate access methods
Brian Christian
2016-02-09
1
-0
/
+10
*
|
|
Typos in AR tests
Akira Matsuda
2016-02-04
1
-1
/
+1
*
|
|
Typos in AR tests
Akira Matsuda
2016-02-03
2
-6
/
+6
*
|
|
Merge pull request #20997 from himesh-r/issue-20995
Arthur Neves
2016-02-02
1
-1
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Changed id-writer to save join table records based on association primary key...
Himesh
2016-02-02
1
-1
/
+1
*
|
|
Revert "Merge pull request #22486 from methyl/fix-includes-for-groupped-assoc...
Yves Senn
2015-12-21
1
-17
/
+0
*
|
|
Merge pull request #22486 from methyl/fix-includes-for-groupped-association
Yves Senn
2015-12-21
1
-0
/
+17
|
\
\
\
|
*
|
|
Pass SQL group by values when including scoped association
Lucjan Suski
2015-12-15
1
-0
/
+13
*
|
|
|
Merge pull request #19423 from yuroyoro/fix_performance_regression_of_preload...
Aaron Patterson
2015-12-18
1
-0
/
+6
|
\
\
\
\
|
*
|
|
|
Read already loaded association records from association.target
Tomohito Ozaki
2015-04-17
1
-0
/
+6
*
|
|
|
|
Remove legacy mysql adapter
Abdelkader Boudih
2015-12-17
1
-1
/
+1
|
|
/
/
/
|
/
|
|
|
*
|
|
|
Bugfix collection association #create method …
Bogdan Gusiev
2015-11-23
1
-0
/
+6
*
|
|
|
Except keys of `build_record`'s argument from `create_scope` in initialize_at...
yui-knk
2015-11-16
1
-1
/
+14
*
|
|
|
Merge pull request #22125 from k0kubun/left_joins
Sean Griffin
2015-10-30
1
-0
/
+5
|
\
\
\
\
|
*
|
|
|
Alias left_joins to left_outer_joins
Takashi Kokubun
2015-10-31
1
-0
/
+5
*
|
|
|
|
Fix test failures caused by #12071
Sean Griffin
2015-10-30
1
-10
/
+10
|
/
/
/
/
*
|
|
|
Merge pull request #12071 from Crunch09/outer_joins
Sean Griffin
2015-10-30
1
-0
/
+74
|
\
\
\
\
|
*
|
|
|
added ActiveRecord::Relation#left_outer_joins
Florian Thomas
2015-05-19
1
-0
/
+74
*
|
|
|
|
Ensure `has_and_belongs_to_many` works with `belongs_to_required_by_default`
Sean Griffin
2015-10-29
1
-0
/
+6
*
|
|
|
|
Never pass `nil` to `order`
Sean Griffin
2015-10-29
1
-6
/
+0
*
|
|
|
|
Revert "Revert "Merge pull request #22026 from akihiro17/fix-preload-associat...
Yves Senn
2015-10-29
1
-0
/
+18
*
|
|
|
|
Revert "Merge pull request #22026 from akihiro17/fix-preload-association"
Sean Griffin
2015-10-29
1
-18
/
+0
*
|
|
|
|
Merge pull request #19501 from ccutrer/dry_sti_subclass_finding2
Sean Griffin
2015-10-29
1
-2
/
+2
|
\
\
\
\
\
|
*
\
\
\
\
Fix merge conflicts from #19501
Sean Griffin
2015-10-29
1
-2
/
+2
|
|
\
\
\
\
\
|
|
*
|
|
|
|
DRY up STI subclass logic
Cody Cutrer
2015-03-24
1
-2
/
+2
|
|
|
|
/
/
/
|
|
|
/
|
|
|
*
|
/
|
|
|
Set `scope.reordering_value` to `true` if :reordering values are specified
akihiro17
2015-10-30
1
-0
/
+18
|
/
/
/
/
/
*
|
|
|
|
Merge pull request #18548 from sebjacobs/support-bidirectional-destroy-depend...
Sean Griffin
2015-10-28
1
-0
/
+41
|
\
\
\
\
\
|
*
|
|
|
|
Add support for bidirectional destroy dependencies
Seb Jacobs
2015-01-16
1
-0
/
+41
*
|
|
|
|
|
Merge pull request #18383 from scambra/habtm-with-where-includes-16032-for-ma...
Rafael Mendonça França
2015-10-27
1
-0
/
+19
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Includes HABTM returns correct size now. It's caused by the join dependency
Sergio Cambra
2015-01-07
1
-0
/
+19
|
|
/
/
/
/
/
*
|
|
|
|
|
Tweaked wording used in some tests.
Sebastian McKenzie
2015-10-25
1
-4
/
+4
*
|
|
|
|
|
Fix merge conflicts for #19938
Sean Griffin
2015-10-20
1
-0
/
+12
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Fix for activerecord join dependency instantiate bug
Mehmet Emin İNAÇ
2015-05-04
1
-0
/
+12
*
|
|
|
|
|
|
Reorder application of has_many association constraints.
jbranchaud
2015-10-19
1
-0
/
+20
*
|
|
|
|
|
|
Fix regression in inverse_of on through associations
eileencodes
2015-09-26
1
-0
/
+13
*
|
|
|
|
|
|
Merge pull request #21550 from didacte/unscope-associations
Sean Griffin
2015-09-24
1
-0
/
+21
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
Include association's `unscope` when preloading
Jimmy Bourassa
2015-09-09
1
-0
/
+21
*
|
|
|
|
|
|
|
Don't rely on subsecond precision being applied in tests
Sean Griffin
2015-09-23
2
-2
/
+6
*
|
|
|
|
|
|
|
Merge pull request #21581 from ronakjangir47/restrict_with_error
Yves Senn
2015-09-17
2
-0
/
+37
|
\
\
\
\
\
\
\
\
[next]