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 #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
*
|
|
|
|
|
use correct DB connection for generated HABTM table
Matt Hanlon
2015-08-07
1
-0
/
+12
*
|
|
|
|
|
Use memoization for collection associations ids reader
Mehmet Emin İNAÇ
2015-08-03
1
-0
/
+8
*
|
|
|
|
|
Merge pull request #20849 from vngrs/misleading_nested_exceptions
Rafael Mendonça França
2015-07-27
2
-1
/
+8
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Fix misleading errors for has_one through relations
Mehmet Emin İNAÇ
2015-07-22
2
-1
/
+8
*
|
|
|
|
|
|
`destroy` shouldn't raise when child associations fail to save
Sean Griffin
2015-07-24
1
-0
/
+30
|
/
/
/
/
/
/
*
|
|
|
|
|
Deprecate and rename the keys for association restrict_dependent_destroy
Roque Pinel
2015-07-20
2
-0
/
+39
*
|
|
|
|
|
Silence deprecation warning from force reload
Prem Sichanugrist
2015-07-16
7
-87
/
+98
*
|
|
|
|
|
Deprecate force association reload by passing true
Prem Sichanugrist
2015-07-15
6
-0
/
+36
*
|
|
|
|
|
Correct through associations using scopes
Sean Griffin
2015-06-30
1
-0
/
+7
*
|
|
|
|
|
Merge pull request #20552 from jamesdabbs/belongs-to-polymorphic-force-reload
Yves Senn
2015-06-23
1
-0
/
+2
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Fix `undefined method uncached` for polymorphic belongs_to #20426
James Dabbs
2015-06-13
1
-0
/
+1
*
|
|
|
|
|
|
Merge pull request #20545 from dcrec1/20541
Yves Senn
2015-06-23
1
-0
/
+26
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
thrown ActiveRecord::AssociationTypeMismatch when assigning a wrong value for...
Diego Carrion
2015-06-22
1
-0
/
+18
|
/
/
/
/
/
/
/
*
/
/
/
/
/
/
raise ActiveModel::MissingAttributeError when trying to access a relationship...
Diego Carrion
2015-06-16
1
-0
/
+4
|
/
/
/
/
/
/
[next]