aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/time/marshal.rb
Commit message (Collapse)AuthorAgeFilesLines
* Use send in Time marshal extensions since the methods are now privateCarlos Antonio da Silva2012-12-031-1/+1
| | | | | | | See https://github.com/ruby/ruby/commit/9c1b3161f20162dc1682d758c0e4d2fc3a74745e All Active Support tests pass in 2.0.0preview2 after this change. Closes #8409
* remove Time._dump and Time._load patching for ruby 1.8Vasiliy Ermolovich2011-12-251-27/+0
|
* Fix marshal round-tripping of fractional seconds (Time#subsec).Jason Weathered2011-04-171-0/+1
|
* Ruby 1.9.2: marshaling round-trips Time#zoneJeremy Kemper2010-03-281-0/+56