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
*
ActiveRecord#attributes optimization: minimize objects created
Tieg Zaharia
2012-06-09
1
-1
/
+3
*
Fix #5549.
Jon Leighton
2012-03-28
1
-0
/
+1
*
Merge pull request #5316 from Jacobkg/master
José Valim
2012-03-07
1
-1
/
+1
*
Improve deprecation message
Jon Leighton
2012-01-31
1
-7
/
+17
*
Add workaround and deprecation if the inherited hook is not executed. Closes ...
Jon Leighton
2012-01-31
1
-0
/
+12
*
Fix another race condition.
Jon Leighton
2012-01-20
1
-3
/
+0
*
Fix race condition :bomb:
Jon Leighton
2012-01-13
1
-4
/
+11
*
Merge pull request #4408 from tomstuart/read-and-write-attribute-aliases
Santiago Pastorino
2012-01-11
1
-4
/
+6
*
Fix situation where id method didn't get defined causing postgres to fail
Jon Leighton
2011-12-23
1
-4
/
+3
*
Fix #4046.
Jon Leighton
2011-12-23
1
-42
/
+33
*
Let AttributeMethods do its own including etc
Jon Leighton
2011-12-15
1
-0
/
+23
*
Split out most of the AR::Base code into separate modules :cake:
Jon Leighton
2011-12-15
1
-2
/
+113
*
Use a separate module for 'external' attribute methods.
Jon Leighton
2011-12-14
1
-0
/
+14
*
Remove the need for type_cast_attribute.
Jon Leighton
2011-12-01
1
-0
/
+4
*
Remove unnecessary *args
Jon Leighton
2011-12-01
1
-2
/
+2
*
Stop trying to be clever about when to define attribute methods.
Jon Leighton
2011-09-14
1
-10
/
+1
*
We don't need to build a set for DangerousAttributeError.
Jon Leighton
2011-09-14
1
-7
/
+13
*
Deprecate using method_missing for attributes that are columns.
Jon Leighton
2011-09-13
1
-0
/
+15
*
Let Ruby deal with method visibility.
Jon Leighton
2011-09-13
1
-7
/
+10
*
Always generate attribute methods on the base class.
Jon Leighton
2011-09-13
1
-5
/
+18
*
Fix warnings.
Jon Leighton
2011-09-13
1
-1
/
+1
*
match method signature of the superclass
Aaron Patterson
2011-06-30
1
-1
/
+1
*
Move ActiveModel::AttributeMethods#attribute_methods_generated? to ActiveReco...
Alexander Uvarov
2011-03-01
1
-0
/
+11
*
instance_methods includes public and protected, so reduce funcalls and object...
Aaron Patterson
2011-02-18
1
-3
/
+2
*
AR::AttributeMethods does not need to be included in an AR::Base class.
Aaron Patterson
2011-02-18
1
-1
/
+5
*
just use the list of column names to generate attribute methods
Aaron Patterson
2011-02-18
1
-1
/
+1
*
Work around a strange piece of Syck behaviour where it checks Model#respond_t...
Michael Koziarski
2010-12-02
1
-1
/
+1
*
"instance_methods" includes public and protected
Aaron Patterson
2010-10-19
1
-1
/
+1
*
Cheaper attribute reads and respond_to?. Add underscore-prefixed method alias...
Jeremy Kemper
2010-09-09
1
-2
/
+2
*
Adds title and basic description where needed.
Rizwan Reza
2010-06-15
1
-0
/
+1
*
eliminate alias_method_chain from ActiveRecord
wycats
2010-05-09
1
-1
/
+10
*
No need to check for generated method, just redispatch
Jeremy Kemper
2009-11-14
1
-4
/
+3
*
Extract generic attribute method generation to AMo
Joshua Peek
2009-08-04
1
-241
/
+10
*
whitespace
Joshua Peek
2009-08-04
1
-5
/
+5
*
Modified ActiveRecord::AttributeMethods to allow classes to specify attribute...
Paul Gillard
2009-08-04
1
-37
/
+117
*
Track generated attribute methods in a separate module
Joshua Peek
2009-08-02
1
-30
/
+14
*
Start separating primary key concerns
Joshua Peek
2009-07-30
1
-0
/
+30
*
Make sure we use send for the default attribute method body because the suffi...
Joshua Peek
2009-07-30
1
-1
/
+1
*
Make sure to reset defined methods after calling attribute_method_suffix
Joshua Peek
2009-07-30
1
-9
/
+7
*
Move attribute_types_cached_by_default into attribute methods reading concern
Joshua Peek
2009-07-30
1
-10
/
+0
*
Don't need to pass attr_name to evaluate_attribute_method anymore
Joshua Peek
2009-07-30
1
-4
/
+4
*
Undefine id and let it automatically be generated
Joshua Peek
2009-07-30
1
-4
/
+4
*
Redirect method missing for primary key to read_attribute
Joshua Peek
2009-07-30
1
-3
/
+1
*
ditto for id=
Joshua Peek
2009-07-30
1
-3
/
+3
*
Don't define id_before_type_cast, just let it be generated on its own
Joshua Peek
2009-07-30
1
-1
/
+1
*
Restore DangerousAttributeError
Joshua Peek
2009-07-30
1
-3
/
+9
*
Wrap up attribute method reset concerns in 'undefine_attribute_methods'
Joshua Peek
2009-07-30
1
-0
/
+5
*
read_attribute is always available through attribute
Joshua Peek
2009-07-30
1
-7
/
+1
*
cache_attributes is related to attribute reading
Joshua Peek
2009-07-30
1
-19
/
+0
*
Generate methods for all suffixes
Joshua Peek
2009-07-30
1
-11
/
+4
[next]