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
*
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
*
Concernify AR AttributeMethods
Joshua Peek
2009-07-30
1
-195
/
+19
*
Make it so AR attributes which conflict with object-private methods (e.g. sys...
Sam Goldstein
2009-07-09
1
-4
/
+9
*
Break up DependencyModule's dual function of providing a "depend_on" DSL and ...
Joshua Peek
2009-05-28
1
-1
/
+1
*
Merge commit 'origin/master'
Yehuda Katz + Carl Lerche
2009-05-14
1
-3
/
+3
*
Cherry-pick core extensions
Jeremy Kemper
2009-05-13
1
-0
/
+2
*
Use DependencyModule for included hooks in ActiveRecord
Bryan Helmkamp
2009-05-11
1
-9
/
+13
*
Support true/false in query_attribute for calculated columns
Max Lapshin
2009-02-06
1
-0
/
+1
*
"raise NoMethodError" raises NoMethodError. Raise it with NoMethodError.new i...
Mike Gunderloy
2008-10-25
1
-1
/
+1
*
Fix performance bug in AttibuteMethods#respond_to? in handling of private met...
Aliaksey Kandratsenka
2008-10-04
1
-1
/
+3
*
Changed ActiveRecord attributes to respect access control.
Adam Milligan
2008-09-24
1
-1
/
+7
*
Base.skip_time_zone_conversion_for_attributes uses class_inheritable_accessor...
miloops
2008-09-14
1
-1
/
+1
*
Some performance goodness for AR.
Clemens Kofler
2008-09-03
1
-1
/
+1
*
More symbols for send and respond_to?.
Clemens Kofler
2008-09-03
1
-2
/
+2
*
Merge docrails.
Pratik Naik
2008-05-25
1
-5
/
+5
*
Adding documentation for time zone features
gbuesing
2008-05-18
1
-0
/
+4
*
Merge documentation changes from docrails.
Pratik Naik
2008-05-16
1
-16
/
+24
*
Time.zone.parse: return nil for strings with no date information
gbuesing
2008-05-08
1
-1
/
+1
*
ActiveRecord time zone aware attributes: blank string is treated as nil when ...
gbuesing
2008-05-08
1
-3
/
+3
*
Fix Time.zone.parse from stripping time zone information and make Time aware ...
Scott Fleckenstein
2008-05-08
1
-1
/
+1
*
Time, DateTime and TimeWithZone #in_time_zone defaults to Time.zone. Removing...
Geoff Buesing
2008-03-17
1
-2
/
+2
*
Add Time Zone support to ActiveRecord, and config.time_zone property for spec...
Rick Olson
2008-02-06
1
-2
/
+40
*
Ruby 1.9 compat: attribute methods
Jeremy Kemper
2007-12-27
1
-2
/
+3
*
Ruby 1.9 compat: fix warnings, shadowed block vars, and unitialized instance ...
Jeremy Kemper
2007-12-22
1
-1
/
+1
*
Fix typos (closes #10378)
David Heinemeier Hansson
2007-12-05
1
-1
/
+1
*
eval with __FILE__ and __LINE__
Jeremy Kemper
2007-10-10
1
-1
/
+1
*
Only cache attributes which need it for performance reasons. Closes #9767 [sk...
Michael Koziarski
2007-10-06
1
-1
/
+24
*
Fix that ActiveRecord would create attribute methods and override custom attr...
Rick Olson
2007-10-06
1
-9
/
+7
*
only create custom accessors for Kernel:: methods
Tobias Lütke
2007-10-03
1
-11
/
+4
*
Allow column accessors to be created even if Kernel. or Object# methods of th...
Tobias Lütke
2007-10-03
1
-4
/
+15
*
Doc fix (closes #9323) [Henrik N]
David Heinemeier Hansson
2007-09-22
1
-2
/
+2
[next]