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
*
Fix fragile #assert_queries implementation and usages.
Steve Jorgensen
2012-06-09
2
-4
/
+5
*
Add tests to delete by fixnum or string id with has many through associations
Francesco Rodriguez
2012-05-28
1
-0
/
+20
*
Fix failing build related to change in CollectionAssociation#delete
Carlos Antonio da Silva
2012-05-29
1
-1
/
+1
*
Add support for CollectionAssociation#delete by Fixnum or String
Francesco Rodriguez
2012-05-28
1
-3
/
+17
*
Ensure that CollectionAssociation#replace returns proper target
Piotr Sarnacki
2012-05-19
1
-2
/
+2
*
fix #delete_all with habtm with :delete_sql
Jon Leighton
2012-05-18
1
-0
/
+6
*
Perf: Don't load the association for #delete_all.
Jon Leighton
2012-05-18
1
-0
/
+12
*
quarantine deprecated tests
Jon Leighton
2012-05-18
4
-151
/
+9
*
Merge pull request #5453 from JonRowe/patch_uniq_has_and_belongs_to_many_when...
Aaron Patterson
2012-05-16
1
-0
/
+6
|
\
|
*
when using a preloaded array and the uniq flag is set then return the size of...
Jon Rowe
2012-03-15
1
-0
/
+6
*
|
Fix CollectionAssociation#replace to return new target (closes #6231)
Piotr Sarnacki
2012-05-16
1
-0
/
+12
*
|
Remove #=== quirk
Jon Leighton
2012-05-11
2
-11
/
+0
*
|
CollectionProxy < Relation
Jon Leighton
2012-05-11
4
-7
/
+20
*
|
Fix issue with private kernel methods and collection associations. Closes #2508
Carlos Antonio da Silva
2012-05-02
1
-0
/
+5
*
|
Remove unused assignments from activerecord tests
Mark Rushakoff
2012-04-29
1
-1
/
+0
*
|
remove deprecated calls
Jon Leighton
2012-04-27
6
-64
/
+64
*
|
more deprecations manually fixed
Jon Leighton
2012-04-27
2
-38
/
+38
*
|
find and replace deprecated keys
Jon Leighton
2012-04-27
11
-150
/
+150
*
|
%s/find(:\(first\|last\|all\), \([^()]*\))/scoped(\2).\1/gcI amongst other th...
Jon Leighton
2012-04-27
11
-209
/
+209
*
|
don't need this test
Jon Leighton
2012-04-26
1
-5
/
+0
*
|
remove calls to find(:first), find(:last) and find(:all)
Jon Leighton
2012-04-26
8
-52
/
+47
*
|
remove deprecate #all usage
Jon Leighton
2012-04-26
1
-1
/
+1
*
|
remove deprecated #first calls
Jon Leighton
2012-04-26
1
-12
/
+1
*
|
remove deprecate #calculate calls
Jon Leighton
2012-04-26
6
-23
/
+8
*
|
remove deprecated #find_in_batches calls
Jon Leighton
2012-04-26
1
-1
/
+1
*
|
fix #scoped deprecations
Jon Leighton
2012-04-26
2
-5
/
+5
*
|
remove tests for #with_scope (it's now deprecated)
Jon Leighton
2012-04-25
2
-41
/
+0
*
|
Merge remote-tracking branch 'kennyj/fix_5563'
Jon Leighton
2012-04-25
1
-0
/
+11
|
\
\
|
*
|
Fix #5563. Should reflect the most recent change to either of association / id.
kennyj
2012-04-13
1
-0
/
+11
*
|
|
add missing test
Jon Leighton
2012-04-25
1
-0
/
+12
*
|
|
fix tests
Jon Leighton
2012-04-13
3
-67
/
+66
|
/
/
*
|
Merge pull request #5720 from kennyj/should_use_klass_method
Jon Leighton
2012-04-11
1
-0
/
+1
|
\
\
|
*
|
Get a properly aliased_table_name, when we use a polymorphic association.
kennyj
2012-04-04
1
-0
/
+1
*
|
|
Adds test to check that circular preloading does not modify Model.unscoped (a...
Benedikt Deicke
2012-04-03
1
-0
/
+6
|
/
/
*
/
Fix #5667. Preloading should ignore scoping.
Jon Leighton
2012-03-30
1
-0
/
+11
|
/
*
Remove IdentityMap
Carlos Antonio da Silva
2012-03-13
3
-148
/
+10
*
In AR depths use &:to_i before :uniq to process mixed arrays likes ["1", 1] c...
Alexey Vakhov
2012-03-09
1
-0
/
+7
*
Merge pull request #5289 from rafaelfranca/fix-through-associations
Jon Leighton
2012-03-08
1
-4
/
+20
|
\
|
*
Not need to pass join attributes to association build
Rafael Mendonça França
2012-03-07
1
-3
/
+2
|
*
Add test case to has_many through association when mass_assignment_sanitizer is
Rafael Mendonça França
2012-03-05
1
-4
/
+21
*
|
Add tests to test that through associations are not readonly, and we can upda...
kuahyeow
2012-03-08
1
-0
/
+11
|
/
*
Fix #5069 - Protect foreign key from mass assignment throught association bui...
Jean Boussier
2012-03-05
2
-0
/
+38
*
Merge pull request #4543 from jdelStrother/find_or_init
Jon Leighton
2012-02-01
1
-0
/
+12
|
\
|
*
Don't instantiate two objects in collection proxy / find_or_instantiator_by
Jonathan del Strother
2012-01-19
1
-0
/
+12
*
|
Fix typo
Rafael Mendonça França
2012-02-01
1
-2
/
+2
*
|
Use human attribute name to show the dependent destroy message
Rafael Mendonça França
2012-02-01
1
-1
/
+25
*
|
fix has_one, has_many restrict error message
Manoj
2012-02-01
2
-2
/
+2
*
|
Merge pull request #4791 from gregolsen/reflection_test_fixed
José Valim
2012-01-31
1
-1
/
+1
|
\
\
|
*
|
test_get_ids_for_ordered_association fixed
gregolsen
2012-01-31
1
-1
/
+1
*
|
|
Remove deprecation warnings from tests
Rafael Mendonça França
2012-01-31
2
-13
/
+25
|
/
/
[next]