rails--rails/activesupport/lib/active_support
Nicholas Seckar 38f598ec0b Update require_dependency to return true or false as require does.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4778 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2006-08-16 20:33:31 +00:00
..
core_ext DateTime#to_time gives hour/minute/second resolution. Closes #5747. 2006-08-07 22:07:33 +00:00
json Fixed docs 2006-03-28 03:31:01 +00:00
values fix test warnings 2006-05-31 22:43:53 +00:00
vendor Added Hash.create_from_xml(string) which will create a hash from a XML string and even typecast if possible [DHH] 2006-06-16 10:07:13 +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 Update require_dependency to return true or false as require does. 2006-08-16 20:33:31 +00:00
deprecation.rb Add silencing to deprecations; avoid self-scolding. 2006-08-14 18:15:44 +00:00
inflections.rb Remove unnecessary brackets in regex (closes #5715) 2006-08-05 20:44:35 +00:00
inflector.rb Normalize classify's argument to a String so that it plays nice with Symbols. [Marcel Molina Jr.] 2006-05-22 15:17:45 +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 Add OrderedHash#values 2006-06-02 17:28:15 +00:00
reloadable.rb Add silencing to deprecations; avoid self-scolding. 2006-08-14 18:15:44 +00:00
version.rb Update versions for Rails 1.1.1 2006-04-06 05:26:14 +00:00
whiny_nil.rb occured -> occurred. Closes #5559. 2006-07-10 19:41:59 +00:00