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
/
join_model_test.rb
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
*
please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT
Aaron Patterson
2011-06-06
1
-1
/
+1
*
Refactor Active Record test connection setup. Please see the RUNNING_UNIT_TES...
Jon Leighton
2011-06-04
1
-1
/
+1
*
Refactoring test_has_many_with_pluralize_table_names_false test
Guillermo Iguaran
2011-05-20
1
-4
/
+1
*
Adding missing require
Guillermo Iguaran
2011-05-16
1
-0
/
+1
*
Fixing has_many association when ActiveRecord::Base.pluralize_table_names is ...
Guillermo Iguaran
2011-05-15
1
-0
/
+11
*
Refactor test to avoid hackery
Jon Leighton
2011-04-15
1
-4
/
+4
*
Using Object#in? and Object#either? in various places
Prem Sichanugrist
2011-04-11
1
-2
/
+3
*
Added new #update_column method.
Sebastian Martinez
2011-03-27
1
-6
/
+6
*
Revert "Removed #update_attribute method. New #update_column method."
Sebastian Martinez
2011-03-27
1
-6
/
+6
*
Removed #update_attribute method. New #update_column method.
Sebastian Martinez
2011-03-26
1
-6
/
+6
*
adding missing require
Aaron Patterson
2011-03-22
1
-0
/
+1
*
oracle, y u defy me
Jon Leighton
2011-03-16
1
-1
/
+1
*
Merge branch 'master' into nested_has_many_through
Jon Leighton
2011-03-04
1
-15
/
+34
|
\
|
*
Rewrote AssociationPreload.
Jon Leighton
2011-02-28
1
-1
/
+1
|
*
Merge remote branch 'rails/master' into identity_map
Emilio Tagua
2011-02-18
1
-1
/
+1
|
|
\
|
|
*
Split AssociationProxy into an Association class (and subclasses) which manag...
Jon Leighton
2011-02-18
1
-1
/
+1
|
*
|
Merge remote branch 'rails/master' into identity_map
Emilio Tagua
2011-02-15
1
-12
/
+15
|
|
\
|
|
|
*
use underlying _read_attribute method rather than causing NoMethodErrors
Aaron Patterson
2011-01-11
1
-1
/
+1
|
|
*
In a number of places in the tests, we only need to turn off transactional fi...
Jon Leighton
2011-01-11
1
-1
/
+2
|
|
*
Let AssociationCollection#find use #scoped to do its finding. Note that I am ...
Jon Leighton
2011-01-03
1
-7
/
+0
|
|
*
Raise an error for associations which try to go :through a polymorphic associ...
Jon Leighton
2010-12-23
1
-3
/
+8
|
|
*
define_attr_method must serialize nil correctly
Aaron Patterson
2010-12-20
1
-0
/
+4
|
*
|
Merge remote branch 'rails/master' into identity_map
Emilio Tagua
2010-12-20
1
-11
/
+17
|
|
\
|
|
|
*
Fix various issues with the :primary_key option in :through associations [#24...
Jon Leighton
2010-12-15
1
-0
/
+16
|
*
|
IdentityMap - Tests for IM
Marcin Raczkowski
2010-11-19
1
-1
/
+1
*
|
|
Merge branch 'master' into nested_has_many_through
Jon Leighton
2010-12-12
1
-10
/
+0
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
not a responsibility for rails to test
Aaron Patterson
2010-12-03
1
-10
/
+0
*
|
|
Merge branch 'master' into nested_has_many_through
Jon Leighton
2010-11-27
1
-1
/
+1
|
\
|
|
|
*
|
removing unused variables
Aaron Patterson
2010-11-22
1
-1
/
+1
|
|
/
*
|
Merge branch 'master' into nested_has_many_through
Jon Leighton
2010-11-17
1
-8
/
+8
|
\
|
|
*
use persisted? instead of new_record? wherever possible
David Chelimsky
2010-11-09
1
-8
/
+8
|
*
Add some tests for functionality in JoinAssociation which already exists but ...
Jon Leighton
2010-10-13
1
-2
/
+2
*
|
Added test_has_many_through_has_many_with_has_many_through_habtm_source_refle...
Jon Leighton
2010-10-14
1
-1
/
+1
*
|
Refactoring JoinDependency and friends. This improves the code (IMO) includin...
Jon Leighton
2010-10-06
1
-2
/
+2
*
|
Initial nested_has_many_through support [#1152]
Bodaniel Jeanes
2010-09-26
1
-8
/
+0
|
/
*
providing arel with column information when possible [#5392 state:resolved]
Aaron Patterson
2010-09-21
1
-0
/
+10
*
code gardening: we have assert_(nil|blank|present), more concise, with better...
Xavier Noria
2010-08-17
1
-2
/
+2
*
Deletes trailing whitespaces (over text files only find * -type f -exec sed '...
Santiago Pastorino
2010-08-14
1
-5
/
+5
*
Use better assertion methods for testing
Neeraj Singh
2010-05-19
1
-2
/
+2
*
Make use of assert_equal to test equallity between object assert expects and ...
Santiago Pastorino
2010-05-16
1
-1
/
+1
*
removing dead code from activerecord tests. [#4187 state:resolved]
Aaron Patterson
2010-03-15
1
-12
/
+0
*
Fix test_has_many_through_polymorphic_has_one on sqlite2 [#3054 state:resolved]
Jay Pignata
2009-08-15
1
-1
/
+1
*
Fix that counter_cache breaks with has_many :dependent => :nullify.
Gabe da Silveira
2009-08-09
1
-3
/
+3
*
Enable has_many :through for going through a has_one association on the join ...
Gabe da Silveira
2009-08-10
1
-1
/
+1
*
added :order option to find :first methods and associations as otherwise Orac...
Raimonds Simanovskis
2009-08-06
1
-3
/
+7
*
Bump mocha requirement for Ruby 1.9 compat. Remove uses_mocha.
Jeremy Kemper
2009-02-03
1
-7
/
+5
*
Test for eager loading of STI subclasses from htm associations
Tarmo Tänav
2008-08-16
1
-0
/
+7
[next]