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
Andrew White 3aa26cfb19 Improve ActiveSupport::TimeWithZone conversion to YAML
Previously when converting AS::TimeWithZone to YAML it would be output
as a UTC timestamp. Whilst this preserves the time information accurately
it loses the timezone information. This commit changes that so that it is
saved along with the time information. It also provides nicer encoding of
AS::TimeZone instances themselves which previously embedded all of the
data from the TZInfo records.

Fixes #9183.
2015-04-22 12:12:39 -04:00
..
autoloading_fixtures
core_ext Improve ActiveSupport::TimeWithZone conversion to YAML 2015-04-22 12:12:39 -04:00
dependencies
deprecation
file_fixtures introduce ActiveSupport::Testing::FileFixtures. 2015-01-28 12:29:34 +01:00
fixtures
json Skip the failing tests on Rubinius for now 2015-03-02 17:28:12 +01:00
notifications
testing introduce ActiveSupport::Testing::FileFixtures. 2015-01-28 12:29:34 +01:00
xml_mini Do not include Active Support on tests 2015-01-04 18:59:42 -03:00
abstract_unit.rb Revert "Leave all our tests as order_dependent! for now" 2015-03-06 04:38:54 +10:30
array_inquirer_test.rb Require the extensions to tests pass in isolation 2015-03-30 13:59:50 -03:00
autoload_test.rb
benchmarkable_test.rb
broadcast_logger_test.rb
caching_test.rb Allow AS::Cache::FileStore#clear without cache directory 2015-04-09 00:04:56 +09:00
callback_inheritance_test.rb
callbacks_test.rb Raise ArgumentError if an unrecognised callback is skipped 2015-04-03 09:37:19 +01:00
class_cache_test.rb
clean_backtrace_test.rb
clean_logger_test.rb
concern_test.rb Use public Module#include, in favor of https://bugs.ruby-lang.org/issues/8846 2015-01-31 23:12:41 -05:00
configurable_test.rb Privatize config_accessor as with attr_accessor 2015-02-06 01:12:07 +09:00
constantize_test_cases.rb
dependencies_test.rb Do not depend on Rails git repository layout in ActiveSupport tests 2015-04-02 17:09:24 +02:00
dependencies_test_helpers.rb
deprecation_test.rb - Extracted silence_stream method to new module in activesupport/testing. 2015-01-20 22:28:48 +05:30
descendants_tracker_test_cases.rb
descendants_tracker_with_autoloading_test.rb
descendants_tracker_without_autoloading_test.rb
file_update_checker_test.rb
gzip_test.rb
hash_with_indifferent_access_test.rb - Moved hwia frozen value assignment test to hash_ext_test similar to other tests 2015-01-17 14:55:19 +05:30
i18n_test.rb
inflector_test.rb
inflector_test_cases.rb Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 onwards. 2015-02-03 20:51:40 +05:30
key_generator_test.rb
lazy_load_hooks_test.rb
load_paths_test.rb
log_subscriber_test.rb
logger_test.rb
message_encryptor_test.rb Remove "rescue" clause around "require 'openssl'" 2014-12-03 21:58:02 -08:00
message_verifier_test.rb Remove "rescue" clause around "require 'openssl'" 2014-12-03 21:58:02 -08:00
multibyte_chars_test.rb Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 onwards. 2015-02-03 20:51:40 +05:30
multibyte_conformance_test.rb Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 onwards. 2015-02-03 20:51:40 +05:30
multibyte_proxy_test.rb Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 onwards. 2015-02-03 20:51:40 +05:30
multibyte_test_helpers.rb Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 onwards. 2015-02-03 20:51:40 +05:30
multibyte_unicode_database_test.rb Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 onwards. 2015-02-03 20:51:40 +05:30
notifications_test.rb
number_helper_i18n_test.rb
number_helper_test.rb number_to_percentage and precision: 0 work with NAN and INFINITY. 2015-03-06 09:04:51 +01:00
option_merger_test.rb
ordered_hash_test.rb
ordered_options_test.rb
rescuable_test.rb Add class level case operator support for error dispatching in Rescuable 2014-12-10 02:34:59 +02:00
safe_buffer_test.rb Properly dump primitive-like AS::SafeBuffer strings as YAML 2015-02-11 17:08:13 -08:00
security_utils_test.rb
string_inquirer_test.rb
subscriber_test.rb
tagged_logging_test.rb
test_case_test.rb Remove alias for i_suck_and_my_tests_are_order_dependent. 2015-03-24 00:27:53 +08:00
time_travel_test.rb Change AS::Testing::TimeHelpers#travel_to to also stub DateTime.now 2015-02-03 05:23:23 -08:00
time_zone_test.rb Improve ActiveSupport::TimeWithZone conversion to YAML 2015-04-22 12:12:39 -04:00
time_zone_test_helpers.rb
transliterate_test.rb Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 onwards. 2015-02-03 20:51:40 +05:30
xml_mini_test.rb Fixes wording of test description 2015-02-11 14:07:56 -05:00