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
...
*
|
|
|
|
|
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
|
/
/
/
/
/
/
/
*
|
|
|
|
|
|
add `extend` option on `has_and_belongs_to_many`.
keepcosmos
2015-05-26
1
-0
/
+15
*
|
|
|
|
|
|
deprecate `Relation#uniq` use `Relation#distinct` instead.
Yves Senn
2015-05-26
4
-11
/
+11
|
|
_
|
_
|
_
|
/
/
|
/
|
|
|
|
|
*
|
|
|
|
|
remove duplicate test.
Yves Senn
2015-05-08
1
-10
/
+2
*
|
|
|
|
|
AR::RecordNotSaved & RecordNotDestroyed should include an error message
Yuki Nishijima
2015-05-01
1
-1
/
+2
|
|
/
/
/
/
|
/
|
|
|
|
*
|
|
|
|
Rename association option :class to :anonymous_class
Andrew White
2015-04-21
3
-14
/
+14
*
|
|
|
|
Batch touch parent records
Arthur Neves
2015-04-08
1
-0
/
+18
|
/
/
/
/
*
|
|
|
Fix a regression introduced by removing unnecessary db call when replacing
Shintaro Kojima
2015-04-04
1
-0
/
+2
*
|
|
|
Fix eager loading association using default_scope for finder methods.
Santosh Wadghule
2015-03-31
1
-0
/
+17
|
|
/
/
|
/
|
|
*
|
|
Merge pull request #19348 from Empact/null-scope
Yves Senn
2015-03-18
1
-0
/
+12
|
\
\
\
|
*
|
|
Reuse the CollectionAssociation#reader proxy cache if the foreign key is pres...
Ben Woosley
2015-03-15
1
-0
/
+12
*
|
|
|
Closes rails/rails#18864: Renaming transactional fixtures to transactional tests
Brandon Weiss
2015-03-16
3
-3
/
+3
|
/
/
/
*
|
|
Revert ":cut: remove unnecessary rescue Exceptions"
Yves Senn
2015-03-06
1
-1
/
+1
*
|
|
:cut: remove unnecessary rescue Exceptions
Aaron Patterson
2015-03-05
1
-1
/
+1
|
|
/
|
/
|
*
|
Merge pull request #19105 from amatsuda/array_take
Sean Griffin
2015-03-02
1
-0
/
+13
|
\
\
|
*
|
Preserve Array#take(n) behaviour of HasManyAssociation
Akira Matsuda
2015-02-28
1
-0
/
+13
*
|
|
Merge pull request #19077 from robin850/unknown-attribute-error
Sean Griffin
2015-03-02
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Follow-up to #10776
Robin Dupret
2015-02-26
1
-1
/
+1
[prev]
[next]