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
/
attributes.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Avoid redundant `attribute_alias?` before `attribute_alias`
Ryuta Kamizono
2019-04-24
1
-10
/
+5
*
Add attribute_names to ActiveModel::Attributes
Daniel Colson
2019-04-22
1
-0
/
+44
*
Improve wording of comments
Chris Salzberg
2019-04-13
1
-1
/
+1
*
Improve model attribute accessor method names for backtraces
Dylan Thacker-Smith
2018-10-12
1
-22
/
+10
*
Add `Style/RedundantFreeze` to remove redudant `.freeze`
Yasuo Honda
2018-09-29
1
-1
/
+1
*
PERF: avoid allocating column names where possible
Sam
2018-06-06
1
-1
/
+1
*
Ruby 2.4: take advantage of String#unpack1
Jeremy Daer
2018-03-01
1
-1
/
+1
*
Add ActiveModel::Attributes#attributes
Daniel Colson
2018-02-07
1
-0
/
+4
*
Use singular define_attribute_method
Daniel Colson
2018-01-21
1
-1
/
+1
*
`deep_dup` is used in `AttributeSet#deep_dup`
Ryuta Kamizono
2018-01-13
1
-1
/
+0
*
Add missing autoload `Type` (#31123)
Ryuta Kamizono
2017-11-11
1
-1
/
+0
*
Fix "warning: assigned but unused variable - name"
yuuji.yaginuma
2017-11-10
1
-1
/
+1
*
Move Attribute and AttributeSet to ActiveModel
Lisa Ugray
2017-11-09
1
-18
/
+38
*
Start bringing attributes API to AM
Lisa Ugray
2017-10-18
1
-0
/
+89
*
Kill AMo ivar attributes helper
Joshua Peek
2009-07-20
1
-25
/
+0
*
Integrate AMo JSON serializer into AR
Joshua Peek
2009-07-03
1
-0
/
+8
*
Add simple attribute implementation backed by ivars
Joshua Peek
2009-06-17
1
-0
/
+17