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
*
Use frozen-string-literal in ActiveRecord
Kir Shatrov
2017-07-19
1
-0
/
+2
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
1
-1
/
+0
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
1
-0
/
+1
*
Restore `fixtures :author_addresses`
Ryuta Kamizono
2017-04-27
1
-1
/
+1
*
Revert "Merge pull request #27636 from mtsmfm/disable-referential-integrity-w...
Rafael Mendonça França
2017-04-26
1
-1
/
+1
*
Use `SET CONSTRAINTS` for `disable_referential_integrity` without superuser p...
Fumiaki MATSUSHIMA
2017-03-26
1
-1
/
+1
*
Revert "Merge pull request #21233 from mtsmfm/disable-referential-integrity-w...
Rafael Mendonça França
2017-01-03
1
-1
/
+1
*
Use `SET CONSTRAINTS` for `disable_referential_integrity` without superuser p...
Fumiaki MATSUSHIMA
2016-12-03
1
-1
/
+1
*
Respect new records for `CollectionProxy#uniq`
Ryuta Kamizono
2016-11-13
1
-1
/
+1
*
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
1
-14
/
+14
*
improve error message when include assertions fail
Michael Grosser
2016-09-16
1
-13
/
+13
*
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
1
-8
/
+8
*
Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty lines
Ryuta Kamizono
2016-08-07
1
-1
/
+0
*
modernizes hash syntax in activerecord
Xavier Noria
2016-08-06
1
-51
/
+51
*
applies new string literal convention in activerecord/test
Xavier Noria
2016-08-06
1
-64
/
+64
*
Support for unified Integer class in Ruby 2.4+
Jeremy Daer
2016-05-18
1
-1
/
+1
*
Merge pull request #22518 from RochesterinNYC/better-error-message-for-includ...
Arthur Nogueira Neves
2016-03-18
1
-0
/
+17
|
\
|
*
Improve clarity of error message for missing includes and eager_load
James Wen
2016-01-28
1
-0
/
+17
*
|
Respect through association scopes when used with polymorphic
Sean Griffin
2016-02-29
1
-0
/
+7
*
|
remove args from assert_nothing_raised in tests
Tara Scherner de la Fuente
2016-02-22
1
-1
/
+1
|
/
*
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
[next]