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
2015-05-04 18:54:14 +03:00
..
cache Allow AS::Cache::FileStore#clear without cache directory 2015-04-09 00:04:56 +09:00
concurrency
core_ext deep_dup method, remove old key from duplicated hash to avoid unnecessary pairs 2015-05-04 18:54:14 +03:00
dependencies
deprecation Tiny documentation edits [ci skip] 2015-05-04 14:43:41 +02:00
inflector Freeze static arguments for gsub 2015-04-02 02:15:07 +03:00
json
locale
log_subscriber
multibyte
notifications
number_helper Freeze static arguments for gsub 2015-04-02 02:15:07 +03:00
testing MRI compatible code for ActiveSupport::Testing::Isolation::Subprocess 2015-04-19 12:18:16 +08:00
values Improve ActiveSupport::TimeWithZone conversion to YAML 2015-04-22 12:12:39 -04: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
array_inquirer.rb Add ActiveSupport::ArrayInquirer and Array#inquiry 2015-03-24 13:33:01 -05:00
backtrace_cleaner.rb
benchmarkable.rb
builder.rb
cache.rb Skip the :race_condition_ttl branch if the option is 0 or nil. This fixes an issue with the redis cache, where this code will sometimes throw an error out of SETEX when passing 0 as the expires_at. 2015-03-11 15:14:10 -07:00
callbacks.rb Merge pull request #19029 from iainbeeston/skipping-undefined-callbacks 2015-04-06 19:07:21 -03: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
descendants_tracker.rb
duration.rb Add documentation for Duration#to_i for clarification 2015-03-23 13:29:44 +01:00
file_update_checker.rb
gem_version.rb
gzip.rb
hash_with_indifferent_access.rb Revert "Improve the performance of HWIDA select and reject" 2015-02-06 10:45:20 -07:00
i18n.rb
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
inflections.rb
inflector.rb
json.rb
key_generator.rb
lazy_load_hooks.rb
log_subscriber.rb
logger.rb
logger_silence.rb
message_encryptor.rb
message_verifier.rb
multibyte.rb
notifications.rb
number_helper.rb Fix spelling [ci skip] 2015-03-04 21:54:54 +08:00
option_merger.rb
ordered_hash.rb
ordered_options.rb
per_thread_registry.rb
proxy_object.rb
rails.rb [ci skip] Update ActiveSupport::Rails and ActiveSupport::Rescuable docs 2015-04-26 15:38:52 -04:00
railtie.rb Avoid to define an initializer after the load_config_initializers 2015-04-07 17:20:57 -03:00
rescuable.rb [ci skip] Update ActiveSupport::Rails and ActiveSupport::Rescuable docs 2015-04-26 15:38:52 -04:00
security_utils.rb
string_inquirer.rb Doc fix [ci skip] 2015-03-05 10:05:34 +05:30
subscriber.rb Merge pull request #19902 from khundawg/dm-active-support-subsciber-doc 2015-04-25 21:44:36 -05:00
tagged_logging.rb Doc fix [ci skip] 2015-03-05 11:32:51 +05:30
test_case.rb refactor ActiveSupport::TestCase.test_order method with memoization 2015-05-04 14:46:12 +03:00
time.rb
time_with_zone.rb Improve ActiveSupport::TimeWithZone conversion to YAML 2015-04-22 12:12:39 -04:00
version.rb
xml_mini.rb