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
...
|
*
|
|
|
Fix "nonexistent" typo in tests
Melissa Xie
2014-12-02
3
-4
/
+4
*
|
|
|
|
Require missing association in test
Sean Griffin
2014-12-02
1
-0
/
+1
|
/
/
/
/
*
|
|
|
Pass symbol as an argument instead of a block
Erik Michaels-Ober
2014-11-29
7
-20
/
+18
*
|
|
|
Adds preloaded_records method to NullPreloader
Thorsten Ball
2014-11-28
1
-0
/
+8
*
|
|
|
Fix a bug where AR::RecordNotSaved loses error messages
Yuki Nishijima
2014-11-27
3
-9
/
+28
*
|
|
|
Setting an association replaces records with the same id in memory
Sean Griffin
2014-11-25
1
-0
/
+64
*
|
|
|
Fix includes on association with a scope containing joins along with conditions
siddharth@vinsol.com
2014-11-21
1
-0
/
+6
*
|
|
|
Merge pull request #17575 from shikshachauhan/make-habtm-consistent
Rafael Mendonça França
2014-11-19
1
-0
/
+10
|
\
\
\
\
|
*
|
|
|
Allow habtm class_name option to be consistent with other associations
shiksha
2014-11-13
1
-0
/
+10
*
|
|
|
|
Build fix when running in isolation
Arun Agrawal
2014-11-14
7
-0
/
+7
*
|
|
|
|
Merge pull request #11694 from Empact/association-bind-values-not-updated-on-...
Rafael Mendonça França
2014-11-10
1
-0
/
+7
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Fix that a collection proxy could be cached before the save of the owner, res...
Ben Woosley
2014-10-03
1
-0
/
+7
*
|
|
|
|
Ensure HABTM relationships produce valid class names (Fixes #17119)
Sammy Larbi
2014-11-09
1
-1
/
+10
*
|
|
|
|
default scopes should break the cache on singulur_association.
alfa-jpn
2014-11-08
1
-0
/
+29
*
|
|
|
|
default scopes should break the cache on has_many.
Aaron Patterson
2014-11-07
1
-0
/
+26
*
|
|
|
|
copy reflection_scopes’s unscoped value when building scope for preloading,...
Byron Bischoff
2014-10-22
1
-0
/
+8
*
|
|
|
|
Raise an error for has_one associations which try to go :through a polymorphi...
Tu Hoang
2014-10-15
1
-0
/
+6
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
measure record instantiation time in AS::Notifications
Aaron Patterson
2014-10-13
1
-0
/
+36
|
/
/
/
*
|
|
Replace drop sql statement to drop_table method
Yasuo Honda
2014-09-11
1
-2
/
+2
*
|
|
Do not mark object as persisted after an association is saved
Rafael Mendonça França
2014-09-05
2
-19
/
+14
*
|
|
Fixed regression with referencing polymorphic assoc in eager-load
Godfrey Chan
2014-09-05
1
-0
/
+10
*
|
|
Remove 'if exists' from drop table statement then use `table_exists?`
Yasuo Honda
2014-09-03
1
-2
/
+2
*
|
|
Ignore SCHEMA queries when asserting no queries
Akira Matsuda
2014-08-28
3
-12
/
+12
*
|
|
Ignore SCHEMA queries in some habtm tests
Akira Matsuda
2014-08-14
1
-4
/
+4
*
|
|
Make sure assertion passes for postgresql.
Zuhao Wan
2014-07-22
1
-1
/
+1
*
|
|
Merge pull request #15266 from dv/use_counter_cache_for_empty_call
Godfrey Chan
2014-07-15
1
-0
/
+7
|
\
\
\
|
*
|
|
If a counter_cache exists, use it for #empty?
David Verhasselt
2014-06-10
1
-0
/
+7
*
|
|
|
Include fixtures to prevent foreign key violation.
Zuhao Wan
2014-07-09
1
-0
/
+2
*
|
|
|
Warm up cache to prevent assertion failure.
Zuhao Wan
2014-07-08
1
-0
/
+1
*
|
|
|
Re-enable foriegn key tests on MySQL
Godfrey Chan
2014-07-05
1
-2
/
+0
*
|
|
|
Add a `required` option to singular associations
Sean Griffin
2014-07-04
1
-0
/
+82
*
|
|
|
Do not change the global state of the test suite
Rafael Mendonça França
2014-06-27
1
-18
/
+1
*
|
|
|
Improve tests to use add_foreign_key DSL
Rafael Mendonça França
2014-06-27
1
-18
/
+11
*
|
|
|
MySQL doesn't works with foreign key
Rafael Mendonça França
2014-06-27
1
-3
/
+2
*
|
|
|
Merge pull request #12450 from iantropov/master
Rafael Mendonça França
2014-06-27
1
-0
/
+36
|
\
\
\
\
|
*
|
|
|
Fix bug, when ':dependent => :destroy' option violates foreign key constraint...
Ivan Antropov
2013-10-26
1
-0
/
+36
*
|
|
|
|
Deprecate automatic counter caches on has_many :through
Sean Griffin
2014-06-26
6
-25
/
+52
*
|
|
|
|
`preload` preserves readonly flag on associations. #15853
Yves Senn
2014-06-25
1
-0
/
+29
*
|
|
|
|
Merge pull request #15728 from sgrif/sg-double-save-hm-t
Rafael Mendonça França
2014-06-19
1
-1
/
+20
|
\
\
\
\
\
|
*
|
|
|
|
Don't save through records twice
Sean Griffin
2014-06-17
1
-0
/
+19
|
|
|
_
|
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge pull request #15747 from sgrif/sg-trolololol-this-is-so-broken
Rafael Mendonça França
2014-06-19
1
-0
/
+30
|
\
\
\
\
\
|
*
|
|
|
|
Always update counter caches in memory when adding records
Sean Griffin
2014-06-16
1
-0
/
+30
|
|
/
/
/
/
*
|
|
|
|
Merge pull request #15772 from nbudin/sti_through_bug
Rafael Mendonça França
2014-06-19
1
-0
/
+8
|
\
\
\
\
\
|
*
|
|
|
|
Don't include inheritance column in the through_scope_attributes
Nat Budin
2014-06-17
1
-0
/
+8
|
|
/
/
/
/
*
|
|
|
|
Use a better test description
Rafael Mendonça França
2014-06-19
1
-1
/
+1
*
|
|
|
|
Fix has_and_belongs_to_many in a namespaced model pointing to a non namespace...
Rafael Mendonça França
2014-06-19
1
-0
/
+9
|
/
/
/
/
*
|
|
|
Merge pull request #15343 from dontfidget/fix_polymorphic_automatic_inverse_of
Rafael Mendonça França
2014-06-13
1
-0
/
+11
|
\
\
\
\
|
*
|
|
|
use name specified by 'as' for automatic inverse association to avoid reflect...
Andrew S. Brown
2014-06-10
1
-0
/
+11
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Through associations should set both parent ids on join models
Sean Griffin
2014-06-13
2
-0
/
+27
|
|
_
|
/
|
/
|
|
*
|
|
Fix inverse associations test
Leandro Facchinetti
2014-06-04
1
-1
/
+1
[prev]
[next]