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
*
Timestamp columns of HABTM join table should record timestamps
Neeraj Singh
2010-07-21
1
-1
/
+34
*
Ensure that primary_keys of HABTM records is not double quoted
Neeraj Singh
2010-07-20
1
-0
/
+18
*
Removed warnings when a variable is shadowed
Łukasz Strzałkowski
2010-07-19
1
-2
/
+2
*
fixing typeo. thanks bamnet!
Aaron Patterson
2010-07-16
1
-1
/
+1
*
JoinDependency#graft does not properly set parent join [#5124 state:resolved]
David Genord II
2010-07-16
1
-0
/
+7
*
Remove unintentional API changes. [#1108]
Pratik Naik
2010-07-14
1
-41
/
+9
*
count method should not take options if it is operated on has_many associatio...
Neeraj Singh
2010-07-13
1
-0
/
+26
*
string IDs are now quoted correctly [#5064 state:resolved]
Will St. Clair + Neeraj Singh
2010-07-13
1
-1
/
+11
*
renaming test name to fix accidently override
Subba Rao Pasupuleti
2010-07-13
1
-1
/
+1
*
Eager loading :through associations will join the :source model if there are ...
Grant Ammons
2010-07-08
1
-0
/
+6
*
fix ActiveRecord `destroy_all` so it returns destroyed records
Mislav Marohnić
2010-07-08
1
-2
/
+5
*
This test never runs and it has never run. Since the day this file
Neeraj Singh
2010-07-08
1
-4
/
+0
*
Fixed gruoped_by_title spelling [#5063 state:committed]
Ben Somers
2010-07-08
1
-2
/
+2
*
AssociationCollection#create_by_*, find_or_create_by_* work properly now. [#1...
Aaron Patterson
2010-06-29
1
-0
/
+62
*
Order is not guaranteed here, ordering by id of people table makes it work
Santiago Pastorino
2010-06-25
1
-2
/
+2
*
Make sure about which is the first element of the query, fixes a postgresql 8...
Santiago Pastorino
2010-06-09
1
-2
/
+2
*
Fix multiple self-referencing eager loads failing to join multiple times
Ernie Miller
2010-06-08
1
-1
/
+9
*
Merge remote branch 'rsim/oracle_enhanced_rails3'
wycats
2010-06-07
2
-1
/
+5
|
\
|
*
fix test_belongs_to_with_primary_key_joins_on_correct_column test on Oracle
Raimonds Simanovskis
2010-06-04
1
-0
/
+4
|
*
do order by id when finding first fixture to ensure that it is correct one
Raimonds Simanovskis
2010-06-04
1
-1
/
+1
*
|
removes Array#random_element and backports Array#sample from Ruby 1.9, thanks...
Xavier Noria
2010-06-05
1
-7
/
+7
|
/
*
Use better assertion methods for testing
Neeraj Singh
2010-05-19
8
-31
/
+24
*
Change on Array extension from rand => random_element [#4555 state:committed]
Santiago Pastorino
2010-05-16
1
-7
/
+7
*
Make use of assert_equal to test equallity between object assert expects and ...
Santiago Pastorino
2010-05-16
1
-1
/
+1
*
Fix for get_ids when including a belongs_to association on a has_many associa...
Diego Algorta
2010-05-15
1
-0
/
+4
*
Fix eager loading of associations causing table name collisions
Ernie Miller
2010-04-28
1
-0
/
+9
*
kill warnings on 1.8.7 [#4331 state:resolved]
Aaron Patterson
2010-04-10
1
-4
/
+4
*
Add tests to prevent regression of lazy evaluation of has_many ..., :dependen...
Andrew White
2010-04-04
1
-0
/
+18
*
Dont try to load the record from the db if preloading didn't find anything
Pratik Naik
2010-03-31
1
-0
/
+6
*
Fix failing test in MySQL.
Emilio Tagua
2010-03-30
1
-3
/
+8
*
Fix honoring :primary_key option when joining or eager loading a belongs_to a...
Ernie Miller
2010-03-29
1
-0
/
+13
*
Add :dependent = to has_one and has_many [#3075 state:resolved]
Rizwan Reza
2010-03-28
3
-2
/
+24
*
removing dead code from activerecord tests. [#4187 state:resolved]
Aaron Patterson
2010-03-15
2
-21
/
+0
*
cleaning up a bunch of parse time warnings in AR [#4186 state:resolved]
Aaron Patterson
2010-03-15
3
-5
/
+5
*
Hack to keep column metadata queries out of test query counts
Jeremy Kemper
2010-03-15
1
-3
/
+7
*
Fix associations to call :destroy or :delete based on the right :dependent op...
Carlos Antonio da Silva
2010-03-09
3
-27
/
+29
*
Remove find_with_associations and related code from associations now that Rel...
Pratik Naik
2010-01-20
1
-15
/
+0
*
Make scopes use relations under the hood
Pratik Naik
2010-01-16
1
-28
/
+0
*
Remove the test which was testing a non-existing method, always failing on 1....
Pratik Naik
2010-01-02
1
-6
/
+0
*
Oops. Remove debug information inside a test from the previous commit
Pratik Naik
2009-12-29
1
-2
/
+0
*
Migrate all the calculation methods to Relation
Pratik Naik
2009-12-29
1
-0
/
+2
*
Don't publicize with_scope for tests since it may shadow public misuse
Jeremy Kemper
2009-12-28
1
-4
/
+4
*
Fix pg test
Jeremy Kemper
2009-12-28
1
-1
/
+2
*
Make polymorphic_inverse_of in Reflection throw an InverseOfAssociationNotFou...
Murray Steele
2009-12-28
1
-2
/
+15
*
Provide a slightly more robust we_can_set_the_inverse_on_this? method for pol...
Murray Steele
2009-12-28
1
-1
/
+16
*
Add inverse polymorphic association support. [#3520 state:resolved]
George Ogata
2009-12-28
1
-19
/
+81
*
Add more tests for the various ways we can assign objects to associations. [#...
Murray Steele
2009-12-28
1
-11
/
+159
*
Set inverse for #replace on a has_one association. [#3513 state:resolved]
George Ogata
2009-12-28
1
-0
/
+15
*
Relation#readonly(false) should toggle the readonly flag
Pratik Naik
2009-12-28
1
-1
/
+1
*
Remove unused construct_finder_sql
Pratik Naik
2009-12-28
1
-14
/
+14
[next]