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
Jeremy Kemper 335c15005d Bump versions for 1.2.4 release.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7744 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2007-10-05 05:20:37 +00:00
..
core_ext Ruby 1.9 compat, consistent load paths 2007-10-02 05:32:14 +00:00
json Hash#to_json takes :only or :except options to specific or omit certain hash keys. Enumerable#to_json passes through its options to each element. Closes #9751. 2007-10-04 03:28:42 +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 Fixed that La Paz was included in -25200 and -14400 offsets when it should only be in -14400 (closes #9735) [bermi] 2007-09-30 22:56:37 +00:00
vendor Fixed spelling errors (closes #9706) [tarmo/rmm5t] 2007-09-28 14:18:47 +00:00
buffered_logger.rb Disabling auto_flushing still flushes when the buffer hits a maximum size, as a failsafe against memory-gobbling. 2007-10-04 19:52:10 +00:00
clean_logger.rb Ruby 1.9 compat, consistent load paths 2007-10-02 05:32:14 +00:00
core_ext.rb Ruby 1.9 compat, consistent load paths 2007-10-02 05:32:14 +00:00
dependencies.rb Ruby 1.9 compat, consistent load paths 2007-10-02 05:32:14 +00:00
deprecation.rb Some 1.9 forward compatibility 2007-09-14 00:34:43 +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 Fixed that pluralizing an empty string should return the same empty string, not "s" (closes #7720) [josh] 2007-09-22 18:34:43 +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 send -> send! for some private methods 2007-09-27 10:41:12 +00:00
ordered_options.rb Use Array#assoc in ActiveSupport::OrderedHash. 2006-08-25 06:01:02 +00:00
version.rb Bump versions for 1.2.4 release. 2007-10-05 05:20:37 +00:00
whiny_nil.rb whiny nil shouldn't depend on Active Record 2007-05-23 07:03:31 +00:00