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 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
*
|
Merge pull request #10824 from vipulnsward/wonderful
Guillermo Iguaran
2013-06-02
1
-1
/
+1
|
\
\
|
*
|
wonderfull => wonderful
Vipul A M
2013-06-02
1
-1
/
+1
*
|
|
Remove #sum with a block was deprecated.
kennyj
2013-06-01
1
-6
/
+0
|
/
/
*
|
`implicit_readonly` is being removed in favor of calling `readonly` explicitly
Yves Senn
2013-05-27
1
-4
/
+4
*
|
Fix the `:primary_key` option for `has_many` associations.
Yves Senn
2013-05-23
1
-0
/
+8
|
/
*
Created a method to automatically find inverse associations and cache
wangjohn
2013-05-07
1
-0
/
+82
*
Confirm a record has not already been destroyed before decrementing
Ben Tucker
2013-05-06
1
-0
/
+20
*
Fix #8856 Ensure has_one association=(associate) triggers save.
Chris Thompson
2013-04-30
1
-0
/
+16
*
Update counter cache when pushing into association
Matthew Robertson
2013-04-21
1
-0
/
+9
*
Merge pull request #9996 from mikz/master
Jon Leighton
2013-04-05
1
-0
/
+16
|
\
|
*
fix inverse_of association in block of new child
Michal Cichra
2013-04-01
1
-0
/
+16
*
|
has_many through obeys order on through association
Neeraj Singh
2013-04-04
2
-2
/
+8
*
|
Updated the error message for +find+ on an inverse_of association
wangjohn
2013-04-01
1
-2
/
+0
*
|
Throwing a RecordNotFound exception when a record is scanned using the
wangjohn
2013-04-01
1
-0
/
+18
|
/
*
test-case to prevent resetting associations when preloading twice.
Yves Senn
2013-03-22
1
-0
/
+7
*
Fix some typos in AR- CHANGELOG, tests, method doc. fixed
Vipul A M
2013-03-20
1
-1
/
+1
*
Calling find() on an association with an inverse will now check to see
wangjohn
2013-03-19
1
-0
/
+25
*
Merge pull request #9782 from vipulnsward/change_from_each_to_each_key_habtm
Rafael Mendonça França
2013-03-18
1
-2
/
+2
|
\
|
*
1. Change from each to each_value since we did not use key
Vipul A M
2013-03-19
1
-2
/
+2
*
|
fix typos in AR. lots of them.
Vipul A M
2013-03-19
1
-1
/
+1
|
/
*
If a counter_cache is defined, then using update_attributes and changing
John Wang
2013-03-15
1
-0
/
+31
*
Deprecate the `:distinct` option for `Relation#count`.
Yves Senn
2013-03-15
2
-2
/
+2
*
rename `Relation#uniq` to `Relation#distinct`. `#uniq` still works.
Yves Senn
2013-03-15
3
-4
/
+4
*
Refactored test case with standard variable naming
Anupam Choudhury
2013-03-08
1
-40
/
+40
*
Refactored and removed unnecessary lines in the test case
Anupam Choudhury
2013-03-07
1
-3
/
+3
*
Expand order(:symbol) to "table".symbol to prevent broken queries on PG.
Yves Senn
2013-02-25
1
-1
/
+6
*
Remove warning
Rafael Mendonça França
2013-02-24
1
-1
/
+1
*
don't apply invalid ordering when preloading hmt associations.
Yves Senn
2013-02-24
1
-0
/
+5
*
test case to prevent duplicated associations with custom PK.
Yves Senn
2013-02-24
1
-0
/
+10
*
don't cache invalid subsets when preloading hmt associations.
Yves Senn
2013-02-14
1
-0
/
+6
*
Prevent Relation#merge from collapsing wheres on the RHS
Jon Leighton
2013-01-27
1
-0
/
+7
*
Fix cases where delete_records on a has_many association caused errors
Derek Kraan
2013-01-27
1
-1
/
+19
*
Remove obsolete test file
Jon Leighton
2013-01-25
1
-35
/
+0
*
A test case name needs to start with "test_"
Akira Matsuda
2013-01-23
1
-1
/
+1
*
Preload some join table schemas
Akira Matsuda
2013-01-22
1
-0
/
+9
*
Revert "Merge pull request #8989 from robertomiranda/use-rails-4-find-by"
Guillermo Iguaran
2013-01-18
6
-21
/
+21
*
Merge pull request #8989 from robertomiranda/use-rails-4-find-by
Guillermo Iguaran
2013-01-18
6
-21
/
+21
|
\
|
*
User Rails 4 find_by
robertomiranda
2013-01-18
6
-21
/
+21
*
|
Undeprecate the :extend option
Jon Leighton
2013-01-18
1
-0
/
+12
*
|
CollectionProxy should be default scoped
Jon Leighton
2013-01-18
1
-0
/
+5
*
|
`CollectionAssociation#empty?` respects newly builded records
Yves Senn
2013-01-13
1
-0
/
+7
|
/
*
Merge pull request #8568 from inossidabile/fix-in_clause_length
Jon Leighton
2013-01-11
1
-7
/
+7
|
\
|
*
Eager loading made to use relation's in_clause_length instead of host's one (...
Boris Staal
2012-12-20
1
-7
/
+7
*
|
deprecate `assert_blank` and `assert_present`.
Yves Senn
2013-01-05
1
-2
/
+2
*
|
Fix undefined method `to_i' introduced since 3.2.8
Jason Stirk
2013-01-04
1
-0
/
+12
*
|
Rename update_attributes method to update, keep update_attributes as an alias
Amparo Luna + Guillermo Iguaran
2013-01-03
3
-8
/
+9
[prev]
[next]