rails--rails/activesupport/lib/active_support
David Heinemeier Hansson d88e83f211 False is a reasonable default
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5793 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2006-12-27 00:42:31 +00:00
..
core_ext False is a reasonable default 2006-12-27 00:42:31 +00:00
json Don't quote hash keys in Hash#to_json if they're valid JavaScript identifiers. 2006-11-11 18:25:26 +00:00
multibyte Lazily load the Unicode Database in the UTF-8 Handler [Rick Olson] 2006-11-09 19:40:32 +00:00
values Pull in latest multibyte patch. Closes #6346 [Manfred Stienstra] 2006-10-04 09:03:57 +00:00
vendor update XmlSimple to 1.0.10. Closes #6532. [nicksieger] 2006-11-02 20:10:53 +00:00
binding_of_caller.rb
breakpoint.rb quell warnings 2006-09-04 08:28:44 +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
core_ext.rb
dependencies.rb Update load once paths to prevent nested once constants from being detected and claimed by an external non-once load. References #6720 2006-12-24 14:53:35 +00:00
deprecation.rb DeprecatedInstanceVariable#inspect doesn't warn since test/unit, error logs, and others use it for diagnostics. 2006-12-20 21:28:31 +00:00
inflections.rb Inflections: don't singularize -ies plurals. 2006-08-30 13:04:37 +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 Don't quote hash keys in Hash#to_json if they're valid JavaScript identifiers. 2006-11-11 18:25:26 +00:00
multibyte.rb Add ActiveSupport::Multibyte. Provides String#chars which lets you deal with strings as a sequence of chars, not of bytes. Closes #6242 [Julian Tarkhanov, Manfred Stienstra & Jan Behrens] 2006-10-03 23:45:32 +00:00
option_merger.rb Don't undefine #class in OptionMerger [Rick] 2006-09-27 18:46:46 +00:00
ordered_options.rb Use Array#assoc in ActiveSupport::OrderedHash. 2006-08-25 06:01:02 +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