.. |
core_ext
|
Added proper handling of arrays. Closes #8537 [hasmanyjosh]
|
2007-06-21 15:07:15 +00:00 |
json
|
escape <'s and >'s in JSON strings. #8371 [Rick]
|
2007-05-29 09:10:36 +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
|
|
|
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
|
Add Date#since, ago, beginning_of_day, and end_of_day. Date + seconds works now. Closes #8575.
|
2007-06-04 22:00:53 +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 |