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
*
removes usage of Object#in? from the code base (the method remains defined by...
Xavier Noria
2012-08-06
1
-2
/
+2
*
load active_support/core_ext/object/inclusion in active_support/rails
Xavier Noria
2012-08-02
1
-1
/
+0
*
Deprecate ActiveRecord::Base.scoped.
Jon Leighton
2012-07-27
1
-27
/
+27
*
ActiveRecord::Base.all returns a Relation.
Jon Leighton
2012-07-27
1
-17
/
+17
*
Deprecate update_column in favor of update_columns.
Rafael Mendonça França
2012-07-24
1
-6
/
+6
*
Add tests to delete by fixnum or string id with has many through associations
Francesco Rodriguez
2012-05-28
1
-0
/
+20
*
Fix failing build related to change in CollectionAssociation#delete
Carlos Antonio da Silva
2012-05-29
1
-1
/
+1
*
quarantine deprecated tests
Jon Leighton
2012-05-18
1
-9
/
+0
*
CollectionProxy < Relation
Jon Leighton
2012-05-11
1
-1
/
+1
*
remove deprecated calls
Jon Leighton
2012-04-27
1
-4
/
+4
*
find and replace deprecated keys
Jon Leighton
2012-04-27
1
-15
/
+15
*
%s/find(:\(first\|last\|all\), \([^()]*\))/scoped(\2).\1/gcI amongst other th...
Jon Leighton
2012-04-27
1
-23
/
+23
*
remove calls to find(:first), find(:last) and find(:all)
Jon Leighton
2012-04-26
1
-7
/
+7
*
remove deprecate #calculate calls
Jon Leighton
2012-04-26
1
-1
/
+1
*
fix #scoped deprecations
Jon Leighton
2012-04-26
1
-3
/
+3
*
remove tests for #with_scope (it's now deprecated)
Jon Leighton
2012-04-25
1
-8
/
+0
*
fix tests
Jon Leighton
2012-04-13
1
-1
/
+1
*
Deprecate inferred JOINs with includes + SQL snippets.
Jon Leighton
2012-01-16
1
-1
/
+1
*
Revert "Deprecate implicit eager loading. Closes #950."
Jon Leighton
2012-01-16
1
-2
/
+2
*
Deprecate implicit eager loading. Closes #950.
Jon Leighton
2011-12-29
1
-2
/
+2
*
Deprecate set_table_name in favour of self.table_name= or defining your own m...
Jon Leighton
2011-11-29
1
-1
/
+1
*
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
|
\
\
\
|
|
|
/
|
|
/
|
[next]