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
Edouard CHIN 70fae9a434 SetupAndTeardown#teardown should call any subsequent after_teardown:
If you have a regular test that have a teardown block, and for any reason an exception get raised, ActiveSupport will not run subsequent after_teardown method provided by other module or gems.
  One of them being the ActiveRecord::TestFixtures which won't rollback the transation when the test ends making all subsequent test to be in a weird state.

  The default implementation of minitest is to run all teardown methods from the user's test, rescue all exceptions, run all after_teardown methods provided by libraries and finally re-raise the exception that happened in the user's teardown method.
  Rails should do the same.
2018-04-06 04:54:56 -04:00
..
cache Fix Cache read_multi with local_cache return values. 2018-03-21 14:16:00 +08:00
concurrency
core_ext [ci skip] Add :private option to delegation doc 2018-04-05 04:39:15 +09:00
dependencies
deprecation Correct ActiveSupport::Deprecation::Behavior#behavior= documentation 2018-02-23 15:35:48 +02:00
duration Rails 6 requires Ruby 2.4.1+ 2018-02-17 15:34:57 -08:00
inflector Enable autocorrect for Lint/EndAlignment cop 2018-01-18 17:19:13 +09:00
json
locale
log_subscriber
messages
multibyte Remove AS::Multibyte's unicode table 2018-02-20 03:58:22 +09:00
notifications
number_helper Deprecate "active_support/core_ext/numeric/inquiry" 2018-03-02 23:32:10 -08:00
testing SetupAndTeardown#teardown should call any subsequent after_teardown: 2018-04-06 04:54:56 -04:00
values Remove AS::Multibyte's unicode table 2018-02-20 03:58:22 +09:00
xml_mini
all.rb
array_inquirer.rb
backtrace_cleaner.rb
benchmarkable.rb
builder.rb
cache.rb Don't marshal ActiveSupport::Cache::Entry objects twice 2018-03-14 13:42:40 -06:00
callbacks.rb Update skip_after_callbacks_if_terminated documentation 2018-03-05 15:13:47 -05:00
concern.rb
configurable.rb
core_ext.rb
current_attributes.rb
dependencies.rb Remove duplicates after autoloading modules 2018-01-26 09:41:27 -05:00
deprecation.rb Update default deprecation horizon 2018-01-31 14:27:45 +09:00
descendants_tracker.rb
digest.rb
duration.rb Merge pull request #31923 from jdelStrother/duration-deserialization 2018-02-07 15:06:21 -05:00
encrypted_configuration.rb Remove unused serialize method 2018-03-25 09:42:22 +09:00
encrypted_file.rb Change temporary file name extension while editing encrypted file. 2018-03-18 21:29:41 +01:00
evented_file_update_checker.rb
execution_wrapper.rb
executor.rb
file_update_checker.rb
gem_version.rb Start Rails 6.0 development!!! 2018-01-30 18:51:17 -05:00
gzip.rb
hash_with_indifferent_access.rb Remove extra conditions in HWIDA since Rails 6 does not support Ruby 2.2 2018-02-17 13:09:30 -08:00
i18n.rb
i18n_railtie.rb
inflections.rb
inflector.rb
json.rb
key_generator.rb
lazy_load_hooks.rb
log_subscriber.rb
logger.rb
logger_silence.rb
logger_thread_safe_level.rb
message_encryptor.rb Adding missing extension for cattr_accessor method 2018-03-30 12:07:17 +02:00
message_verifier.rb
multibyte.rb
notifications.rb
number_helper.rb
option_merger.rb
ordered_hash.rb
ordered_options.rb
per_thread_registry.rb
proxy_object.rb
rails.rb Rails 6 requires Ruby 2.4.1+ 2018-02-17 15:34:57 -08:00
railtie.rb
reloader.rb
rescuable.rb
security_utils.rb
string_inquirer.rb
subscriber.rb Rails 6 requires Ruby 2.3+ 2018-02-17 10:03:37 -08:00
tagged_logging.rb
test_case.rb Small doc fixes 2018-04-02 19:55:08 -04:00
time.rb
time_with_zone.rb Add before? and after? methods to date and time classes 2018-03-06 20:42:49 -08:00
version.rb
xml_mini.rb Call YAML.load correctly 2018-02-21 16:34:39 -05:00