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
Roman Kushnir 17e24f92f1 Add override of unary plus for ActiveSupport::Duration
```ruby
(+ 1.second).class
=> ActiveSupport::Duration
```

Fixes #39079.
2020-04-30 01:54:47 +02:00
..
cache Merge pull request #36941 from ts-3156/master 2020-04-13 16:19:49 -04:00
concurrency Make LoadInterlockAwareMonitor work in Ruby 2.7 2019-12-23 07:24:22 +09:00
core_ext adds missing require [Fixes #39042] 2020-04-25 09:07:04 +02:00
dependencies support for overrides in :zeitwerk mode inflectors 2019-10-10 06:43:10 +02:00
deprecation Fix Pry deprecation warning on tab-completion 2020-02-06 15:12:59 +01:00
duration Remove week from iso8601 parts 2019-12-20 22:15:15 +08:00
inflector Revert "Merge pull request #22780 from pauloancheta/master" 2020-02-13 11:41:15 +09:00
json Reduce number of created objects in Hash#to_json 2020-01-11 11:03:20 +00:00
locale Add :round_mode parameter support to number helpers 2020-01-05 21:23:02 +00:00
log_subscriber
messages Make message encryptor/verifier initializer takes keyword arguments 2020-02-09 13:38:05 +09:00
multibyte Prefer normal method call over method_missing 2019-09-03 10:26:15 +09:00
notifications Remove unused event_object_subscriber method 2020-02-14 13:03:55 +00:00
number_helper Add :round_mode parameter support to number helpers 2020-01-05 21:23:02 +00:00
testing Refactor test worker process titling 2020-04-13 16:29:33 -04:00
values Update to TZInfo v2.0.0 2020-03-28 20:42:43 +01:00
xml_mini
actionable_error.rb
all.rb
array_inquirer.rb
backtrace_cleaner.rb
benchmarkable.rb
builder.rb
cache.rb Restore the lookup_store compatibility to accept config as a single object 2020-03-25 06:05:57 +09:00
callbacks.rb ActiveSupport::Calbacks#halted_callback_hook receive callback name: 2020-03-03 16:17:55 -04:00
concern.rb require, require_relative, load by double quotes (#38841) 2020-03-29 16:30:52 -07:00
configurable.rb require, require_relative, load by double quotes (#38841) 2020-03-29 16:30:52 -07:00
configuration_file.rb Fix ConfigurationFile check for non-breaking space 2020-02-15 14:37:01 -06:00
core_ext.rb
current_attributes.rb Use index_by and index_with wherever possible 2020-03-05 01:24:14 +00:00
dependencies.rb
deprecation.rb Allow ActiveSupport deprecation warnings to be configured as disallowed 2020-01-15 13:28:11 -05:00
descendants_tracker.rb
digest.rb
duration.rb Add override of unary plus for ActiveSupport::Duration 2020-04-30 01:54:47 +02:00
encrypted_configuration.rb
encrypted_file.rb Keep symbolic link after editing credentials.yml.enc 2019-10-17 04:07:24 +02:00
environment_inquirer.rb Use optimized subclass of StringInquirer for Rails.env 2020-03-05 14:57:27 -06:00
evented_file_update_checker.rb Fix folders update watcher with no folders to watch (#36163) 2019-09-09 13:50:01 +02:00
execution_wrapper.rb
executor.rb
file_update_checker.rb
fork_tracker.rb fix(fork-tracker): Only patch fork if it's supported 2019-10-06 23:41:37 +02:00
gem_version.rb
gzip.rb
hash_with_indifferent_access.rb Hide internal utility methods in the public API doc [ci skip] 2019-12-04 18:30:02 +09:00
i18n.rb
i18n_railtie.rb Improve i18n reloader to only reload once 2020-02-12 11:15:21 +08:00
inflections.rb
inflector.rb
json.rb
key_generator.rb
lazy_load_hooks.rb
log_subscriber.rb
logger.rb Logger#initialize takes keyword arguments 2019-12-21 02:11:22 +09:00
logger_silence.rb Add ActionController::Base.log_at 2019-09-24 13:47:34 -04:00
logger_thread_safe_level.rb Add ActionController::Base.log_at 2019-09-24 13:47:34 -04:00
message_encryptor.rb Make message encryptor/verifier initializer takes keyword arguments 2020-02-09 13:38:05 +09:00
message_verifier.rb Make message encryptor/verifier initializer takes keyword arguments 2020-02-09 13:38:05 +09:00
multibyte.rb
notifications.rb
number_helper.rb Add :round_mode parameter support to number helpers 2020-01-05 21:23:02 +00:00
option_merger.rb Fix with_options to allow string key options 2020-02-05 17:22:25 +09:00
ordered_hash.rb update https urls [ci skip] 2019-10-03 11:01:32 +02:00
ordered_options.rb Fix configuring a cache store with ActiveSupport::OrderedOptions 2019-11-08 17:32:55 -05:00
parameter_filter.rb Fixes TypeError raised for parameter filter if the json data has key as integer 2020-02-28 17:27:58 +09:00
per_thread_registry.rb
proxy_object.rb
rails.rb [ci skip] Small fix to ActiveSupport docs 2019-10-24 09:36:14 +02:00
railtie.rb Allow ActiveSupport deprecation warnings to be configured as disallowed 2020-01-15 13:28:11 -05:00
reloader.rb
rescuable.rb
secure_compare_rotator.rb
security_utils.rb
string_inquirer.rb
subscriber.rb [ci skip] switch eg. to proper e.g. 2019-10-07 02:18:36 +02:00
tagged_logging.rb Allow logs to be tagged without a block 2020-03-31 16:02:59 +01:00
test_case.rb
time.rb
time_with_zone.rb Add subsec to ActiveSupport::TimeWithZone#inspect 2020-04-11 10:22:23 +09:00
version.rb
xml_mini.rb