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
*
Convert :primary_key in association to a string before comparing to column na...
Denis Odorcic
2010-10-30
1
-0
/
+7
*
Fix issues when including the same association multiple times and mixing join...
Ernie Miller
2010-10-30
1
-0
/
+26
*
removing unused variables
Aaron Patterson
2010-10-20
1
-2
/
+2
*
Add some tests for functionality in JoinAssociation which already exists but ...
Jon Leighton
2010-10-13
4
-11
/
+33
*
AssociationCollection#include? working properly for objects added with build ...
Marcelo Giorgi
2010-09-30
3
-0
/
+26
*
Revert "porting 515917f5d8678af6c57842ca5dfd7c18e67ff1fe to master"
Aaron Patterson
2010-09-28
1
-6
/
+0
*
Set attributes properly for model built from association with conditions [#55...
Marcelo Giorgi
2010-09-28
5
-0
/
+46
*
porting 515917f5d8678af6c57842ca5dfd7c18e67ff1fe to master
Aaron Patterson
2010-09-28
1
-0
/
+6
*
remove join table rows before removing owner row for habtm associations, fixe...
Hemant Kumar
2010-09-21
1
-1
/
+1
*
providing arel with column information when possible [#5392 state:resolved]
Aaron Patterson
2010-09-21
1
-0
/
+10
*
Change relation merging to always append select, group and order values
Pratik Naik
2010-08-31
2
-41
/
+10
*
removing unused code
Aaron Patterson
2010-08-22
1
-2
/
+2
*
updated test_should_record_timestamp_for_join_table for Oracle
Raimonds Simanovskis
2010-08-22
1
-1
/
+1
*
While creating a new record using has_many create method default scope of chi...
Neeraj Singh
2010-08-19
1
-0
/
+19
*
avoids warnings about mismatched indentations in Ruby 1.9.2
Xavier Noria
2010-08-19
1
-8
/
+5
*
code gardening: we have assert_(nil|blank|present), more concise, with better...
Xavier Noria
2010-08-17
4
-6
/
+6
*
Deletes trailing whitespaces (over text files only find * -type f -exec sed '...
Santiago Pastorino
2010-08-14
3
-14
/
+14
*
fixed indentation in test cases
Mark Turner
2010-08-11
1
-2
/
+1
*
Merge branch 'master' into mysql2
Brian Lopez
2010-08-02
1
-1
/
+39
|
\
|
*
Tidy up previous commit.
José Valim
2010-08-02
1
-1
/
+1
|
*
test and fix collection_singular_ids= with string primary keys [#5125 state:r...
Robert Pankowecki
2010-08-02
1
-1
/
+39
*
|
update tests for mysql2 support
Brian Lopez
2010-08-02
2
-3
/
+8
|
/
*
Don't increment and then decrement the same counter when re-assigning a belon...
Tarmo Tänav
2010-07-29
1
-0
/
+4
*
fixed joining of attributes when using find_or_create_by with multiple attrib...
Jon Buda
2010-07-28
1
-0
/
+9
*
removing unused models from tests
Subba Rao Pasupuleti
2010-07-21
4
-11
/
+0
*
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
[next]