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
*
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
*
|
|
Fix regression on eager loading association based on SQL query rather
Lauro Caetano
2014-06-03
1
-0
/
+4
*
|
|
just use `assert`
Aaron Patterson
2014-06-02
1
-1
/
+1
*
|
|
Merge pull request #14834 from al2o3cr/issue14155
Aaron Patterson
2014-05-27
1
-0
/
+10
|
\
\
\
|
*
|
|
WIP: pass existing joins to construct_join_dependency
Matt Jones
2014-05-16
1
-0
/
+10
*
|
|
|
Fix redefine a has_and_belongs_to_many inside inherited class
Arthur Neves
2014-05-27
1
-1
/
+15
*
|
|
|
Fix syntax error from 5eae77c
Zachary Scott
2014-05-26
1
-1
/
+1
*
|
|
|
Move test to the proper file
Rafael Mendonça França
2014-05-26
1
-0
/
+7
*
|
|
|
Add test case for b13d260
Rafael Mendonça França
2014-05-26
1
-0
/
+9
|
|
/
/
|
/
|
|
*
|
|
Fix polymorphic eager load with foreign_key as String.
Lauro Caetano
2014-05-20
1
-0
/
+13
*
|
|
Prevented belongs_to: touch propagating up if there are no changes being saved
Brock Trappitt
2014-05-21
1
-0
/
+7
*
|
|
Remove dead test code for unsupported adapters
Sean Griffin
2014-05-17
1
-17
/
+3
|
/
/
*
|
Fix how to compute class name on habtm namespaced.
Kassio Borges
2014-05-13
1
-0
/
+12
*
|
deprecate, join, preload, eager load of instance dependent associations.
Yves Senn
2014-05-10
1
-4
/
+27
*
|
test, regression test for has_many with instance dependent scope.
Yves Senn
2014-05-09
1
-0
/
+10
*
|
set a constant for the "anonymous" habtm model fixes #15022
Aaron Patterson
2014-05-08
1
-0
/
+6
*
|
Fixed HABTM's CollectionAssociation size
Fred Wu
2014-05-08
1
-0
/
+18
*
|
Remove duplicated fixture addition
Carlos Antonio da Silva
2014-05-03
1
-1
/
+1
*
|
Refactor test to not care about the specific result of valid?
Carlos Antonio da Silva
2014-05-03
1
-3
/
+4
*
|
Merge pull request #14924 from eric-chahin/issue_13854
Matthew Draper
2014-05-03
1
-0
/
+10
|
\
\
|
*
|
Fixed custom validation context bug where child
Eric Chahin
2014-05-01
1
-0
/
+10
*
|
|
push up bind params on "simple" subquery calculations
Aaron Patterson
2014-05-02
1
-1
/
+7
*
|
|
Remove unused variable
Rafael Mendonça França
2014-05-01
1
-1
/
+1
|
/
/
*
|
add test to check that loaded and non laoded are the same
eileencodes
2014-04-28
1
-0
/
+13
*
|
clear shouldnt fire callbacks so remove order test
eileencodes
2014-04-28
1
-3
/
+0
[next]