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
Mark J. Titorenko a3678e45ec Fix BacktraceCleaner#noise for multiple silencers.
The previous implementation of BacktraceSilencer#noise did not
work correctly if more than one silencer was configured --
specifically, it would only return noise which was matched by all
silencers.

The new implementation is such that anything that has been matched by
silencers is removed from the backtrace using Array#- (array
difference), ie. we now return all elements within a backtrace that
have been matched by any silencer (and are thus removed by #silence).

Fixes #11030.
2013-06-20 19:54:32 +01:00
..
cache The increment and decrement commands in the local cache are exactly the 2013-04-17 18:50:24 -04:00
concurrency added live responses which can be written and read in separate threads 2012-07-29 21:43:05 -07:00
core_ext Keep sub-second resolution when wrapping a DateTime value 2013-06-13 12:01:12 +01:00
dependencies remove unnecessary always-nil var from #compact 2013-01-01 20:35:43 +03:00
deprecation Fix typos in deprecation proxy docs [ci skip] 2013-04-30 19:25:05 -03:00
inflector Updated the doc for const_regexp [ci skip] 2013-06-15 19:14:51 +02:00
json Remove active_support/json/variable was deprecated. 2013-06-01 21:23:19 +09:00
locale Remove i18n symbol dependency 2013-01-17 15:21:26 +00:00
log_subscriber Model.all alone does nothing 2013-01-04 04:22:30 +09:00
multibyte compatability => compatibility 2013-05-26 16:55:40 +05:30
notifications Bug fix: Evented notification subscribers can handle published events 2013-05-17 16:27:23 -07:00
testing add documentation for ActiveSupport::Testing::SetupAndTeardown. 2013-06-19 14:45:49 +02:00
values Add Chatham Islands Time (UTC+1245) support. 2013-04-12 11:28:12 -04:00
xml_mini change merge to merge! in AS on new hashes 2013-04-02 11:13:56 +05:30
all.rb
backtrace_cleaner.rb Fix BacktraceCleaner#noise for multiple silencers. 2013-06-20 19:54:32 +01:00
basic_object.rb fix AS::BasicObject :nodoc: [ci skip] 2012-12-17 10:56:27 -05:00
benchmarkable.rb Remove ActiveSupport::Benchmarkable#silence was deprecated. 2013-06-01 21:23:19 +09:00
buffered_logger.rb deprecation warning when BufferedLogger is instantiated 2012-12-25 20:21:14 +01:00
builder.rb
cache.rb correction on cache.fetch race_condition_ttl 2013-05-23 12:40:08 -07:00
callbacks.rb remove some evals from callback conditionals 2013-06-11 10:20:29 -07:00
concern.rb Raise when multiple included blocks are defined 2013-05-16 11:28:31 -07:00
configurable.rb Replace comments' non-breaking spaces with spaces 2012-12-04 22:11:54 -08:00
core_ext.rb Tidying up some require : removing useless sort and homogenizing with the rest of the code the wat the includes are done 2013-03-20 18:24:48 +00:00
dependencies.rb we only support 1.9+, so just check for a name 2013-06-17 17:50:18 -07:00
deprecation.rb explains why these requires are in an unusual place 2012-10-07 11:52:47 +02:00
descendants_tracker.rb Make DescendantsTracker thread safe and optimize the #descendants method. 2012-10-18 12:08:01 -07:00
duration.rb Rename ActiveSupport::BasicObject to ActiveSupport::ProxyObject 2012-12-07 14:13:56 -05:00
file_update_checker.rb Fix some typos 2013-06-07 16:23:29 +05:30
file_watcher.rb
gzip.rb added compress options for gzip 2013-02-10 20:01:42 +09:00
hash_with_indifferent_access.rb Merge pull request #10740 from mrsimo/hash-with-indifferent-access-select 2013-06-14 13:53:31 -07:00
i18n.rb Require different core extensions correctly. 2013-05-09 12:32:02 +05:30
i18n_railtie.rb update AS docs [ci skip] 2012-09-17 00:22:18 -05:00
inflections.rb Make ActiveSupport::Inflector locale aware and multilingual 2012-07-30 21:49:18 -07:00
inflector.rb
json.rb
key_generator.rb changed rails -> Rails at two places 2013-05-09 23:27:15 +05:30
lazy_load_hooks.rb changed rails -> Rails at two places 2013-05-09 23:27:15 +05:30
log_subscriber.rb Extract a base class from ActiveSupport::LogSubscriber 2013-04-16 14:39:22 +02:00
logger.rb Revert "Make sure that ActiveSupport::Logger includes the Logger extensions from core_ext/logger" (some confusion over deprecation) 2012-12-21 19:35:10 +01:00
logger_silence.rb Revert "Make sure that ActiveSupport::Logger includes the Logger extensions from core_ext/logger" (some confusion over deprecation) 2012-12-21 19:35:10 +01:00
message_encryptor.rb Merge pull request #9980 from stouset/patch-1 2013-04-26 07:26:00 -07:00
message_verifier.rb Updated docs due to removal of serializer accessor 2013-03-24 15:46:46 -03:00
multibyte.rb Replace comments' non-breaking spaces with spaces 2012-12-04 22:11:54 -08:00
notifications.rb Documentation: Notifications queue does not run in a thread. 2013-05-20 23:53:05 -07:00
number_helper.rb refactor number helper 2013-04-25 00:59:16 +05:30
option_merger.rb
ordered_hash.rb update AS:OrderedHash docs 2012-05-16 14:44:57 -05:00
ordered_options.rb added docs for InheritedOptions class [ci skip] 2013-05-11 13:17:34 +04:00
per_thread_registry.rb use define_singleton_method instead of class_eval 2013-04-13 12:14:12 -05:00
proxy_object.rb fix reference to ActiveSupport::ProxyObject 2013-01-13 23:59:14 -06:00
rails.rb removes usage of Object#in? from the code base (the method remains defined by Active Support) 2012-08-06 00:30:02 +02:00
railtie.rb Revert "Set the default timezone after the initialization since the configuration" 2013-01-22 09:29:20 -02:00
rescuable.rb update some AS code examples to 1.9 hash syntax [ci skip] 2012-09-12 13:47:49 -05:00
string_inquirer.rb update AS docs [ci skip] 2012-09-17 00:22:18 -05:00
subscriber.rb Created a registry based on the +PerThreadRegistry+ module for 2013-04-22 09:18:37 -04:00
tagged_logging.rb Revert "make new rails apps log to STDOUT" 2013-03-15 10:38:00 -07:00
test_case.rb Remove active_support/testing/pending.rb was deprecated. 2013-06-01 21:23:19 +09:00
time.rb Clean up 'active_support/time' requires 2012-12-11 12:23:30 +00:00
time_with_zone.rb Keep sub-second resolution when wrapping a DateTime value 2013-06-13 12:01:12 +01:00
version.rb rails/master is now 4.1.0.beta 2013-04-29 13:15:24 -03:00
xml_mini.rb Make XmlMini.with_backend usable with threads 2012-11-15 20:23:05 +04:00