Module

ActiveSupport

OrderedHash is namespaced to prevent conflicts with other implementations

From active_support/basic_object.rb

Ruby 1.9 introduces BasicObject which differs slighly from Builder’s BlankSlate that had been used so far ActiveSupport::BasicObject provides a barebones object with the same method on both versions.

Modules
Base64 Ruby 1.9 doesn’t provide base64, so we wrap this here
Cache
Callbacks
CoreExtensions
Deprecation
Gzip
JSON
Multibyte Encapsulates all the functionality related to the Chars proxy.
Testing
VERSION
Classes
BasicObject
BufferedLogger Inspired by the buffered logger idea by Ezra
Duration Provides accurate date and time measurements using Date#advance and Time#advance, respectively. It mainly supports the methods on Numeric, such as in this example:
OptionMerger
OrderedHash
TestCase
TimeWithZone A Time-like class that can represent a time in any time zone. Necessary because standard Ruby Time instances are limited to UTC and the system’s ENV[‘TZ’] zone
Constants
Base64
BasicObject
FrozenObjectError
FrozenObjectError
OrderedHash
Comments

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.