rails--rails/activesupport/lib/active_support
Jeremy Kemper d249ff579a Trim typo.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4330 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2006-05-08 18:10:40 +00:00
..
core_ext Trim typo. 2006-05-08 18:10:40 +00:00
json Fixed docs 2006-03-28 03:31:01 +00:00
values
vendor Updated to Builder 2.0 [DHH] 2006-04-25 02:47:44 +00:00
binding_of_caller.rb
breakpoint.rb r3215@asus: jeremy | 2005-11-20 02:05:56 -0800 2005-11-21 07:29:04 +00:00
caching_tools.rb Add CachingTools::HashCaching to simplify the creation of nested, autofilling hashes. 2006-03-27 03:59:35 +00:00
clean_logger.rb Added reusable reloading support through the inclusion of the Relodable module that all subclasses of ActiveRecord::Base, ActiveRecord::Observer, ActiveController::Base, and ActionMailer::Base automatically gets [DHH]. Added auto-loading support for classes in modules, so Conductor::Migration will look for conductor/migration.rb and Conductor::Database::Settings will look for conductor/database/settings.rb [Nicholas Seckar]. Refactored extensions to module, class, and object in active support [DHH] 2006-01-29 00:37:39 +00:00
core_ext.rb
dependencies.rb Fix for depot and other applications with .13 style environment.rb files. prints deprecation warnings to the log file 2006-04-03 03:06:23 +00:00
inflections.rb
inflector.rb Added option to String#camelize to generate lower-cased camel case by passing in :lower, like "super_man".camelize(:lower) # => "superMan" [DHH] 2006-03-20 03:32:28 +00:00
json.rb Fixed docs 2006-03-28 03:31:01 +00:00
option_merger.rb Allow default options in with_options to be overridden. Closes #4480. [murphy@cYcnus.de] 2006-04-26 21:49:41 +00:00
ordered_options.rb Namespaced OrderedHash so the Rails implementation does not clash with any others. (fixes #4911) [Julian Tarkhanov] 2006-04-30 20:36:37 +00:00
reloadable.rb Just go with Subclasses instead of OnlySubclasses 2006-02-04 06:11:42 +00:00
version.rb Update versions for Rails 1.1.1 2006-04-06 05:26:14 +00:00
whiny_nil.rb