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
*
Do not hardcode :id as it was ignored by mass assignment filter
Raimonds Simanovskis
2011-06-08
1
-2
/
+2
*
Allow polymorphic has_one to work when the association is set before the owne...
Jon Leighton
2011-06-08
1
-0
/
+11
*
When you add a record to a polymorphic has_one, you should be able to access ...
Jon Leighton
2011-06-08
1
-1
/
+4
*
Merge pull request #1474 from ganeshkumar/update_column_changes
José Valim
2011-06-07
1
-0
/
+9
|
\
|
*
added more tests for update_column
ganesh
2011-06-04
1
-0
/
+9
*
|
please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT
Aaron Patterson
2011-06-06
19
-19
/
+19
*
|
Refactor Active Record test connection setup. Please see the RUNNING_UNIT_TES...
Jon Leighton
2011-06-04
19
-20
/
+20
|
/
*
added an alias for new to build to the AR collection proxy, this corrects an ...
Josh Kalderimis
2011-06-01
2
-0
/
+25
*
Tests for issue #1360
Farley Knight
2011-05-31
1
-0
/
+9
*
Opening class CascadedEagerLoadingTest at once.
Arun Agrawal
2011-05-31
1
-7
/
+3
*
fixing test for mysql2
Aaron Patterson
2011-05-27
1
-5
/
+2
*
adding a test for #1322
Aaron Patterson
2011-05-26
1
-0
/
+15
*
Merge pull request #1323 from fx/association_primary_key
Jon Leighton
2011-05-26
1
-0
/
+10
|
\
|
*
added assertion for non-standard primary_key on models used in the primary_ke...
Marian Rudzynski
2011-05-26
1
-0
/
+3
|
*
use association_primary_key in AssociationScope#add_constraints
Marian Rudzynski
2011-05-26
1
-0
/
+7
*
|
Removes a now needless test - via Github
Mohammad Typaldos
2011-05-26
1
-8
/
+0
*
|
Removes the restriction on primary key when joining in a habtm && test that i...
Mohammad El-Abid
2011-05-26
1
-5
/
+4
|
/
*
removed deprecated methods, and related tests, from ActiveRecord
Josh Kalderimis
2011-05-25
1
-9
/
+0
*
Merge pull request #1254 from pixeltrix/ignore-includes-in-through-scope
Jon Leighton
2011-05-24
1
-0
/
+6
|
\
|
*
Ignore :includes on through associations
Andrew White
2011-05-24
1
-0
/
+6
*
|
Failing tests for #1233.
Andrew White
2011-05-24
1
-0
/
+40
*
|
add tests surrounding behavior of save and save! for associations that have v...
Aaron Patterson
2011-05-24
1
-0
/
+26
*
|
adding a test for create! with invalid associations
Aaron Patterson
2011-05-24
1
-0
/
+9
*
|
do not bother with assert_nothing_raised, the test will fail and we get a bet...
Aaron Patterson
2011-05-24
1
-3
/
+1
*
|
Add failing test case for issue 796
Joey Butler
2011-05-24
1
-0
/
+9
|
/
*
Fix problem with loading polymorphic associations which have been defined in ...
Jon Leighton
2011-05-22
1
-0
/
+7
*
Handle polymorphic_type NOT NULL-able columns as well.
thedarkone
2011-05-21
1
-0
/
+11
*
Refactoring test_has_many_with_pluralize_table_names_false test
Guillermo Iguaran
2011-05-20
1
-4
/
+1
*
Add block setting of attributes to singular associations
Andrew White
2011-05-17
2
-0
/
+42
*
Pass the attribute and option hashes to build_association
Andrew White
2011-05-17
2
-0
/
+29
*
Fixed InnerJoinAssociationTest. Need to load essays fixture.
Arun Agrawal
2011-05-17
1
-1
/
+1
*
Adding missing require
Guillermo Iguaran
2011-05-16
1
-0
/
+1
*
Merge pull request #560 from guilleiguaran/fix_pluralize_table_names_false
Jon Leighton
2011-05-16
1
-0
/
+11
|
\
|
*
Fixing has_many association when ActiveRecord::Base.pluralize_table_names is ...
Guillermo Iguaran
2011-05-15
1
-0
/
+11
*
|
CollectionAssociation#merge_target_lists should write to the underlying attri...
Jon Leighton
2011-05-14
1
-0
/
+10
|
/
*
Don't use mass-assignment protection when setting foreign keys or association...
Jon Leighton
2011-05-12
1
-0
/
+33
*
Merge pull request #512 from pivotalneutron/fix_eager_load_with_calculations
Jon Leighton
2011-05-11
1
-1
/
+3
|
\
|
*
Bug fixes:
Fadzril Muhamad & Joseph Palermo
2011-05-12
1
-1
/
+3
*
|
Add missing requires
Santiago Pastorino
2011-05-11
1
-0
/
+1
*
|
Don't remove the target if it has already been destroyed
Andrew White
2011-05-11
1
-0
/
+9
|
/
*
Don't use select() values from the join model of a through association. Fixes...
Jon Leighton
2011-05-11
1
-0
/
+4
*
Bring back obj.association_loaded? as a deprecated method. Fixes #472.
Jon Leighton
2011-05-11
1
-0
/
+9
*
Add test to specify that attributes from an association's conditions should b...
Jon Leighton
2011-05-10
1
-4
/
+23
*
Don't use mass-assignment protection when applying the scoped.scope_for_creat...
Jon Leighton
2011-05-10
1
-0
/
+9
*
Add failing tests according to #479.
José Valim
2011-05-10
1
-0
/
+15
*
Add failing tests, according to #480.
José Valim
2011-05-10
1
-0
/
+14
*
Merge pull request #399 from ernie/join_conditions_on_join
Jon Leighton
2011-05-05
1
-0
/
+11
|
\
|
*
Add a test for outer joins with conditions where value IS NULL
Ernie Miller
2011-05-05
1
-0
/
+5
|
*
Add join conditions to JOIN clause, not WHERE
Ernie Miller
2011-05-05
1
-0
/
+6
*
|
Fix for lighthouse #6741
Nick Howard
2011-05-01
1
-0
/
+24
|
/
[next]