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
*
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
*
Ensure that custom mutators aren't redefined by define_attribute_methods. [Koz]
Michael Koziarski
2007-09-17
1
-3
/
+10
*
Fix bug where unserializing an attribute attempts to modify a frozen @attribu...
Rick Olson
2007-09-04
1
-1
/
+1
*
Change the implementation of ActiveRecord's attribute reader and writer methods:
Michael Koziarski
2007-08-14
1
-0
/
+221
*
r4854@ks: jeremy | 2006-07-30 00:59:18 -0700
Jeremy Kemper
2006-07-31
1
-0
/
+75