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
...
*
|
updating options documentation for associations
Kuldeep Aggarwal
2013-11-29
1
-8
/
+3
*
|
changed update counter to act on unscoped model
heruku
2013-11-26
1
-0
/
+8
*
|
Raise `RecordNotDestroyed` when children can't be replaced
Brian Thomas Storti
2013-11-25
1
-0
/
+11
*
|
Fix some minor typos [ci skip]
Vipul A M
2013-11-26
1
-1
/
+1
*
|
Fix ActiveRecord::Relation#unscope
Jon Leighton
2013-11-20
1
-0
/
+9
*
|
Merge pull request #12918 from versioncontrol/rails-12866
Rafael Mendonça França
2013-11-16
1
-0
/
+4
|
\
\
|
*
|
Checks to see if the record contains the foreign_key to set the inverse autom...
Edo Balvers
2013-11-16
1
-0
/
+4
*
|
|
Fix test name [ci skip]
Carlos Antonio da Silva
2013-11-14
1
-1
/
+1
*
|
|
Fix that eager loading of polymorphic associations did not work with associat...
David Heinemeier Hansson
2013-11-14
2
-3
/
+1
*
|
|
Prevent the counter cache from being decremented twice
dm1try
2013-11-11
1
-0
/
+9
*
|
|
Fixes problem with replacing has_one association record with itself
Denis Redozubov
2013-11-11
1
-2
/
+16
*
|
|
Mark broken test as pending
Rafael Mendonça França
2013-11-08
1
-0
/
+2
|
/
/
*
|
Fix wrong behavior where associations with dependent: :destroy options
Rafael Mendonça França
2013-11-01
1
-4
/
+3
*
|
Test with the right association
Rafael Mendonça França
2013-11-01
1
-3
/
+3
*
|
:cut: whitespace
Aaron Patterson
2013-10-30
1
-2
/
+2
*
|
Fix broken delete_all test, which will now be failing since #delete_all is br...
David Heinemeier Hansson
2013-10-28
1
-4
/
+4
*
|
Add failing test for preloading with a polymorphic association and using the ...
David Heinemeier Hansson
2013-10-28
1
-1
/
+10
*
|
Assert the return value in the test
Rafael Mendonça França
2013-10-27
1
-1
/
+1
*
|
Skip `include_values` from through associations chains for building target scope
Paul Nikitochkin
2013-10-27
1
-0
/
+4
*
|
Merge pull request #12621 from laurocaetano/fix_has_one_association_with_prim...
Rafael Mendonça França
2013-10-24
1
-0
/
+11
|
\
\
|
*
|
Save association when primary key is manually set
laurocaetano
2013-10-24
1
-0
/
+11
*
|
|
Merge branch 'master' into joindep
Aaron Patterson
2013-10-15
1
-0
/
+12
|
\
|
|
|
*
|
inversed instance should not be reloaded after stale state was changed
Dmitry Polushkin
2013-10-13
1
-0
/
+12
*
|
|
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
|
\
\
[prev]
[next]