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-07-31 04:59:10 +00:00
..
core_ext tiny doc patches [lifo] 2007-07-25 03:05:55 +00:00
json escape <'s and >'s in JSON strings. #8371 [Rick] 2007-05-29 09:10:36 +00:00
multibyte Add support for []= on ActiveSupport::Multibyte::Chars. Closes #9142. [ewan, manfred] 2007-07-31 04:59:10 +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
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
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