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
*
Silence deprecation warning from force reload
Prem Sichanugrist
2015-07-16
1
-15
/
+17
*
deprecate `Relation#uniq` use `Relation#distinct` instead.
Yves Senn
2015-05-26
1
-4
/
+4
*
Closes rails/rails#18864: Renaming transactional fixtures to transactional tests
Brandon Weiss
2015-03-16
1
-1
/
+1
*
Fix "nonexistent" typo in tests
Melissa Xie
2014-12-02
1
-1
/
+1
*
Pass symbol as an argument instead of a block
Erik Michaels-Ober
2014-11-29
1
-3
/
+3
*
Deprecate automatic counter caches on has_many :through
Sean Griffin
2014-06-26
1
-12
/
+13
*
Fix some typos in AR- CHANGELOG, tests, method doc. fixed
Vipul A M
2013-03-20
1
-1
/
+1
*
rename `Relation#uniq` to `Relation#distinct`. `#uniq` still works.
Yves Senn
2013-03-15
1
-2
/
+2
*
Revert "Merge pull request #8989 from robertomiranda/use-rails-4-find-by"
Guillermo Iguaran
2013-01-18
1
-1
/
+1
*
User Rails 4 find_by
robertomiranda
2013-01-18
1
-1
/
+1
*
deprecate `assert_blank` and `assert_present`.
Yves Senn
2013-01-05
1
-2
/
+2
*
Fix has_many assocation w/select load after create
Ernie Miller
2012-10-05
1
-0
/
+8
*
Use method compilation for association methods
Jon Leighton
2012-08-10
1
-1
/
+1
*
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
|
\
[next]