Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Changeset 8816

Show
Ignore:
Timestamp:
02/07/08 21:09:23 (7 months ago)
Author:
david
Message:

Added Base64.encode64s to encode values in base64 without the newlines. This makes the values immediately usable as URL parameters or memcache keys without further processing [DHH]

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/activesupport/CHANGELOG

    r8810 r8816  
    11*SVN* 
    22 
     3* Added Base64.encode64s to encode values in base64 without the newlines. This makes the values immediately usable as URL parameters or memcache keys without further processing [DHH] 
     4 
    35* Remove :nodoc: entries around the ActiveSupport test/unit assertions.  #10946 [dancroak, jamesh] 
    46 
     
    4143* Introduce ActiveSupport::TimeWithZone, for wrapping Time instances with a TimeZone. Introduce instance methods to Time for creating TimeWithZone instances, and class methods for managing a global time zone. [Geoff Buesing] 
    4244 
     45>>>>>>> .r8815 
    4346* Replace non-dst-aware TimeZone class with dst-aware class from tzinfo_timezone plugin. TimeZone#adjust and #unadjust are no longer available; tzinfo gem must now be present in order to perform time zone calculations, via #local_to_utc and #utc_to_local methods. [Geoff Buesing] 
    4447