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
*
much code can be deleted thanks to @tenderlove's refactoring
Jon Leighton
2012-03-28
1
-8
/
+0
*
Merge pull request #5294 from robinroestenburg/master
Aaron Patterson
2012-03-12
1
-23
/
+50
|
\
|
*
Removed flag attributes.
Robin Roestenburg
2012-03-06
1
-19
/
+32
|
*
Refactored method arel_attributes_values.
Robin Roestenburg
2012-03-06
1
-20
/
+34
*
|
attribute_present? should return false for empty strings
Jacob Green
2012-03-06
1
-1
/
+1
|
/
*
handle id attribute in PrimaryKey module
Sergey Nartimov
2012-02-11
1
-1
/
+1
*
adding a comment for myself
Aaron Patterson
2012-02-06
1
-0
/
+1
*
Fix another race condition.
Jon Leighton
2012-01-20
1
-3
/
+0
*
Fix race condition :bomb:
Jon Leighton
2012-01-13
1
-4
/
+11
*
Revert "Base#[] and Base#[]= are aliases so implement them as aliases :)"
Tom Stuart
2012-01-11
1
-4
/
+6
*
Support establishing connection on ActiveRecord::Model.
Jon Leighton
2011-12-28
1
-1
/
+1
*
Ensure attribute methods are included after all the AR stuff
Jon Leighton
2011-12-24
1
-1
/
+1
*
Extract common logic into a method
Jon Leighton
2011-12-24
1
-1
/
+1
*
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
*
remove deprecated underscore versions of attribute methods
Sergey Nartimov
2011-12-21
1
-1
/
+0
*
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
[next]