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
/
naming.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix call sites
Gannon McGibbon
2018-10-02
1
-1
/
+1
*
Add `Style/RedundantFreeze` to remove redudant `.freeze`
Yasuo Honda
2018-09-29
1
-1
/
+1
*
ActiveModel::Naming delegate match? in the same manner as =~ and != (#33466)
Bart
2018-07-29
1
-1
/
+17
*
Clarify intentions around method redefinitions
Matthew Draper
2017-09-01
1
-2
/
+2
*
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
*
Fix call-seq typo s/==/<=>/ [ci skip]
Ryuta Kamizono
2017-06-21
1
-1
/
+1
*
`self.` is not needed when calling its own instance method
Akira Matsuda
2017-01-05
1
-1
/
+1
*
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
1
-1
/
+1
*
removes requires already present in active_support/rails
Xavier Noria
2016-10-27
1
-1
/
+0
*
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
1
-3
/
+3
*
applies new string literal convention in activemodel/lib
Xavier Noria
2016-08-06
1
-6
/
+6
*
use ActiveModel::Naming module instead of Model [ci skip]
Roman Pramberger
2015-10-06
1
-1
/
+1
*
Fixed humane -> human [ci skip]
Pratik
2015-09-26
1
-1
/
+1
*
Freeze string literals when not mutated.
schneems
2015-07-19
1
-1
/
+1
*
Require Module#delegate core ext in ActiveModel::Naming
Ryan Bigg
2015-03-31
1
-0
/
+1
*
activemodel: make .model_name json encodable
Ian Ker-Seymer
2015-02-24
1
-1
/
+1
*
Add missing AS core extension dependency
Wojciech Wnętrzak
2015-01-21
1
-0
/
+1
*
removing unecessary parameter in private method
George Millo
2015-01-06
1
-2
/
+2
*
Use Active Model, not ActiveModel in plain English
claudiob
2015-01-02
1
-1
/
+1
*
No need to check model_name anymore
Rafael Mendonça França
2014-08-17
1
-4
/
+2
*
Merge pull request #15889 from carnesmedia/model-name
Rafael Mendonça França
2014-08-17
1
-1
/
+1
|
\
|
*
Use #model_name on instances instead of classes
Amiel Martin
2014-06-24
1
-1
/
+1
*
|
Call public methods rather than class_eval'ing
Carlos Antonio da Silva
2014-08-05
1
-4
/
+2
*
|
Silence warning emitted in tests
Sean Griffin
2014-07-01
1
-0
/
+1
|
/
*
Delegate #model_name method to self.class
Yuki Nishijima
2014-06-22
1
-0
/
+6
*
[ci skip] Include ActiveModel::Model in a class instead of inheriting
Akshay Vishnoi
2014-05-30
1
-2
/
+3
*
Name#model_name doesn't return a String object
ShunsukeAida
2014-05-30
1
-1
/
+1
*
Change syntax format for example returned values
Prem Sichanugrist
2013-11-11
1
-6
/
+6
*
Merge pull request #12686 from kryzhovnik/master
Carlos Antonio da Silva
2013-11-02
1
-6
/
+6
|
\
|
*
Minor doc fix of ActiveModel::Naming.
Andrey Samsonov
2013-10-29
1
-6
/
+6
*
|
Revert "Merge pull request #11053 from yangchenyun/mine"
José Valim
2013-06-22
1
-2
/
+0
*
|
add explicit AS dependencies for ActiveModel::Naming
Steven Yang
2013-06-22
1
-0
/
+2
*
|
Convert ActiveModel to 1.9 hash syntax.
Patrick Robertson
2013-05-01
1
-2
/
+2
*
|
cleanup, removed dispensable `require` statements from `ActiveModel`
Yves Senn
2012-11-25
1
-1
/
+0
*
|
cleanup, remove broken whitespace
Yves Senn
2012-11-25
1
-2
/
+2
*
|
Trivial documentation fix for ActiveModel::Naming comment.
Dennis Taylor
2012-11-09
1
-2
/
+2
*
|
minor edits in AM documentation [ci skip]
Francesco Rodriguez
2012-10-21
1
-1
/
+1
|
/
*
Refactor model name logic and make it a real private class method
Carlos Antonio da Silva
2012-08-11
1
-5
/
+8
*
Naming helpers should first check if passed object responds to model_name
Bert Goethals
2012-08-08
1
-5
/
+3
*
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2012-08-04
1
-12
/
+20
|
\
|
*
add example to ActiveModel::Naming#model_name [ci skip]
Francesco Rodriguez
2012-07-27
1
-0
/
+8
|
*
fix AM::Naming examples [ci skip]
Francesco Rodriguez
2012-07-27
1
-12
/
+12
*
|
load active_support/core_ext/module/delegation in active_support/rails
Xavier Noria
2012-08-02
1
-1
/
+0
*
|
load active_support/core_ext/object/blank in active_support/rails
Xavier Noria
2012-08-02
1
-1
/
+0
|
/
*
update ActiveModel::Name documentation [ci skip]
Francesco Rodriguez
2012-06-25
1
-1
/
+133
*
update ActiveModel::Naming documentation
Francesco Rodriguez
2012-06-23
1
-7
/
+8
*
Refactor human attribute name
Carlos Antonio da Silva
2012-04-28
1
-1
/
+1
*
Don't include deprecation in AM::Naming anymore
Grant Hutchins
2012-03-31
1
-1
/
+0
[next]