1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activesupport/test
2007-12-02 08:45:35 +00:00
..
autoloading_fixtures
core_ext Fix potential extra space in Array#to_sentence. Closes #10327 [kamal] 2007-12-02 00:28:30 +00:00
dependencies
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
abstract_unit.rb String#to_xs uses the fast_xs extension if available for Builder speedup. 2007-10-07 09:15:26 +00:00
buffered_logger_test.rb Correct BufferedLogger#level? checks. Closes #9806. 2007-10-07 18:54:36 +00:00
clean_logger_test.rb Added call to inspect on non-string classes for the logger (closes #8533) [codahale] 2007-09-22 18:25:30 +00:00
dependencies_test.rb Dependencies Ruby 1.9 compat 2007-09-27 11:01:20 +00:00
deprecation_test.rb
inflector_test.rb Ruby 1.9 compat, consistent load paths 2007-10-02 05:32:14 +00:00
inflector_test_cases.rb Extract InflectorTestCases so both inflector and string inflections tests can use them. 2007-09-27 10:19:48 +00:00
multibyte_chars_test.rb
multibyte_conformance.rb
multibyte_handler_test.rb Multibyte: String#slice supports regexp argument. Closes #9646. 2007-10-15 07:38:52 +00:00
option_merger_test.rb
ordered_options_test.rb Convert the Ruby 1.9 enumerator to an array 2007-09-27 10:25:51 +00:00
test_test.rb Make sure default_test is tested for ActiveSupport::TestCase too 2007-10-26 23:38:34 +00:00
time_zone_test.rb
whiny_nil_test.rb