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
*
not a responsibility for rails to test
Aaron Patterson
2010-12-03
1
-10
/
+0
*
test case on has_one :through after a destroy
John Hawthorn
2010-11-29
1
-0
/
+17
*
removing unused variables
Aaron Patterson
2010-11-22
5
-10
/
+5
*
Removed ids_in_list_limit in favor of in_clause_length defined in database_li...
Alex Rothenberg
2010-11-23
1
-7
/
+7
*
removing space errors
Aaron Patterson
2010-11-18
1
-1
/
+1
*
Adapters can specify maximum number of ids they support in a list of expressions
Alex Rothenberg
2010-11-18
1
-0
/
+52
*
Fix bug with 0bb85ed9ffa9808926b46e8f7e59cab5b85ac19f which missed out a fixt...
Jon Leighton
2010-11-17
1
-1
/
+2
*
removing many unused variables
Aaron Patterson
2010-11-16
1
-2
/
+2
*
reloading an association will properly set attributes of instantiated objects...
Aaron Patterson
2010-11-16
1
-0
/
+21
*
if association is already loaded and if a find operation is performed on the ...
Neeraj Singh
2010-11-15
1
-0
/
+11
*
fisting a bunch of unused variable warnings
Aaron Patterson
2010-11-15
4
-20
/
+16
*
Fix bug where size of through association is not correct after adding a has_m...
Jason Cheow
2010-11-14
1
-0
/
+7
*
use persisted? instead of new_record? wherever possible
David Chelimsky
2010-11-09
5
-35
/
+35
*
Fixes queries using limits and punctuation in order, removes order("col1, col...
Santiago Pastorino
2010-11-05
2
-3
/
+3
*
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
[next]