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
...
*
|
|
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
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
`restrict_with_error` message will now respect owner’s human name in any lo...
Ronak Jangir
2015-09-12
2
-0
/
+37
|
/
/
/
/
/
/
/
/
*
/
/
/
/
/
/
/
HasManyAssociation: moved half of counter cache code to reflection
Bogdan Gusiev
2015-09-03
1
-1
/
+1
|
/
/
/
/
/
/
/
*
|
|
|
|
|
|
Removed duplicate require ‘models/computer’
Ronak Jangir
2015-08-26
1
-1
/
+0
*
|
|
|
|
|
|
Removed mocha from Active Record Part 1
Ronak Jangir
2015-08-25
3
-35
/
+42
*
|
|
|
|
|
|
Only nullify persisted has_one target associations
Agis-
2015-08-24
1
-0
/
+8
*
|
|
|
|
|
|
Merge pull request #21284 from prakashlaxkar/argument_error_tests
Yves Senn
2015-08-18
1
-0
/
+8
*
|
|
|
|
|
|
Merge pull request #19683 from tristang/require-option-for-counter-cache
Rafael Mendonça França
2015-08-13
2
-0
/
+40
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
Add tests for associations without counter_cache
Tristan Gamilis
2015-04-09
2
-0
/
+40
*
|
|
|
|
|
|
|
use `assert_not` instead of `refute` as mentioned in our guides.
Yves Senn
2015-08-13
1
-2
/
+2
*
|
|
|
|
|
|
|
Skip statement cache on through association reader
Rafael Mendonça França
2015-08-12
2
-9
/
+58
[prev]
[next]