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
*
remove deprecated support to preload instance-dependent associaitons.
Yves Senn
2015-01-05
1
-22
/
+9
*
Remove deprecated automatic counter caches on `has_many :through`
Rafael Mendonça França
2015-01-04
1
-26
/
+0
*
Merge pull request #15309 from iantropov/issue_12698_build_through
Rafael Mendonça França
2015-01-02
1
-1
/
+10
|
\
|
*
Add setting of FK for throgh associations while building
Ivan Antropov
2014-05-25
1
-1
/
+10
*
|
Remove support to activerecord-deprecated_finders
Rafael Mendonça França
2015-01-02
1
-2
/
+1
*
|
Merge pull request #15746 from amccloud/auto-inverse_of-in-module
Rafael Mendonça França
2015-01-02
1
-0
/
+12
|
\
\
|
*
|
Fixed automatic inverse_of for models nested in module
Andrew McCloud
2014-06-15
1
-0
/
+12
*
|
|
Fix warning: assigned but unused variable - post
Ryuta Kamizono
2014-12-31
1
-1
/
+1
*
|
|
Fix error message when trying to create an associated record
Rafael Mendonça França
2014-12-30
1
-0
/
+8
*
|
|
Share foreign_key_present? implementation in _has_ associations
brainopia
2014-12-31
2
-35
/
+57
*
|
|
`eager_load` preserves readonly flag for associations
Takashi Kokubun
2014-12-30
1
-1
/
+4
*
|
|
Add foreign_type option for polymorphic has_one and has_many.
Ulisses Almeida + Kassio Borges
2014-12-08
2
-0
/
+21
*
|
|
Merge pull request #17889 from mxie/mx-fix-nonexistent-typo
Sean Griffin
2014-12-02
3
-4
/
+4
|
\
\
\
|
*
|
|
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
[next]