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
Kenta Murata a678c47f6d
Fix initial value effects for sum along to ruby 2.4
Signed-off-by: Jeremy Daer <jeremydaer@gmail.com>
2016-04-30 18:33:39 -07:00
..
cache Pass over all Rails 5 warnings, to make sure: 2016-04-12 02:26:56 +05:30
concurrency Share lock: more accurate livelock fix for aa598f4 2016-04-24 10:14:53 -07:00
core_ext Fix initial value effects for sum along to ruby 2.4 2016-04-30 18:33:39 -07:00
dependencies Publish AS::Executor and AS::Reloader APIs 2016-03-02 02:14:20 +10:30
deprecation Pass over all Rails 5 warnings, to make sure: 2016-04-12 02:26:56 +05:30
duration ActiveSupport::Duration supports ISO8601 formatting and parsing. 2016-04-18 16:27:30 -07:00
inflector Fix method String#upcase_first 2016-03-31 19:52:10 +03:00
json
locale Add support for Petabyte and Exabyte in number to human size 2015-12-22 23:07:06 +05:30
log_subscriber
multibyte Merge pull request #12877 from aroben/extended-graphemes 2015-12-31 03:04:16 -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 Extract line filtering to Railties. 2016-01-09 17:21:21 +01:00
values Do not cache ActiveSupport::TimeZone#utc_offset 2016-04-25 20:55:33 -05:00
xml_mini
all.rb
array_inquirer.rb
backtrace_cleaner.rb
benchmarkable.rb Make benchmark('something', silence: true) actually work 2016-02-20 18:41:33 +01:00
builder.rb
cache.rb Merge pull request #24577 from mechanicles/fix-fetch-cache-miss 2016-04-18 08:35:55 -07:00
callbacks.rb Specify that behavior will be deprecated in Rails 5.1 2016-04-17 15:04:10 -04:00
concern.rb
configurable.rb
core_ext.rb
dependencies.rb Improve code readability in ActiveSupport::Dependencies 2016-03-16 10:51:19 +01:00
deprecation.rb Deprecation warning now targets at 5.1 2015-12-19 16:41:07 +09: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 fix boot performance issue 2016-04-22 09:17:05 -07: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 Prep Rails 5 beta 4 2016-04-27 15:48:47 -05: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
lazy_load_hooks.rb
log_subscriber.rb
logger.rb Fix logger silencing for broadcasted loggers 2016-02-11 21:00:51 +01: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
message_verifier.rb Missing documentation about hash algorithm option for MessageVerifier [ci skip] 2016-02-18 14:42:48 +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
per_thread_registry.rb
proxy_object.rb
rails.rb
railtie.rb
reloader.rb Directly support stateful executor hooks 2016-04-05 06:57:01 +09:30
rescuable.rb Use the most highest priority exception handler when cause is set 2016-03-11 10:53:01 -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
subscriber.rb
tagged_logging.rb
test_case.rb Fix assert_nothing_raised deprecation warning format 2016-02-24 09:21:06 +09:00
time.rb
time_with_zone.rb Make getlocal and getutc always return instances of Time 2016-04-23 19:34:54 +01:00
version.rb
xml_mini.rb