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 #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
*
|
Standardize the use of current_adapter?
Rafael Mendonça França
2013-01-01
1
-1
/
+1
|
/
*
Fix for has_many_through counter_cache bug
Matthew Robertson
2012-12-14
1
-0
/
+11
*
Move where with blank conditions test to the correct where tests file
Carlos Antonio da Silva
2012-12-07
1
-6
/
+0
*
Ensure there won't be any regression with where(nil) calls
Carlos Antonio da Silva
2012-12-07
1
-1
/
+1
*
Merge pull request #8332 from amatsuda/ar_where_chain
Carlos Antonio da Silva
2012-12-07
1
-1
/
+1
|
\
|
*
Relation.where with no args can be chained with not, like, and not_like
Akira Matsuda
2012-11-30
1
-1
/
+1
*
|
Do not instantiate intermediate AR objects when eager loading.
Yves Senn
2012-12-04
1
-0
/
+6
*
|
Remove not used variable warnigns
Carlos Antonio da Silva
2012-12-01
1
-4
/
+4
*
|
User assert_kind_of, invert assert_equal expectations
Carlos Antonio da Silva
2012-11-29
3
-9
/
+9
*
|
Added STI support to init and building associations
Jason Rush
2012-11-29
3
-0
/
+86
|
/
*
Corrects typo in test name
Andy Lindeman
2012-11-26
1
-1
/
+1
*
Merge pull request #8291 from senny/8265_build_with_polymorphic_association
Rafael Mendonça França
2012-11-22
1
-0
/
+8
|
\
|
*
prevent mass assignment of polymorphic type when using `build`
Yves Senn
2012-11-22
1
-0
/
+8
[next]