.. |
core_ext
|
Fix Time#advance bug when trying to advance a year from leap day. Closes #8655 [gbuesing]
|
2007-08-03 00:34:19 +00:00 |
json
|
escape <'s and >'s in JSON strings. #8371 [Rick]
|
2007-05-29 09:10:36 +00:00 |
multibyte
|
Make the utf-handler return the correct value for non-matching regular expressions. Closes #9049 [manfred]
|
2007-08-05 00:51:16 +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
|
Ensure clean_logger fixes are 1.8.2 compatible [mislav] Closes #8396
|
2007-06-22 23:09:11 +00:00 |
core_ext.rb
|
Fix load-order inconsistency (closes #9081) [themug]
|
2007-07-24 18:36:13 +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
|
Refactored in use of extract_options! (closes #9079) [josh]
|
2007-07-24 16:48:57 +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
|
Added support for pluralization with a different starting letter than the singular version (cow/kine) (closes #4929) [norri_b/hasmanyjosh]
|
2007-06-23 16:47:47 +00:00 |
inflector.rb
|
Added support for pluralization with a different starting letter than the singular version (cow/kine) (closes #4929) [norri_b/hasmanyjosh]
|
2007-06-23 16:47:47 +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 |