1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activesupport/lib/active_support
2006-10-03 23:45:32 +00:00
..
core_ext 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
json Greatly increased performance of String.to_json, which speeds up RJS considerably on large pages, fixes #3473 [Shugo Maeda] 2006-08-18 09:16:29 +00:00
multibyte 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
values 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
vendor Eliminate Active Support warnings. 2006-08-29 08:24:04 +00:00
binding_of_caller.rb Documentation stuff 2005-02-24 02:02:12 +00:00
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 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 Moved Active Support into its own gem 2005-02-15 15:57:44 +00:00
dependencies.rb Fix loadable_constants_for_path to handle load paths that do not end with a slash. 2006-09-06 20:31:28 +00:00
deprecation.rb deprecation_method_warning and deprecation_horizon - fewer moving parts, easy to localize 2006-09-22 01:16:09 +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 Fixed docs 2006-03-28 03:31:01 +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