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-29 19:43:07 +00:00
..
autoloading_fixtures
core_ext Ruby 1.9 compat: introduce ActiveSupport::FrozenObjectError normalize TypeError vs RuntimeError handling. Closes #10645 [Frederick Cheung] 2007-12-29 19:43:07 +00:00
dependencies
json Ruby 1.9 compat: shadowed vars, kcode 2007-12-15 02:28:20 +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
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: String#chars returns self for Ruby 1.9 2007-12-21 11:21:43 +00:00
multibyte_conformance.rb Multibyte: String#chars returns self for Ruby 1.9 2007-12-21 11:21:43 +00:00
multibyte_handler_test.rb Multibyte: String#chars returns self for Ruby 1.9 2007-12-21 11:21:43 +00:00
option_merger_test.rb
ordered_options_test.rb Ruby 1.9 compat. References #1689 [Pratik Naik] 2007-12-10 05:12:50 +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 TimeZone#to_s uses UTC rather than GMT. References #1689. 2007-12-10 10:08:07 +00:00
whiny_nil_test.rb