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
2008-05-01 13:34:31 -07:00
..
autoloading_fixtures Checkin failing test case related to load once paths 2006-12-24 14:41:29 +00:00
core_ext Duration #since and #ago with no argument (e.g., 5.days.ago) return TimeWithZone when config.time_zone is set. Introducing Time.current, which returns Time.zone.now if config.time_zone is set, otherwise just returns Time.now 2008-04-20 21:57:04 -05:00
dependencies Checkin failing test case related to load once paths 2006-12-24 14:41:29 +00:00
json Add config.active_support.escape_html_entities_in_json to allow disabling of html entity escaping. [rick] 2008-04-08 03:45:26 +00:00
abstract_unit.rb Removing unnecessary uses_tzinfo helper from tests, given that TZInfo is now bundled 2008-03-30 23:01:06 +00:00
buffered_logger_test.rb require fileutils 2008-03-31 01:09:19 +00:00
caching_test.rb Support options passed to ActiveSupport::Cache :mem_cache_store [#14 state:resolved] 2008-04-17 12:58:31 -05:00
callbacks_test.rb Tidy up ActiveSupport::Callbacks::CallbackChain instance API. 2008-04-17 23:30:01 -05:00
clean_logger_test.rb require abstract_unit directly since test is in load path 2008-01-05 13:31:04 +00:00
dependencies_test.rb remove some more absolute requires 2008-01-05 13:32:48 +00:00
deprecation_test.rb require abstract_unit directly since test is in load path 2008-01-05 13:31:04 +00:00
inflector_test.rb Ruby 1.9 compat: compatibility wrapper for new Module#const_defined? behavior 2008-05-01 13:34:31 -07:00
inflector_test_cases.rb Fixed String#titleize to work for strings with 's too (closes #10571) [trek] 2008-01-03 00:16:47 +00:00
multibyte_chars_test.rb Ruby 1.9 compat: declare utf-8 file encoding 2008-02-02 22:52:32 +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 Ruby 1.9 compat: declare utf-8 file encoding 2008-02-02 22:52:32 +00:00
option_merger_test.rb require abstract_unit directly since test is in load path 2008-01-05 13:31:04 +00:00
ordered_options_test.rb require abstract_unit directly since test is in load path 2008-01-05 13:31:04 +00:00
test_test.rb Extract ActiveSupport::Callbacks from Active Record, test case setup and teardown, and ActionController::Dispatcher. Closes #10727. 2008-01-19 02:44:45 +00:00
time_zone_test.rb Removing unnecessary uses_tzinfo helper from tests, given that TZInfo is now bundled 2008-03-30 23:01:06 +00:00
whiny_nil_test.rb require abstract_unit directly since test is in load path 2008-01-05 13:31:04 +00:00