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
Sean Griffin f48bb1b4ad Call fallback exception handlers with the right exception
The issue presented in #26246 showed a deeper underlying problem. When
we fell back to the exception handler for an exceptions cause, we were
calling that handler with the outer raised exception. This breaks the
calling code's expectations, especially if the exception has methods on
it behond those from `StandardError`.
2016-11-17 14:50:41 -05:00
..
cache Remove deprecated set_cache_value 2016-11-13 22:16:54 +00:00
concurrency Remove deprecated class ActiveSupport::Concurrency::Latch 2016-11-14 12:44:19 +00:00
core_ext Merge pull request #27035 from rails/remove-active-support-deprecations 2016-11-14 19:59:43 +00:00
dependencies applies new string literal convention in activesupport/lib 2016-08-06 18:10:53 +02:00
deprecation Correct caller tracking in delegated deprecation methods 2016-10-03 05:22:28 +10:30
duration Less method invocation 2016-11-05 15:35:40 +09:00
inflector Remove deprecated separator argument from parameterize 2016-11-14 12:14:23 +00:00
json Merge pull request #26933 from prathamesh-sonpatki/fix-26877 2016-11-13 14:46:21 +00:00
locale
log_subscriber Add more rubocop rules about whitespaces 2016-10-29 01:17:49 -02:00
multibyte Merge pull request #26905 from bogdanvlviv/docs 2016-11-13 14:09:30 +00:00
notifications Add more rubocop rules about whitespaces 2016-10-29 01:17:49 -02:00
number_helper Remove deprecated :prefix option 2016-11-13 23:09:03 +00:00
testing Fix testing isolation 2016-11-15 15:56:32 -05:00
values Add more rubocop rules about whitespaces 2016-10-29 01:17:49 -02:00
xml_mini Add more rubocop rules about whitespaces 2016-10-29 01:17:49 -02:00
all.rb applies new string literal convention in activesupport/lib 2016-08-06 18:10:53 +02:00
array_inquirer.rb applies new string literal convention in activesupport/lib 2016-08-06 18:10:53 +02:00
backtrace_cleaner.rb Remove the word "mongrel" from documents 2016-09-07 01:59:37 +09:00
benchmarkable.rb applies new string literal convention in activesupport/lib 2016-08-06 18:10:53 +02:00
builder.rb applies new string literal convention in activesupport/lib 2016-08-06 18:10:53 +02:00
cache.rb Remove deprecated namespaced_key 2016-11-13 22:17:37 +00:00
callbacks.rb Add more rubocop rules about whitespaces 2016-10-29 01:17:49 -02:00
concern.rb
configurable.rb applies new string literal convention in activesupport/lib 2016-08-06 18:10:53 +02:00
core_ext.rb
dependencies.rb Remove deprecated Module.qualified_const_get/set/defined? 2016-11-14 08:11:21 +00:00
deprecation.rb applies new string literal convention in activesupport/lib 2016-08-06 18:10:53 +02:00
descendants_tracker.rb
duration.rb Ensure duration parsing is consistent across DST changes 2016-10-31 17:25:43 +00:00
evented_file_update_checker.rb normalizes indentation and whitespace across the project 2016-08-06 20:16:27 +02:00
execution_wrapper.rb Avoid bumping the class serial when invoking executor 2016-10-03 13:35:51 +10:30
executor.rb applies new string literal convention in activesupport/lib 2016-08-06 18:10:53 +02:00
file_update_checker.rb Add more rubocop rules about whitespaces 2016-10-29 01:17:49 -02:00
gem_version.rb
gzip.rb Add more rubocop rules about whitespaces 2016-10-29 01:17:49 -02:00
hash_with_indifferent_access.rb Remove deprecated new_from_hash_copying_default 2016-11-13 23:09:03 +00:00
i18n.rb applies new string literal convention in activesupport/lib 2016-08-06 18:10:53 +02:00
i18n_railtie.rb Fix Remaining Case-In-Assignment Statement Formatting 2016-09-06 09:34:09 -05:00
inflections.rb applies new string literal convention in activesupport/lib 2016-08-06 18:10:53 +02:00
inflector.rb applies new string literal convention in activesupport/lib 2016-08-06 18:10:53 +02:00
json.rb applies new string literal convention in activesupport/lib 2016-08-06 18:10:53 +02:00
key_generator.rb Add more rubocop rules about whitespaces 2016-10-29 01:17:49 -02:00
lazy_load_hooks.rb Add more rubocop rules about whitespaces 2016-10-29 01:17:49 -02:00
log_subscriber.rb Add more rubocop rules about whitespaces 2016-10-29 01:17:49 -02:00
logger.rb applies new string literal convention in activesupport/lib 2016-08-06 18:10:53 +02:00
logger_silence.rb applies new string literal convention in activesupport/lib 2016-08-06 18:10:53 +02:00
logger_thread_safe_level.rb applies new string literal convention in activesupport/lib 2016-08-06 18:10:53 +02:00
message_encryptor.rb Start passing cipher from EncryptedCookieJar since we use it to determine key length 2016-09-01 03:00:10 +05:30
message_verifier.rb applies new string literal convention in activesupport/lib 2016-08-06 18:10:53 +02:00
multibyte.rb applies new string literal convention in activesupport/lib 2016-08-06 18:10:53 +02:00
notifications.rb applies new string literal convention in activesupport/lib 2016-08-06 18:10:53 +02:00
number_helper.rb Add missing + around a some literals. 2016-10-27 00:27:47 +03:00
option_merger.rb applies new string literal convention in activesupport/lib 2016-08-06 18:10:53 +02:00
ordered_hash.rb Add more rubocop rules about whitespaces 2016-10-29 01:17:49 -02:00
ordered_options.rb Add more rubocop rules about whitespaces 2016-10-29 01:17:49 -02:00
per_thread_registry.rb applies new string literal convention in activesupport/lib 2016-08-06 18:10:53 +02:00
proxy_object.rb
rails.rb let Regexp#match? be globally available 2016-10-27 09:13:55 +02:00
railtie.rb applies new string literal convention in activesupport/lib 2016-08-06 18:10:53 +02:00
reloader.rb applies new string literal convention in activesupport/lib 2016-08-06 18:10:53 +02:00
rescuable.rb Call fallback exception handlers with the right exception 2016-11-17 14:50:41 -05:00
security_utils.rb applies new string literal convention in activesupport/lib 2016-08-06 18:10:53 +02:00
string_inquirer.rb applies new string literal convention in activesupport/lib 2016-08-06 18:10:53 +02:00
subscriber.rb Add more rubocop rules about whitespaces 2016-10-29 01:17:49 -02:00
tagged_logging.rb Format and send logs to logger.fatal from DebugExceptions instead of calling fatal multiple times. Expose tags_text from TaggedLogging to be used for log formatting 2016-11-12 15:47:39 -05:00
test_case.rb Use on_load to trigger commandline processing code 2016-10-21 14:44:17 -07:00
time.rb applies new string literal convention in activesupport/lib 2016-08-06 18:10:53 +02:00
time_with_zone.rb Merge pull request #26359 from maclover7/jm-speed-up-time 2016-10-06 02:35:35 +10:30
version.rb applies new string literal convention in activesupport/lib 2016-08-06 18:10:53 +02:00
xml_mini.rb Add more rubocop rules about whitespaces 2016-10-29 01:17:49 -02:00