rails/activesupport/lib/active_support
Sushruth Sivaramakrishnan ce46dfea42 Doc fix [ci skip]
2015-03-05 15:38:24 +05:30
..
cache Doc fix [ci skip] 2015-03-05 14:15:17 +05:30
concurrency added live responses which can be written and read in separate threads 2012-07-29 21:43:05 -07:00
core_ext Move Array#without from Grouping to Access concern and add dedicated test (relates to #19157) 2015-03-02 08:46:29 -08:00
dependencies Avoid unnecessary allocations/calls 2014-11-02 21:40:47 -03:00
deprecation Do not check only for the Rails constant 2015-01-02 00:45:09 -03:00
inflector Fix docs for ActiveSupport::Inflector methods 2015-01-03 17:47:54 -08:00
json Remove deprecated ActiveSupport::JSON::Encoding::CircularReferenceError. 2015-01-04 11:58:41 -03:00
locale Remove i18n symbol dependency 2013-01-17 15:21:26 +00:00
log_subscriber Add missing require 2013-07-01 20:49:17 -03:00
multibyte String already respond_to scrub at Ruby 2.2 2015-01-04 15:55:28 -03:00
notifications Replace #=> with # => [ci skip] 2014-12-17 16:44:51 -08:00
number_helper Doc fix [ci skip] 2015-03-05 14:48:55 +05:30
testing Merge pull request #18526 from vipulnsward/add-silence-stream 2015-02-05 18:28:51 -02:00
values Take DST into account when locating TimeZone from Numeric. 2015-03-03 15:16:47 -05:00
xml_mini Use public Module#include, in favor of https://bugs.ruby-lang.org/issues/8846 2015-01-31 23:12:41 -05:00
all.rb Clean up require ‘active_support/deprecation’ and remove circular require 2013-11-14 12:59:56 +04:00
backtrace_cleaner.rb docs, fix BacktraceCleaner code example. Closes #15911. [ci skip] 2014-06-25 19:47:29 +02:00
benchmarkable.rb Remove ActiveSupport::Benchmarkable#silence was deprecated. 2013-06-01 21:23:19 +09:00
builder.rb Unforce builder from AS 2010-06-01 10:45:51 +02:00
cache.rb Doc fix [ci skip] 2015-03-05 15:38:24 +05:30
callbacks.rb Merge branch 'master' of github.com:rails/docrails 2015-02-14 15:35:47 +00:00
concern.rb Use public Module#include, in favor of https://bugs.ruby-lang.org/issues/8846 2015-01-31 23:12:41 -05:00
configurable.rb Privatize config_accessor as with attr_accessor 2015-02-06 01:12:07 +09:00
core_ext.rb Remove Struct#to_h backport 2015-01-04 16:20:18 -03:00
dependencies.rb let dependencies use Module#const_defined? 2015-01-28 21:47:15 -08:00
deprecation.rb Updated the deprecation warnings to 5.0 2014-08-20 11:02:44 +03:00
descendants_tracker.rb Make DescendantsTracker thread safe and optimize the #descendants method. 2012-10-18 12:08:01 -07:00
duration.rb Removing :en in favor of I18n.default_locale in duration#inspect 2015-01-12 19:34:32 +01:00
file_update_checker.rb clean up some warnings on trunk ruby 2013-10-31 11:47:51 -07:00
gem_version.rb Start Rails 5 development 🎉 2014-11-28 15:00:06 -02:00
gzip.rb added compress options for gzip 2013-02-10 20:01:42 +09:00
hash_with_indifferent_access.rb Revert "Improve the performance of HWIDA select and reject" 2015-02-06 10:45:20 -07:00
i18n_railtie.rb Use public Module#include, in favor of https://bugs.ruby-lang.org/issues/8846 2015-01-31 23:12:41 -05:00
i18n.rb Require different core extensions correctly. 2013-05-09 12:32:02 +05:30
inflections.rb docs, hide inflector comment targeting only contributors. [ci skip] 2014-02-11 09:08:16 +01:00
inflector.rb
json.rb
key_generator.rb Fix secrets.yml path in exception message 2014-01-20 08:58:43 -02:00
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_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
logger.rb Remove deprecated cattr_* requires 2013-12-03 00:28:15 +02:00
message_encryptor.rb Add config option for cookies digest 2014-08-12 21:57:51 +02:00
message_verifier.rb [ci skip] fix typo in MessageVerifier#verify docs 2014-12-10 08:23:15 +09:00
multibyte.rb Replace comments' non-breaking spaces with spaces 2012-12-04 22:11:54 -08:00
notifications.rb added description for rails generators, and fixed sentence formation for active_support/notifications [ci skip] 2014-11-10 08:11:49 +05:30
number_helper.rb Fix spelling [ci skip] 2015-03-04 21:54:54 +08:00
option_merger.rb Fix error when using with_options with lambda. 2014-04-03 10:26:37 -03:00
ordered_hash.rb Fix OrderedHash.select to return self instance. 2014-03-07 12:30:20 -05:00
ordered_options.rb Fixed grammar error in ordered_options documention. 2013-08-17 04:42:15 -07:00
per_thread_registry.rb Perf: save ~9% of object allocations on heavy requests. 2013-12-12 18:53:32 -07: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 Add config to halt callback chain on return false 2015-01-02 15:31:56 -08:00
rescuable.rb Wrap inline rescue with or-equal calls 2015-03-02 17:09:44 +01:00
security_utils.rb Add AS::SecurityUtils.secure_compare for constant time string comparison 2014-10-23 14:54:06 -03:00
string_inquirer.rb Doc fix [ci skip] 2015-03-05 10:05:34 +05:30
subscriber.rb Reduce object allocations in ActiveSupport::Subscriber 2015-02-11 11:01:13 -05:00
tagged_logging.rb Doc fix [ci skip] 2015-03-05 11:32:51 +05:30
test_case.rb introduce ActiveSupport::Testing::FileFixtures. 2015-01-28 12:29:34 +01:00
time_with_zone.rb Doc fix [ci skip] 2015-03-05 08:46:46 +05:30
time.rb Remove require 'active_support' from individual modules 2014-05-27 12:48:33 +09:00
version.rb Introduce Rails.gem_version 2014-03-05 12:37:38 -05:00
xml_mini.rb Fix breakage in XmlMini 2013-12-23 14:04:16 +09:00