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
...
*
|
|
this method does not exist anymore
Aaron Patterson
2013-10-14
1
-8
/
+0
|
/
/
*
|
Merge branch 'builder-instances'
Rafael Mendonça França
2013-10-09
1
-2
/
+1
|
\
\
|
*
|
Define the association extensions without need to have a builder
Rafael Mendonça França
2013-10-09
1
-2
/
+1
*
|
|
Using flat_map instead of map and flatten
Arun Agrawal
2013-10-09
1
-1
/
+1
|
/
/
*
|
add regression test for set_inverse_instance on add_to_target
Arthur Neves
2013-10-04
1
-0
/
+13
*
|
preheat habtm column cache
Aaron Patterson
2013-10-02
1
-0
/
+1
*
|
Squashed commit of the following:
Aaron Patterson
2013-10-01
3
-13
/
+13
*
|
Removed where_values_hash from AR::NullRelation
Paul Nikitochkin
2013-09-28
1
-0
/
+23
*
|
adding a test to demonstrate how to use STI subclasses on the far right
Aaron Patterson
2013-09-27
1
-0
/
+7
*
|
fix .find when inverse is set
Arthur Neves
2013-09-25
1
-0
/
+12
*
|
Merge pull request #12359 from arthurnn/inverse_on_callbacks
Rafael Mendonça França
2013-09-25
1
-0
/
+7
|
\
\
|
*
|
Make sure inverse_of is visible on the has_many callbacks
Arthur Neves
2013-09-25
1
-0
/
+7
*
|
|
push preloaded test up to the factory method so we can eliminate
Aaron Patterson
2013-09-24
1
-1
/
+0
*
|
|
we can't sort by lhs since the middle records have difference classes
Aaron Patterson
2013-09-23
1
-1
/
+2
*
|
|
adding a test for sti on middle tables with sorting on RHS
Aaron Patterson
2013-09-23
1
-1
/
+14
*
|
|
hm:t preloading will respect order set on the RHS association
Aaron Patterson
2013-09-23
1
-0
/
+15
|
/
/
*
|
Merge pull request #12011 from jetthoughts/11963_fix_join_with_association_scope
Rafael Mendonça França
2013-09-16
1
-0
/
+5
|
\
\
|
*
|
Collapse where constraints to one where constraint
Paul Nikitochkin
2013-09-13
1
-0
/
+5
*
|
|
Merge pull request #12137 from lann/fix_association_first_last
Rafael Mendonça França
2013-09-12
1
-3
/
+5
|
\
\
\
|
*
|
|
Make CollectionAssociation first/last with integer fetch with query
Lann Martin
2013-09-09
1
-3
/
+5
|
|
/
/
*
|
|
these are not real developer objects, so counting them doesn't make
Aaron Patterson
2013-09-11
1
-1
/
+1
*
|
|
Merge pull request #12135 from dylanahsmith/avoid_empty_transaction
Rafael Mendonça França
2013-09-11
1
-0
/
+2
|
\
\
\
|
*
|
|
Avoid empty transaction from setting has_one association on new record.
Dylan Thacker-Smith
2013-09-11
1
-0
/
+2
*
|
|
|
fix deleting join models with no pk
Aaron Patterson
2013-09-11
1
-5
/
+47
|
/
/
/
*
|
|
add a comment for sanity of other people to come
Aaron Patterson
2013-09-10
1
-0
/
+8
*
|
|
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
[prev]
[next]