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
/
models
/
topic.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Enable `Layout/EmptyLinesAroundAccessModifier` cop
Ryuta Kamizono
2019-06-13
1
-1
/
+0
*
Revert "Remove unused callbacks in the `Topic` model"
Ryuta Kamizono
2019-04-10
1
-0
/
+4
*
Remove unused callbacks in the `Topic` model
Ryuta Kamizono
2019-04-10
1
-4
/
+0
*
Use dedicated `Topic` model for `SerializedAttributeTest`
Ryuta Kamizono
2019-02-28
1
-4
/
+0
*
Replaced usage of where.delete/destroy_all with delete/destroy_by
Abhay Nikam
2019-02-20
1
-1
/
+1
*
Revert "Chaining named scope is no longer leaking to class level querying met...
Ryuta Kamizono
2019-02-14
1
-3
/
+0
*
Chaining named scope is no longer leaking to class level querying methods
Ryuta Kamizono
2019-02-06
1
-0
/
+7
*
Remove unused code
bogdanvlviv
2019-01-30
1
-8
/
+0
*
Fix inspect with non-primary key id attribute
Eugene Kenny
2018-11-06
1
-0
/
+4
*
Change the empty block style to have space inside of the block
Rafael Mendonça França
2018-09-25
1
-1
/
+1
*
Reuse existing model for testing duplicated children records
Ryuta Kamizono
2018-06-07
1
-1
/
+0
*
Merge pull request #32952 from mechanicles/32940-fix
Ryuta Kamizono
2018-05-29
1
-0
/
+1
|
\
|
*
Fix parent record should not get saved with duplicate children records
Santosh Wadghule
2018-05-28
1
-0
/
+1
*
|
Fix that association's after_touch is not called with counter cache
Ryuta Kamizono
2018-05-27
1
-0
/
+10
|
/
*
`becomes` should clear the mutation tracker which is created in `after_initia...
Ryuta Kamizono
2018-05-11
1
-1
/
+1
*
Deprecate accessibility of private/protected class methods in named scope
Ryuta Kamizono
2018-03-30
1
-2
/
+3
*
Bring back private class methods accessibility in named scope
Ryuta Kamizono
2018-03-27
1
-1
/
+8
*
save attributes changed by callbacks after update_attribute
Mike Busch
2017-12-22
1
-0
/
+7
*
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
*
Enable extending even if scope returns nil
Ryuta Kamizono
2017-05-24
1
-1
/
+1
*
Privatize unneededly protected methods in Active Record tests
Akira Matsuda
2016-12-24
1
-1
/
+1
*
code gardening: removes redundant selfs
Xavier Noria
2016-08-08
1
-1
/
+1
*
modernizes hash syntax in activerecord
Xavier Noria
2016-08-06
1
-8
/
+8
*
applies new string literal convention in activerecord/test
Xavier Noria
2016-08-06
1
-7
/
+7
*
Oracle TIMESTAMP sql type is associated with Rails `DateTime` type now
Yasuo Honda
2016-07-20
1
-6
/
+0
*
Deprecate passing conditions to AR::Relation destroy_all and delete_all methods
Wojciech Wnętrzak
2015-09-06
1
-1
/
+1
*
fix rails tests
Mehmet Emin İNAÇ
2015-07-21
1
-1
/
+1
*
changed update counter to act on unscoped model
heruku
2013-11-26
1
-0
/
+4
*
More unused associations in AR test models
Akira Matsuda
2013-09-10
1
-1
/
+0
*
Revert "Merge branch 'master' of github.com:rails/docrails"
Vijay Dev
2013-08-17
1
-0
/
+1
*
More unused associations in AR test models
Akira Matsuda
2013-07-25
1
-1
/
+0
*
Describing the reason for defining BlankTopic#blank? which will never be called
Akira Matsuda
2013-01-24
1
-0
/
+1
*
Revert "Unused methods, module, etc."
Akira Matsuda
2013-01-24
1
-0
/
+9
*
Unused methods, module, etc.
Akira Matsuda
2013-01-24
1
-9
/
+0
*
Regression test for #7238
Nikita Afanasenko
2012-11-13
1
-0
/
+6
*
:counter_cache option for to support custom named counter caches. Closes #7993
Yves Senn
2012-11-04
1
-0
/
+1
*
Deprecate ActiveRecord::Base.scoped.
Jon Leighton
2012-07-27
1
-3
/
+3
*
made dynamic finders alias_attribute aware
Maximilian Schneider
2012-06-22
1
-0
/
+2
*
remove unnecessary test code
Jon Leighton
2012-04-27
1
-5
/
+1
*
remove deprecated scope stuff
Jon Leighton
2012-04-26
1
-13
/
+1
*
extract deprecated code
Jon Leighton
2012-04-25
1
-2
/
+2
*
Deprecate eager-evaluated scopes.
Jon Leighton
2012-03-21
1
-10
/
+13
*
Fixed after_initialize callbacks call on AR model #dup
Bogdan Gusiev
2012-01-07
1
-0
/
+5
*
serialize fails on subclass
Alvaro Bautista
2011-12-23
1
-0
/
+4
*
call scope within unscoped to prevent duplication of where values
Sergey Nartimov
2011-12-17
1
-0
/
+2
*
Make protected method public so we avoid method_missing.
Jon Leighton
2011-09-13
1
-4
/
+5
*
Revert "Deprecate defining scopes with a callable (lambda, proc, etc) via the...
Jon Leighton
2011-04-17
1
-15
/
+11
*
Deprecate defining scopes with a callable (lambda, proc, etc) via the scope c...
Jon Leighton
2011-04-12
1
-11
/
+15
[next]