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
/
lib
/
active_record
/
attribute_methods.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Do not specal case inspecting associated arrays of over 10 elements, preventi...
Kevin McPhillips
2016-06-29
1
-7
/
+3
*
[] and read_attribute are not aliases [ci skip]
Benjamin Quorning
2016-05-24
1
-2
/
+0
*
Support for unified Integer class in Ruby 2.4+
Jeremy Daer
2016-05-18
1
-1
/
+1
*
Remove unused class AttributeMethodCache
PareshGupta
2016-02-02
1
-24
/
+0
*
add `ActiveRecord::Base.has_attribute?`
Yves Senn
2015-12-02
1
-0
/
+12
*
Require only necessary concurrent-ruby classes.
Jerry D'Antonio
2015-11-04
1
-1
/
+1
*
applies new doc guidelines to Active Record.
Yves Senn
2015-10-14
1
-3
/
+3
*
Correcting `ActiveRecord::DangerousAttributeError` error message [ci skip]
amitkumarsuroliya
2015-09-26
1
-1
/
+1
*
Fix ActiveRecord `instance_method_already_implemented` docs [ci skip]
amitkumarsuroliya
2015-09-24
1
-1
/
+1
*
Replaced `ThreadSafe::Map` with successor `Concurrent::Map`.
Jerry D'Antonio
2015-09-19
1
-2
/
+2
*
[ci skip] Fix the indentation
akihiro17
2015-08-12
1
-13
/
+13
*
Decrease string allocations on AR#respond_to?
schneems
2015-07-29
1
-1
/
+9
*
Freeze string literals when not mutated.
schneems
2015-07-19
1
-1
/
+1
*
Attribute assignment and type casting has nothing to do with columns
Sean Griffin
2015-01-31
1
-2
/
+2
*
Fix a typo "devleopment" => "development"
Rémy Coutable
2015-01-25
1
-1
/
+1
*
Introduce `ActiveRecord::Base#accessed_fields`
Sean Griffin
2015-01-20
1
-0
/
+33
*
Return a null column from `column_for_attribute` when no column exists.
Rafael Mendonça França
2015-01-04
1
-10
/
+6
*
Fixed syntax error in RDoc directive
Zachary Scott
2014-12-20
1
-1
/
+1
*
Fix grammar on ActiveRecord::AttributeMethods doc.
Hendy Tanata
2014-11-30
1
-1
/
+1
*
Improve the performance of reading attributes
Sean Griffin
2014-11-18
1
-2
/
+2
*
edit pass over all warnings
Xavier Noria
2014-10-28
1
-2
/
+2
*
Merge pull request #17421 from rails/warn-with-heredoc
Xavier Noria
2014-10-28
1
-3
/
+6
|
\
|
*
let's warn with heredocs
Xavier Noria
2014-10-28
1
-3
/
+6
*
|
Fix uninitialized ivar warning in tests
Sean Griffin
2014-10-28
1
-1
/
+1
|
/
*
Changed the DangerousAttributeError exception message to include messaging th...
Jim Jones
2014-09-10
1
-1
/
+1
*
Allow included modules to override association methods.
Yves Senn
2014-09-09
1
-0
/
+2
*
Enums shouldn't ruin people's anniversaries
Godfrey Chan
2014-09-04
1
-1
/
+1
*
Avoid using heredoc for user warnings
Godfrey Chan
2014-08-28
1
-5
/
+3
*
Merge pull request #16458 from chancancode/ar_fix_reserved_inheritance
Godfrey Chan
2014-08-17
1
-5
/
+8
|
\
|
*
Fixed issue w/custom accessors + reserved name + inheritance
Godfrey Chan
2014-08-11
1
-5
/
+8
*
|
Spelling errors
jbsmith86
2014-08-14
1
-2
/
+2
|
/
*
Remove references to SQLite3Column from documentation
a3gis
2014-07-25
1
-1
/
+1
*
Merge pull request #16138 from sgrif/sg-attribute-set-key
Yves Senn
2014-07-16
1
-2
/
+2
|
\
|
*
AttributeSet#include? -> AttributeSet#key?
Sean Griffin
2014-07-11
1
-2
/
+2
*
|
Fixing typo in comment
Gregory Igelmund
2014-07-12
1
-1
/
+1
|
/
*
Don't add a second method for attribute existence
Sean Griffin
2014-06-30
1
-6
/
+1
*
Don't encourage usage of `columns_hash`
Sean Griffin
2014-06-29
1
-2
/
+7
*
Add a deprecation cycle for `NullColumn` from `column_for_attribute`
Sean Griffin
2014-06-23
1
-6
/
+10
*
Move `attributes` to the `AttributeSet` object.
Sean Griffin
2014-06-21
1
-3
/
+1
*
Introduce an object to aid in creation and management of `@attributes`
Sean Griffin
2014-06-19
1
-8
/
+2
*
Remove unused `method_missing` definition
Sean Griffin
2014-06-13
1
-34
/
+1
*
Introduce an Attribute object to handle the type casting dance
Sean Griffin
2014-06-13
1
-12
/
+8
*
have an actual `NullColumn` object and update docs accordingly.
Yves Senn
2014-06-04
1
-4
/
+5
*
Use null column for association key types
Sean Griffin
2014-06-04
1
-19
/
+21
*
Return a null column when no column exists for an attribute
Sean Griffin
2014-06-03
1
-7
/
+9
*
Remove most code related to serialized properties
Sean Griffin
2014-06-01
1
-5
/
+0
*
Don't change values in `@raw_attributes` during serialization
Sean Griffin
2014-06-01
1
-1
/
+1
*
Rename attribute related instance variables to better express intent
Sean Griffin
2014-05-30
1
-5
/
+5
*
Merge pull request #15261 from hbin/missing_parameters
Rafael Mendonça França
2014-05-23
1
-1
/
+5
|
\
|
*
Bring the missing parameters back.
Bin Huang
2014-05-23
1
-1
/
+5
[next]