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
...
*
|
|
Merge branch 'master' into adequaterecord
Aaron Patterson
2014-02-17
1
-2
/
+2
|
\
|
|
|
*
|
Don't skip tests if they are not broken. Just don't define they
Rafael Mendonça França
2014-02-16
1
-2
/
+2
*
|
|
Merge branch 'master' into adequaterecord
Aaron Patterson
2014-02-17
5
-65
/
+159
|
\
|
|
|
*
|
make a singleton for AssociationScope
Aaron Patterson
2014-02-14
1
-2
/
+1
|
*
|
pass the association and connection to the scope method
Aaron Patterson
2014-02-14
1
-2
/
+4
|
*
|
context in validation goes through has many relationship
Kevin Casey
2014-02-08
1
-0
/
+10
|
*
|
fix HABTM w/out primary key errors on destruction
Kevin Casey
2014-02-02
1
-0
/
+10
|
*
|
Associations now raise `ArgumentError` on name conflicts.
Lauro Caetano
2014-01-31
3
-0
/
+30
|
*
|
Fix indent on test case [ci skip]
Carlos Antonio da Silva
2014-01-28
1
-2
/
+2
|
*
|
Ensure AR #second, #third, etc. finders work through associations
Jason Meller
2014-01-21
1
-61
/
+90
|
*
|
`has_one` and `belongs_to` accessors don't add ORDER BY to the queries anymore.
Rafael Mendonça França
2014-01-21
2
-0
/
+14
*
|
|
Merge branch 'master' into adequaterecord
Aaron Patterson
2014-01-17
1
-96
/
+99
|
\
|
|
|
*
|
Extract a method to simplify setup code
Carlos Antonio da Silva
2014-01-16
1
-23
/
+27
|
*
|
Use minitest's skip rather than conditionals + early returns
Carlos Antonio da Silva
2014-01-16
1
-47
/
+38
|
*
|
Move AR test classes inside the test case
Carlos Antonio da Silva
2014-01-16
1
-38
/
+46
*
|
|
check bind parameter uniqueness
Aaron Patterson
2014-01-13
1
-1
/
+6
|
/
/
*
|
Remove method redefined warnings for test suite
Matthias Zirnstein
2014-01-05
1
-1
/
+1
*
|
Merge pull request #10134 from derikson/collection_proxy_select_with_multiple...
Rafael Mendonça França
2014-01-03
1
-1
/
+5
|
\
\
|
*
|
Changed ActiveRecord::Associations::CollectionProxy#select to take multiple a...
Dan Erikson
2013-04-08
1
-1
/
+5
*
|
|
Improve the tests to not call assert_nothing_raised
Rafael Mendonça França
2014-01-01
1
-4
/
+1
*
|
|
https://github.com/rails/rails/commit/2075f39d726cef361170218fd16421fc52bed5a...
Vipul A M
2013-12-31
1
-0
/
+14
*
|
|
On destroying do not touch destroyed belongs to association.
Paul Nikitochkin
2013-12-23
1
-0
/
+8
*
|
|
Prefer assert_raise instead of flunk + rescue to test for exceptions
Carlos Antonio da Silva
2013-12-19
1
-5
/
+3
*
|
|
Add a failing test for assigning nil to a polymorphic belongs_to not nullifyi...
Jeremy Kemper
2013-12-17
1
-0
/
+13
*
|
|
make sure cached table name is a string. fixes #12582
Aaron Patterson
2013-12-12
1
-0
/
+7
*
|
|
Revert the whole refactoring in the association builder classes.
Rafael Mendonça França
2013-12-11
1
-1
/
+2
*
|
|
Raise `ArgumentError` when `has_one` is used with `counter_cache`
Godfrey Chan
2013-11-29
2
-0
/
+16
*
|
|
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
[prev]
[next]