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
2007-05-29 02:40:34 +00:00
..
core_ext Array#to_xml yields the builder just like Hash and ActiveRecord::Base. Closes #8472. 2007-05-26 06:20:07 +00:00
json Date, Time, and DateTime#to_json. Closes #8399. 2007-05-18 21:20:35 +00:00
multibyte Multibyte strings respond_to the String methods they proxy so they can be duck-typed. Closes #6549. 2007-05-28 23:33:54 +00:00
values Pull in latest multibyte patch. Closes #6346 [Manfred Stienstra] 2006-10-04 09:03:57 +00:00
vendor Refactor ActiveSupport::JSON to be less obtuse. Add support for JSON decoding by way of Syck with ActiveSupport::JSON.decode(json_string). Prevent hash keys that are JavaScript reserved words from being unquoted during encoding. 2007-03-18 07:05:58 +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 Allow users to provide custom formatters to Logger. [aeden] Closes #7106, #2484 2007-02-25 00:07:54 +00:00
core_ext.rb Moved Active Support into its own gem 2005-02-15 15:57:44 +00:00
dependencies.rb Refactor ActiveSupport::JSON to be less obtuse. Add support for JSON decoding by way of Syck with ActiveSupport::JSON.decode(json_string). Prevent hash keys that are JavaScript reserved words from being unquoted during encoding. 2007-03-18 07:05:58 +00:00
deprecation.rb Deprecation: warn on stderr if RAILS_DEFAULT_LOGGER isn't set yet. 2007-02-08 00:17:39 +00:00
duration.rb Added test coverage for Inflector.inflections.clear. Closes #7179. [Rich Collins]. Remove unused code from Duration#inspect. Closes #7180. [Rich Collins] 2007-01-23 05:32:08 +00:00
inflections.rb Inflections: MatrixTest -> MatrixTests instead of MatricesTest. Closes #8496. 2007-05-29 02:40:34 +00:00
inflector.rb Full test coverage for Inflector. Closes #7228. 2007-01-28 15:52:45 +00:00
json.rb Refactor ActiveSupport::JSON to be less obtuse. Add support for JSON decoding by way of Syck with ActiveSupport::JSON.decode(json_string). Prevent hash keys that are JavaScript reserved words from being unquoted during encoding. 2007-03-18 07:05:58 +00:00
multibyte.rb Nodoc the irrelevant (from 1.2) 2007-01-26 21:37:38 +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 Nodoc the irrelevant (from 1.2) 2007-01-26 21:37:38 +00:00
version.rb Run with the latest versions so beta gems will work 2007-04-21 17:06:16 +00:00
whiny_nil.rb whiny nil shouldn't depend on Active Record 2007-05-23 07:03:31 +00:00