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
Godfrey Chan 2b90048395 Merge pull request #22278 from poporul/master
Allow to store .keep file in cache directory
2016-01-15 10:32:30 -08:00
..
cache Merge pull request #22278 from poporul/master 2016-01-15 10:32:30 -08:00
concurrency Require only necessary concurrent-ruby classes. 2015-11-04 21:12:28 -05:00
core_ext Fix - to_s(:db) on Numeric range 2015-12-29 17:03:36 +05:30
dependencies
deprecation Update deprecation_horizon to 5.1 from 5.0 [ci skip] 2016-01-14 16:10:38 +09:00
inflector fix typo on comments 2015-12-23 15:58:50 -08:00
json
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 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 Add support for Petabyte and Exabyte in number to human size 2015-12-22 23:07:06 +05:30
testing Extract line filtering to Railties. 2016-01-09 17:21:21 +01:00
values Fix wrong timezone mapping for Switzerland [22233] 2015-11-15 22:34:07 +01:00
xml_mini
all.rb
array_inquirer.rb
backtrace_cleaner.rb
benchmarkable.rb
builder.rb
cache.rb Merge pull request #22581 from hirocaster/fix-expect-sample-code 2015-12-21 10:32:09 +01:00
callbacks.rb Deprecate passing string to define callback. 2015-12-16 19:56:20 +09:00
concern.rb
configurable.rb
core_ext.rb
dependencies.rb Require only necessary concurrent-ruby classes. 2015-11-04 21:12:28 -05:00
deprecation.rb Deprecation warning now targets at 5.1 2015-12-19 16:41:07 +09:00
descendants_tracker.rb
duration.rb
evented_file_update_checker.rb lazy load listen in core 2015-12-13 18:59:34 +01:00
file_update_checker.rb applies code style guidelines 2015-11-11 06:42:49 +01:00
gem_version.rb Change alpha to beta1 to prep for release of Rails 5 2015-12-18 12:14:09 -05:00
gzip.rb
hash_with_indifferent_access.rb Match HashWithIndifferentAccess#default's behaviour with Hash#default 2016-01-07 15:39:36 -05:00
i18n.rb
i18n_railtie.rb Use the file watcher defined by the app config 2015-11-11 14:08:44 -08:00
inflections.rb
inflector.rb
json.rb
key_generator.rb Require only necessary concurrent-ruby classes. 2015-11-04 21:12:28 -05:00
lazy_load_hooks.rb
log_subscriber.rb
logger.rb Remove unused instance variable 2016-01-06 10:25:12 -06:00
logger_silence.rb Revert "Add Logger option to disable message broadcasts" 2016-01-05 16:24:35 -06:00
message_encryptor.rb update docs for MessageEncryptor#new to recommend a KDF [ci skip] 2015-11-11 07:08:49 +01:00
message_verifier.rb Correct the time comparison for remember_me token 2015-12-10 14:42:41 -05:00
multibyte.rb
notifications.rb
number_helper.rb Merge pull request #22759 from akshay-vishnoi/human-size-helper 2015-12-27 09:56:43 -05: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 Add thread_m/cattr_accessor/reader/writer suite of methods for declaring class and module variables that live per-thread 2015-12-17 14:28:19 +01:00
proxy_object.rb
rails.rb
railtie.rb
rescuable.rb
security_utils.rb
string_inquirer.rb
subscriber.rb
tagged_logging.rb
test_case.rb Extract line filtering to Railties. 2016-01-09 17:21:21 +01:00
time.rb
time_with_zone.rb Fix the example given in the documentation for TimeWithZone#- 2015-10-29 17:51:21 +00:00
version.rb
xml_mini.rb