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
Andrew White 0e762ecdc3 Add :weeks to the list of variable duration parts
Since 434df00 week durations are no longer converted to days. This means
we need to add :weeks to the parts that ActiveSupport::TimeWithZone will
consider being of variable duration to take account of DST transitions.

Fixes #26039.
2016-08-03 14:45:09 +01:00
..
cache Pass over all Rails 5 warnings, to make sure: 2016-04-12 02:26:56 +05:30
concurrency Merge pull request #25344 from matthewd/debug-locks 2016-07-02 06:47:57 +09:30
core_ext Revert "Adds not_in? onto Object" 2016-07-29 14:45:20 -07:00
dependencies Provide a middleware to debug misbehaving locks 2016-06-10 19:33:38 +09:30
deprecation systematic revision of =~ usage in AS 2016-07-22 23:13:49 +02:00
duration systematic revision of =~ usage in AS 2016-07-22 23:13:49 +02:00
inflector revises a regexp 2016-07-22 23:20:25 +02:00
json Use correct timezone when parsing date in json 2016-01-22 09:25:28 +08:00
locale Add support for Petabyte and Exabyte in number to human size 2015-12-22 23:07:06 +05:30
log_subscriber Update docs/comments to use setup/teardown blocks vs. methods. 2015-11-04 11:15:51 -05:00
multibyte systematic revision of =~ usage in AS 2016-07-22 23:13:49 +02:00
notifications Adds exception object to instrumenter's payload 2015-12-31 01:48:22 -06:00
number_helper Freezing couple of more string '0' & '.' and using the string appending to do the same string manipulation. This was we avoid the duplicate strings with freeze and append modifies existing string 2016-04-11 13:25:04 -07:00
testing systematic revision of =~ usage in AS 2016-07-22 23:13:49 +02:00
values Raise ArgumentError for bad strptime arguments 2016-07-11 20:49:21 -07:00
xml_mini systematic revision of =~ usage in AS 2016-07-22 23:13:49 +02:00
all.rb
array_inquirer.rb - Added clarity to documentation of ArrayInquirer#any? [ci skip] 2016-05-11 20:03:18 +05:30
backtrace_cleaner.rb
benchmarkable.rb Make benchmark('something', silence: true) actually work 2016-02-20 18:41:33 +01:00
builder.rb
cache.rb Change doc for race_condition_ttl option of ActiveSupport::Cache::Store#fetch [ci skip] 2016-06-06 09:25:18 +03:00
callbacks.rb Change AS::Callback to ActiveSupport::Callbacks in doc [ci skip] 2016-06-14 14:08:33 -05:00
concern.rb
configurable.rb systematic revision of =~ usage in AS 2016-07-22 23:13:49 +02:00
core_ext.rb
dependencies.rb Improve code readability in ActiveSupport::Dependencies 2016-03-16 10:51:19 +01:00
deprecation.rb Bump the deprecation horizon 2016-05-10 03:46:56 -03:00
descendants_tracker.rb
duration.rb Change 1.week to create 1 week durations instead of 7 days durations. 2016-04-28 03:45:05 +03:00
evented_file_update_checker.rb Lock the whole boot step, get rid of unneeded hash 2016-06-13 09:29:57 -05:00
execution_wrapper.rb Directly support stateful executor hooks 2016-04-05 06:57:01 +09:30
executor.rb Publish AS::Executor and AS::Reloader APIs 2016-03-02 02:14:20 +10:30
file_update_checker.rb Remove time calculatiosn extension 2016-04-13 01:31:50 -03:00
gem_version.rb Start Rails 5.1 development 🎉 2016-05-10 03:46:56 -03:00
gzip.rb
hash_with_indifferent_access.rb Fix regression in Hash#dig for HashWithIndifferentAccess. 2016-02-01 21:49:13 -05:00
i18n.rb
i18n_railtie.rb Publish AS::Executor and AS::Reloader APIs 2016-03-02 02:14:20 +10:30
inflections.rb
inflector.rb
json.rb
key_generator.rb Partially revert #25192 2016-07-01 01:01:45 +09:30
lazy_load_hooks.rb Wrap module around lazy load hooks 2016-07-12 02:44:50 +01:00
log_subscriber.rb Remove wrong period mark in ActiveSupport::LogSubscriber docs [ci skip] 2015-10-11 22:44:32 +05:30
logger.rb Make sure the yielded variable is the logger 2016-06-10 13:30:50 -04:00
logger_silence.rb Fix logger silencing for broadcasted loggers 2016-02-11 21:00:51 +01:00
logger_thread_safe_level.rb Make internal class as nodoc 2016-02-24 10:25:59 -03:00
message_encryptor.rb Add rationale for manually checking auth_tag length, which got lost when #25874 was squashed before merging [skip ci] 2016-07-27 13:41:40 +02:00
message_verifier.rb systematic revision of =~ usage in AS 2016-07-22 23:13:49 +02:00
multibyte.rb
notifications.rb
number_helper.rb number_to_phone formats number with regexp 2016-04-02 20:13:22 +08:00
option_merger.rb
ordered_hash.rb Add a commend about deprecation of ActiveSupport::OrderedHash 2015-12-20 01:43:20 -02:00
ordered_options.rb Fix missing requires for object/blank 2016-06-13 13:01:32 -04:00
per_thread_registry.rb [ci skip] Add link to method referenced in ActiveSupport::PerThreadRegistry 2016-06-24 15:14:50 -05:00
proxy_object.rb
rails.rb
railtie.rb Use "rake time:zones:all" instead of "rake -D time" [ci skip] 2015-10-17 09:17:42 +03:00
reloader.rb Directly support stateful executor hooks 2016-04-05 06:57:01 +09:30
rescuable.rb Action Mailer: Declarative exception handling with rescue_from. 2016-05-15 18:44:16 -07:00
security_utils.rb use secure string comparisons for basic auth username / password 2016-01-22 14:55:14 -08:00
string_inquirer.rb Add documentation for ActiveSupport::StringInquirer [ci skip] 2016-08-03 12:43:52 +05:30
subscriber.rb
tagged_logging.rb
test_case.rb Remove deprecated arguments in assert_nothing_raised 2016-06-13 12:05:33 -04:00
time.rb
time_with_zone.rb Add :weeks to the list of variable duration parts 2016-08-03 14:45:09 +01:00
version.rb
xml_mini.rb Support for unified Integer class in Ruby 2.4+ 2016-05-18 21:58:51 -07:00