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
Commit message (
Expand
)
Author
Age
Files
Lines
*
No need to use inject here, use map instead.
Emilio Tagua
2010-09-22
1
-4
/
+1
*
Cheaper attribute reads and respond_to?. Add underscore-prefixed method alias...
Jeremy Kemper
2010-09-09
2
-5
/
+10
*
Cache unserialized attributes
Jeremy Kemper
2010-09-09
1
-5
/
+9
*
Replacing superclass_delegating_accessoror with class_attribute.
Neeraj Singh
2010-08-31
1
-1
/
+1
*
Revert "Makes AR use AMo to_key implementation"
Santiago Pastorino
2010-08-15
1
-0
/
+6
*
Deletes trailing whitespaces (over text files only find * -type f -exec sed '...
Santiago Pastorino
2010-08-14
2
-2
/
+2
*
Makes AR use AMo to_key implementation
Santiago Pastorino
2010-08-13
1
-6
/
+0
*
ensuring that description does not exceed 100 columns
Neeraj Singh
2010-08-02
2
-3
/
+4
*
Make sure timestamp is properly referenced
Blake Smith
2010-05-11
1
-1
/
+1
*
Make sure valid? preceives the context as in ActiveModel API (ht: Carlos Anto...
José Valim
2010-05-10
1
-1
/
+1
*
eliminate alias_method_chain from ActiveRecord
wycats
2010-05-09
1
-50
/
+50
*
fix stack trace lines on class_eval
Santiago Pastorino
2010-04-09
1
-4
/
+4
*
Dirty datetime attributes should be aware of time zone info [#3658 state:reso...
Kristopher Murata
2010-04-08
1
-0
/
+6
*
Fix dom_id for ActiveRecord [#4296 state:resolved]
José Valim
2010-03-30
1
-16
/
+6
*
adds missing requires for Object#blank? and Object#present?
Xavier Noria
2010-03-28
2
-0
/
+4
*
fisting uninitialized ivar warnings. [#4198 state:resolved]
Aaron Patterson
2010-03-16
1
-8
/
+8
*
clean up more warnings, remove unnecessary methods, fix eval line numbers. [#...
Aaron Patterson
2010-03-16
1
-1
/
+1
*
Add to_key and to_param methods to ActiveModel::Conversion.
José Valim
2010-02-21
1
-1
/
+1
*
AMo #key is now #to_key and CI is probably happy
snusnu
2010-02-20
1
-3
/
+5
*
Adds #key and #to_param to the AMo interface
snusnu
2010-02-19
1
-0
/
+14
*
Revert "Refactoring attributes/types" [#3348 state:open]
Pratik Naik
2010-01-22
5
-22
/
+117
*
Object#tap is not needed for Ruby >= 1.8.7
Xavier Noria
2009-11-09
1
-2
/
+0
*
Refactoring attributes/types [#3348 state:resolved]
Eric Chapweske
2009-10-17
5
-117
/
+22
*
I added this feature so that a Map of changed fields could be retrieved
Josh Sharpe
2009-08-31
1
-2
/
+9
*
Extract common dirty tracking methods in AMo
Joshua Peek
2009-08-10
1
-114
/
+9
*
AMo overrides alias_attribute and manages aliasing all known attribute method...
Joshua Peek
2009-08-10
1
-17
/
+0
*
Serialized attributes should only be saved with partial_updates when the seri...
Mike Breen
2009-08-09
1
-1
/
+1
*
Ruby 1.9.2: Object#id is gone now
Jeremy Kemper
2009-08-07
1
-1
/
+1
*
Extract generic attribute method generation to AMo
Joshua Peek
2009-08-04
3
-5
/
+5
*
Added reset_attribute! method to ActiveRecord::AttributeMethods::Dirty which ...
Paul Gillard
2009-08-04
1
-12
/
+29
*
Modified ActiveRecord::AttributeMethods to allow classes to specify attribute...
Paul Gillard
2009-08-04
3
-4
/
+4
*
Track generated attribute methods in a separate module
Joshua Peek
2009-08-02
3
-5
/
+5
*
Start separating primary key concerns
Joshua Peek
2009-07-30
1
-0
/
+44
*
Move attribute_types_cached_by_default into attribute methods reading concern
Joshua Peek
2009-07-30
1
-0
/
+11
*
Don't need to pass attr_name to evaluate_attribute_method anymore
Joshua Peek
2009-07-30
3
-5
/
+5
*
Undefine id and let it automatically be generated
Joshua Peek
2009-07-30
1
-11
/
+2
*
Redirect method missing for primary key to read_attribute
Joshua Peek
2009-07-30
1
-2
/
+2
*
ditto for id=
Joshua Peek
2009-07-30
1
-5
/
+1
*
Don't define id_before_type_cast, just let it be generated on its own
Joshua Peek
2009-07-30
1
-5
/
+5
*
Move id attribute methods into their related concern
Joshua Peek
2009-07-30
3
-0
/
+28
*
cache_attributes is related to attribute reading
Joshua Peek
2009-07-30
1
-0
/
+19
*
Generate methods for all suffixes
Joshua Peek
2009-07-30
1
-3
/
+8
*
Concernify AR AttributeMethods
Joshua Peek
2009-07-30
6
-0
/
+420