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
/
activemodel
/
lib
/
active_model
/
attribute_methods.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update comment in attribute_method_matchers_matching
Chris Salzberg
2019-04-23
1
-2
/
+3
*
Rename method_missing_target to target
Chris Salzberg
2019-04-13
1
-10
/
+10
*
Remove unused method_name from AttributeMethodMatch
Chris Salzberg
2019-04-12
1
-2
/
+2
*
Rename "method" to "matcher" in map block
Chris Salzberg
2019-04-12
1
-1
/
+1
*
Module#{define_method,alias_method,undef_method,remove_method} become public ...
Ryuta Kamizono
2018-12-21
1
-2
/
+2
*
Improve model attribute accessor method names for backtraces
Dylan Thacker-Smith
2018-10-12
1
-0
/
+38
*
Add `Style/RedundantFreeze` to remove redudant `.freeze`
Yasuo Honda
2018-09-29
1
-1
/
+1
*
Merge pull request #29788 from kamipo/remove_unused_mutex_m
Rafael França
2017-07-17
1
-7
/
+4
|
\
|
*
Make `generated_attribute_methods` to private
Ryuta Kamizono
2017-07-14
1
-4
/
+4
|
*
Remove unused `Mutex_m` in Active Model
Ryuta Kamizono
2017-07-14
1
-4
/
+1
*
|
Use frozen string literal in activemodel/
Kir Shatrov
2017-07-16
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
*
Add option for class_attribute default (#29270)
David Heinemeier Hansson
2017-05-29
1
-3
/
+2
*
Move around AR::Dirty and fix _attribute method
Aaron Patterson
2017-04-14
1
-0
/
+4
*
Fix `define_attribute_method` with Symbol in AR
Prem Sichanugrist
2017-02-21
1
-1
/
+1
*
Privatize unneededly protected methods in Active Model
Akira Matsuda
2016-12-24
1
-6
/
+4
*
No need to :nodoc: private methods
Akira Matsuda
2016-12-24
1
-3
/
+3
*
let Regexp#match? be globally available
Xavier Noria
2016-10-27
1
-1
/
+0
*
applies new string literal convention in activemodel/lib
Xavier Noria
2016-08-06
1
-4
/
+4
*
systematic revision of =~ usage in AMo
Xavier Noria
2016-07-24
1
-2
/
+3
*
Require only necessary concurrent-ruby classes.
Jerry D'Antonio
2015-11-04
1
-1
/
+1
*
Replaced `ThreadSafe::Map` with successor `Concurrent::Map`.
Jerry D'Antonio
2015-09-19
1
-2
/
+2
*
Rename match_attribute_method? to matched_attribute_method
Marcin Olichwirowicz
2015-08-12
1
-4
/
+4
*
Freeze string literals when not mutated.
schneems
2015-07-19
1
-1
/
+1
*
formatting changes
unknown
2015-05-29
1
-2
/
+2
*
Fix grammar/style: assigns/declares -> assignments/declarations.
Tim Wade
2015-04-24
1
-3
/
+3
*
Fix grammar/style: use (v) fall back (on).
Tim Wade
2015-04-24
1
-1
/
+1
*
Fix grammar/style: break up long sentence.
Tim Wade
2015-04-24
1
-2
/
+2
*
Fix grammar/style: pluralize 'each of its method'
Tim Wade
2015-04-24
1
-1
/
+1
*
Correctly handle multiple attribute method prefix/suffixes which match
Sean Griffin
2014-12-04
1
-6
/
+4
*
Fix typo in AMo docs [ci skip]
Carlos Antonio da Silva
2014-01-06
1
-1
/
+1
*
Added Backslashes to ActiveModel::AttributeMethods to prevent unwanted links ...
aditya-kapoor
2013-12-25
1
-16
/
+11
*
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2013-12-20
1
-1
/
+1
|
\
|
*
fixed a typo
aditya-kapoor
2013-08-20
1
-1
/
+1
*
|
Typo and grammatical fixes [ci skip]
Akshay Vishnoi
2013-12-02
1
-1
/
+1
|
/
*
eagerly initialize the attributes module to avoid check-then-set race conditions
Aaron Patterson
2013-07-02
1
-1
/
+4
*
remove wrong documentation from a :nodoc:'d method
Aaron Patterson
2013-07-02
1
-1
/
+0
*
the data structure used to store attribute aliases should not be exposed
Aaron Patterson
2013-07-01
1
-0
/
+10
*
Remove deprecation warning from AttributeMethodsMatcher
Paul Nikitochkin
2013-06-28
1
-8
/
+0
*
Convert ActiveModel to 1.9 hash syntax.
Patrick Robertson
2013-05-01
1
-1
/
+1
*
pass over the code comments
Xavier Noria
2013-04-28
1
-28
/
+32
*
prefer american spelling of 'behavior'
Gosha Arinich
2013-01-07
1
-1
/
+1
*
Replace some global Hash usages with the new thread safe cache.
thedarkone
2012-12-14
1
-4
/
+5
*
cleanup, remove broken whitespace
Yves Senn
2012-11-25
1
-2
/
+2
*
Make caller attribute in deprecation methods optional
Alexey Gaziev
2012-10-30
1
-1
/
+1
*
Provide a call stack for deprecation warnings where needed.
Nikita Afanasenko
2012-10-29
1
-6
/
+5
*
minor edits in AM documentation [ci skip]
Francesco Rodriguez
2012-10-21
1
-1
/
+1
*
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2012-08-04
1
-0
/
+8
|
\
|
*
add example to ActiveModel::MissingAttributeError [ci skip]
Francesco Rodriguez
2012-07-28
1
-0
/
+8
[next]