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
*
hm:t join tables may not have a primary key
Aaron Patterson
2013-09-06
1
-0
/
+18
*
Merge pull request #11958 from jetthoughts/extract_pre_process_orders_args
Yves Senn
2013-09-04
1
-2
/
+5
|
\
|
*
Extracted from `order` processing of arguments, and use it for `reorder` to b...
Paul Nikitochkin
2013-09-04
1
-2
/
+5
*
|
adding a hm:t test for singleton ar objects
Aaron Patterson
2013-09-03
1
-0
/
+27
*
|
support anonymous classes on has_many associations
Aaron Patterson
2013-09-03
1
-0
/
+18
*
|
Don't need to check if the scope respond to call
Rafael Mendonça França + Kassio Borges
2013-08-31
1
-1
/
+1
*
|
add missing fixtures file
Aaron Patterson
2013-08-30
1
-1
/
+2
*
|
make sure there are actually some categories when running the test
Aaron Patterson
2013-08-29
1
-0
/
+1
*
|
pk should not be required for hm:t associations
Aaron Patterson
2013-08-29
1
-0
/
+7
|
/
*
query the association rather than send the method for the association name
Aaron Patterson
2013-08-27
1
-6
/
+4
*
Merge branch 'master' of github.com:rails/docrails
Vijay Dev
2013-08-17
1
-1
/
+1
|
\
|
*
Revert "Merge branch 'master' of github.com:rails/docrails"
Vijay Dev
2013-08-17
1
-1
/
+1
*
|
Fixing multi-word automatic inverse detection.
wangjohn
2013-08-15
1
-0
/
+14
*
|
using assert_not instead of refute
Rajarshi Das
2013-08-13
1
-1
/
+1
*
|
add a test for concat on hm:t associations
Aaron Patterson
2013-08-02
1
-0
/
+7
*
|
association builder classes no longer need the model
Aaron Patterson
2013-08-01
1
-1
/
+1
*
|
no need to define the constant twice
Aaron Patterson
2013-08-01
1
-1
/
+0
*
|
assert that constants have been set rather than the names
Aaron Patterson
2013-08-01
1
-6
/
+8
*
|
Merge pull request #11668 from neerajdotname/make_test_order_independent_2
Rafael Mendonça França
2013-07-30
1
-1
/
+3
|
\
\
|
*
|
assert_no_queries should ignore certain sqls
Neeraj Singh
2013-07-30
1
-1
/
+3
*
|
|
Revert change on ActiveRecord::Relation#order method that prepends new
Rafael Mendonça França
2013-07-29
2
-4
/
+4
|
/
/
*
|
Clear class ivar before testing
Akira Matsuda
2013-07-29
1
-0
/
+2
*
|
Unneeded assertion
Akira Matsuda
2013-07-29
1
-1
/
+1
*
|
make test not depend on order
Neeraj Singh
2013-07-28
1
-0
/
+1
|
/
*
used flat_map instead of map.flatten
Karunakar (Ruby)
2013-07-25
1
-1
/
+1
*
Make sure that a joins Relation can be merged with has_many :through + associ...
Akira Matsuda
2013-07-10
1
-0
/
+6
*
Remove redundant test about `push_with_attributes` removal.
Vipul A M
2013-07-09
1
-7
/
+0
*
#11288: Removed duplicated touching
Paul Nikitochkin
2013-07-05
1
-1
/
+42
*
Cleanup belongs to tests
Paul Nikitochkin
2013-07-05
1
-2
/
+1
*
Dropped deprecated option `:restrict` for `:dependent` in associations
Neeraj Singh
2013-07-03
2
-31
/
+0
*
Removed support for deprecated `delete_sql` in associations.
Neeraj Singh
2013-07-03
1
-25
/
+0
*
Removed support for deprecated `finder_sql` in associations.
Neeraj Singh
2013-07-02
2
-140
/
+0
*
Removed support for deprecated `counter_sql`
Neeraj Singh
2013-07-02
2
-45
/
+0
*
Merge pull request #10604 from neerajdotname/delete_all_should_not_call_callb...
Rafael Mendonça França
2013-07-01
2
-2
/
+59
|
\
|
*
Do not invoke callbacks when delete_all is called
Neeraj Singh
2013-06-30
2
-2
/
+59
*
|
Removed deprecated options for assocations
Neeraj Singh
2013-07-02
2
-22
/
+0
|
/
*
remove deprecated implicit join references.
Yves Senn
2013-06-29
1
-15
/
+5
*
Apply default scope when joining associations.
Jon Leighton
2013-06-28
1
-0
/
+8
*
Remove depreacted finders
Łukasz Strzałkowski
2013-06-28
1
-2
/
+2
*
Fix `another_contract` not being used warning
Vipul A M
2013-06-24
1
-1
/
+1
*
test-case to prevent regressions described in #10901.
Jared Armstrong
2013-06-24
1
-0
/
+27
*
test-case to prevent regressions on `Association#build` with an Array.
Yves Senn
2013-06-22
1
-0
/
+10
*
do not load all child records for inverse case
Neeraj Singh
2013-06-21
1
-0
/
+8
*
fix bad test by making number that fits for integer
Neeraj Singh
2013-06-21
1
-1
/
+5
*
Revert "Merge pull request #10566 from neerajdotname/10509d"
Jon Leighton
2013-06-19
1
-8
/
+0
*
do not load all child records for inverse case
Neeraj Singh
2013-06-19
1
-0
/
+8
*
Merge pull request #10987 from senny/10979_association_include_returns_true
Xavier Noria
2013-06-18
1
-11
/
+11
|
\
|
*
`CollectionProxy#include?` returns `true` and `false` as documented.
Yves Senn
2013-06-18
1
-11
/
+11
*
|
Merge pull request #10533 from vipulnsward/fix_test
Rafael Mendonça França
2013-06-15
1
-1
/
+2
|
\
\
|
|
/
|
/
|
|
*
Make test name descriptive and add reference to original regression commit
Vipul A M
2013-06-15
1
-1
/
+2
[next]