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
*
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
*
|
Merge pull request #15282 from sgrif/sg-remove-column-primary
Rafael Mendonça França
2014-05-23
1
-1
/
+1
|
\
\
|
*
|
Remove `Column#primary`
Sean Griffin
2014-05-23
1
-1
/
+1
*
|
|
Avoid slowing down AR object initialization
Godfrey Chan
2014-05-22
1
-0
/
+1
|
|
/
|
/
|
*
|
fix test from 7537057888d2d63c3b6c2019d5828bc445fbd6c9
Aaron Patterson
2014-05-22
1
-0
/
+1
|
/
*
[ci skip]add updated information, ref[#522c0fd]
Kuldeep Aggarwal
2014-05-14
1
-0
/
+2
*
Update attribute_methods.rb
Guillermo Iguaran
2014-05-11
1
-1
/
+1
*
correcting method documentation [ci skip]
Chris Beer
2014-05-11
1
-7
/
+7
*
Block a few default Class methods as scope name.
Arthur Neves
2014-04-03
1
-1
/
+3
*
Fixes STI when 2+ levels deep.
Arthur Neves
2014-03-10
1
-3
/
+3
*
Fixed STI classes not defining an attribute method if there is a
Godfrey Chan
2014-02-23
1
-2
/
+3
*
Fixing issue with activerecord serialization not being able to dump a record ...
Mauricio Linhares
2014-01-29
1
-0
/
+5
*
`scope` now raises on "dangerous" name conflicts
Godfrey Chan
2014-01-29
1
-4
/
+22
*
fix typos and grammar mistake [ci skip]
nishant-cyro
2013-12-19
1
-1
/
+1
*
Merge pull request #12403 from thedarkone/attr-method-missing-fix
Rafael Mendonça França
2013-12-04
1
-1
/
+18
|
\
|
*
Fix AR#method_missing re-dispatching into overwritten attribute methods.
thedarkone
2013-09-29
1
-1
/
+18
*
|
short arrays in inspect
Jan Bernacki
2013-10-30
1
-3
/
+10
*
|
always check to see if methods exist after calling define_attribute_methods
Matt Jones
2013-10-24
1
-6
/
+3
|
/
*
Use TS::Cache instead of Mutex + Hash.
thedarkone
2013-09-28
1
-12
/
+8
[next]