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-12-21 12:26:40 +00:00
..
core_ext Ruby 1.9: use enumerator for blockless Range#step 2007-12-21 12:26:40 +00:00
json Don't escape forward slashes with String#to_json, our unicode encoding of < and > prevent the XSS problems. [tpope] Closes #10273 2007-12-02 08:45:35 +00:00
multibyte Multibyte: String#chars returns self for Ruby 1.9 2007-12-21 11:21:43 +00:00
testing Make Default Test work with both ruby 1.8.4 and 1.8.6. [DrMark] Closes #10003 2007-10-26 23:24:10 +00:00
values TimeZone#to_s uses UTC rather than GMT. References #1689. 2007-12-10 10:08:07 +00:00
vendor Remove things that trip up RDoc 2007-11-09 20:06:36 +00:00
base64.rb Missed commit. References #10554. 2007-12-18 21:26:01 +00:00
basic_object.rb Rebundle Builder 2.1.2 but prefer a newer RubyGem if available. 2007-10-10 23:01:41 +00:00
buffered_logger.rb Ruby 1.9 compat: join the buffer array explicitly rather than relying on to_s to flatten it 2007-12-19 09:40:58 +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 Revert const_missing bypass in favor of Duration constant lookup tweak 2007-12-15 02:30:17 +00:00
deprecation.rb Some 1.9 forward compatibility 2007-09-14 00:34:43 +00:00
duration.rb Revert const_missing bypass in favor of Duration constant lookup tweak 2007-12-15 02:30:17 +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 Don't assume ActiveSupport module is already defined 2007-10-15 10:12:47 +00:00
option_merger.rb send -> send! for some private methods 2007-09-27 10:41:12 +00:00
ordered_options.rb Hash is ordered in Ruby 1.9 2007-10-09 07:48:59 +00:00
test_case.rb Introduce TestCase subclasses for testing rails applications allowing tests to be DRY'd up a bit and to provide a path toward tidying up our monkeypatching of test/unit. 2007-10-26 02:21:21 +00:00
testing.rb Introduce TestCase subclasses for testing rails applications allowing tests to be DRY'd up a bit and to provide a path toward tidying up our monkeypatching of test/unit. 2007-10-26 02:21:21 +00:00
vendor.rb Rebundle Builder 2.1.2 but prefer a newer RubyGem if available. 2007-10-10 23:01:41 +00:00
version.rb Prepare for 2.0.2 release 2007-12-16 23:30:30 +00:00
whiny_nil.rb whiny nil shouldn't depend on Active Record 2007-05-23 07:03:31 +00:00