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
*
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
*
DRY up the code which instantiates the association proxy
Jon Leighton
2011-01-11
1
-0
/
+4
*
use persisted? instead of new_record? wherever possible
David Chelimsky
2010-11-09
1
-1
/
+1
*
scopes can take an object that responds to `call`
Aaron Patterson
2010-10-19
1
-0
/
+7
*
Deletes trailing whitespaces (over text files only find * -type f -exec sed '...
Santiago Pastorino
2010-08-14
1
-1
/
+1
*
Explicitly set Topic model last_read attribute as Date value when Oracle enha...
Raimonds Simanovskis
2010-06-04
1
-0
/
+6
*
Rename named_scope to scope
Pratik Naik
2010-01-18
1
-11
/
+11
*
Refactor new callbacks and AR implementation.
José Valim
2009-09-08
1
-1
/
+16
*
Changed ActiveRecord to use new callbacks and speed up observers by only noti...
José Valim
2009-09-08
1
-1
/
+1
*
Revert "Methods invoked within named scope Procs should respect the scope sta...
Jeremy Kemper
2009-07-29
1
-2
/
+0
[next]