.. |
cache
|
Merge pull request #22202 from grosser/grosser/write-consistent
|
2015-12-05 15:57:19 -05:00 |
concurrency
|
Require only necessary concurrent-ruby classes.
|
2015-11-04 21:12:28 -05:00 |
core_ext
|
Use CGI.escapeHTML for html escape
|
2015-12-21 20:58:42 +09:00 |
dependencies
|
We need stricter locking before we can unload
|
2015-07-20 09:14:10 +09:30 |
deprecation
|
Fix deprecation message when frame doesn't have absolute_path
|
2015-11-03 22:46:27 -02:00 |
inflector
|
Parameterize with options to preserve case of string
|
2015-11-07 16:57:04 +05:30 |
json
|
Escape HTML entities in JSON keys
|
2015-06-16 17:27:48 -03:00 |
locale
|
|
|
log_subscriber
|
Update docs/comments to use setup/teardown blocks vs. methods.
|
2015-11-04 11:15:51 -05:00 |
multibyte
|
Update #20737 to address feedback
|
2015-10-20 16:05:16 -06:00 |
notifications
|
Subscribing to notifications while inside the said instrumented section.
|
2015-11-28 01:40:21 +01:00 |
number_helper
|
Merge pull request #20872 from maxjacobson/more-humane-rounding
|
2015-10-20 15:39:31 -06:00 |
testing
|
Merge branch 'master' of github.com:rails/docrails
|
2015-10-31 17:01:41 +00:00 |
values
|
Fix wrong timezone mapping for Switzerland [22233]
|
2015-11-15 22:34:07 +01:00 |
xml_mini
|
enforce a depth limit on XML documents
|
2015-06-16 17:27:54 -03:00 |
all.rb
|
|
|
array_inquirer.rb
|
ArrayInquirer to correctly find symbols or strings
|
2015-08-28 16:20:02 -04:00 |
backtrace_cleaner.rb
|
Fix thoughtbot capitalization
|
2015-06-05 11:29:03 +02:00 |
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
|
Fix for #20489 - ActiveSupport::Concern#class_methods affects parent classes
|
2015-06-12 17:35:21 +02: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
|
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
|
[skip ci] Update documentation for Duration#to_s
|
2015-05-25 16:36:37 +03:00 |
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
|
Deprecate HWIDA.new_from_hash_copying_default
|
2015-10-29 10:01:33 -06: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
|
Remove wrong period mark in ActiveSupport::LogSubscriber docs [ci skip]
|
2015-10-11 22:44:32 +05:30 |
logger.rb
|
Fixes LoggerSilence#silence threadsafety
|
2015-12-23 12:57:33 -05:00 |
logger_silence.rb
|
Fixes LoggerSilence#silence threadsafety
|
2015-12-23 12:57:33 -05: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
|
[ci skip] Add description about which object
|
2015-09-02 21:51:06 +09:00 |
number_helper.rb
|
Add caveat to number_to_currency docs [ci skip]
|
2015-12-23 14:04:52 -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
|
Improved KeyError messages on bang version, since commit e768c519fb bang version produces KeyError [ci skip]
|
2015-10-11 02:40:29 +05:30 |
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
|
[ci skip] Update ActiveSupport::Rails and ActiveSupport::Rescuable docs
|
2015-04-26 15:38:52 -04:00 |
railtie.rb
|
Use "rake time:zones:all" instead of "rake -D time" [ci skip]
|
2015-10-17 09:17:42 +03:00 |
rescuable.rb
|
[ci skip] Update ActiveSupport::Rails and ActiveSupport::Rescuable docs
|
2015-04-26 15:38:52 -04:00 |
security_utils.rb
|
Add AS::SecurityUtils.secure_compare for constant time string comparison
|
2014-10-23 14:54:06 -03:00 |
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
|
Improve test runner's Minitest integration.
|
2015-06-04 20:57:08 +02: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
|
enforce a depth limit on XML documents
|
2015-06-16 17:27:54 -03:00 |