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
*
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
*
|
Deprecate Relation#sum with a block.
Carlos Antonio da Silva
2012-11-21
1
-0
/
+6
|
/
*
Test for has_many bug on unsaved records
George Brocklehurst
2012-11-16
1
-0
/
+7
*
Merge and add tests related to 5215
Vipul A M
2012-11-12
3
-18
/
+25
*
Do not create useless database transaction when building `has_one` association.
Bogdan Gusiev
2012-11-10
1
-0
/
+6
*
Merge pull request #8116 from senny/7993_configure_counter_cache_for_has_many
Jon Leighton
2012-11-09
1
-0
/
+8
|
\
|
*
:counter_cache option for to support custom named counter caches. Closes #7993
Yves Senn
2012-11-04
1
-0
/
+8
*
|
Delegate all calculations to the scope.
Jon Leighton
2012-11-09
1
-0
/
+1
*
|
CollectionProxy#pluck issues no query for a new_record? owner
Jon Leighton
2012-11-09
1
-0
/
+1
*
|
Relations built off collection associations with an unsaved owner should be n...
Jon Leighton
2012-11-09
1
-0
/
+9
|
/
*
Fix issue with collection associations and first(n)/last(n)
Carlos Antonio da Silva
2012-11-01
1
-0
/
+13
*
Merge pull request #7887 from senny/remove_unused_requires_in_ar_tests
Vijay Dev
2012-10-10
1
-1
/
+0
|
\
|
*
remove duplicated require statements in AR test cases
Yves Senn
2012-10-09
1
-1
/
+0
*
|
Fix has_many assocation w/select load after create
Ernie Miller
2012-10-05
1
-0
/
+8
|
/
*
Revert "Use flat_map { } instead of map {}.flatten"
Santiago Pastorino
2012-10-05
2
-2
/
+2
[next]