.. |
cache
|
Merge pull request #20251 from davydovanton/doc-memory-store
|
2015-05-21 19:21:46 -03:00 |
concurrency
|
Handle thread death during lock acquisition
|
2015-07-21 12:03:38 +09:30 |
core_ext
|
Merge pull request #21868 from tanmay3011/fix_time_class_documentation
|
2015-10-05 00:28:08 +05:30 |
dependencies
|
We need stricter locking before we can unload
|
2015-07-20 09:14:10 +09:30 |
deprecation
|
Documentation typo
|
2015-09-20 05:10:42 +09:00 |
inflector
|
code gardening in transliterate.rb
|
2015-10-07 23:44:04 +02:00 |
json
|
Escape HTML entities in JSON keys
|
2015-06-16 17:27:48 -03:00 |
locale
|
|
|
log_subscriber
|
Merge branch 'master' of github.com:rails/rails
|
2015-08-24 06:05:07 +00:00 |
multibyte
|
[ci skip] default_normalization_form accessing from Unicode
|
2015-09-29 02:42:51 +05:30 |
notifications
|
Replaced ThreadSafe::Map with successor Concurrent::Map .
|
2015-09-19 09:56:26 -04:00 |
number_helper
|
- Extracted DELIMITED_REGEX to delimited_regex method and made use of user passed options[:delimited_regex] if available. Changed DELIMITED_REGEX to DEFAULT)DELIMITED_REGEX to signify what it means.
|
2015-08-28 11:34:17 +05:30 |
testing
|
make sure exceptions are marshalable when returning test results
|
2015-09-30 18:25:22 -07:00 |
values
|
Merge branch 'master' of github.com:rails/docrails
|
2015-10-04 12:33:14 +00: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
|
Fix Cache#fetch instrumentation
|
2015-09-14 20:08:51 -07:00 |
callbacks.rb
|
Refactor AS::Callbacks halt config and fix the documentation
|
2015-10-01 13:04:20 -04: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
|
Replaced ThreadSafe::Map with successor Concurrent::Map .
|
2015-09-19 09:56:26 -04:00 |
deprecation.rb
|
Updated the deprecation warnings to 5.0
|
2014-08-20 11:02:44 +03:00 |
descendants_tracker.rb
|
|
|
duration.rb
|
[skip ci] Update documentation for Duration#to_s
|
2015-05-25 16:36:37 +03:00 |
file_update_checker.rb
|
|
|
gem_version.rb
|
Start Rails 5 development 🎉
|
2014-11-28 15:00:06 -02:00 |
gzip.rb
|
|
|
hash_with_indifferent_access.rb
|
[ci skip] Fix rdoc markup
|
2015-08-12 23:53:10 +09:00 |
i18n.rb
|
|
|
i18n_railtie.rb
|
Reload I18n locales in development
|
2015-08-10 00:17:49 +02:00 |
inflections.rb
|
|
|
inflector.rb
|
|
|
json.rb
|
|
|
key_generator.rb
|
Replaced ThreadSafe::Map with successor Concurrent::Map .
|
2015-09-19 09:56:26 -04:00 |
lazy_load_hooks.rb
|
|
|
log_subscriber.rb
|
Improve sql logging coloration in ActiveRecord::LogSubscriber .
|
2015-07-17 13:23:59 -07:00 |
logger.rb
|
|
|
logger_silence.rb
|
|
|
message_encryptor.rb
|
Freeze string literals when not mutated.
|
2015-07-19 17:45:10 -05:00 |
message_verifier.rb
|
Freeze string literals when not mutated.
|
2015-07-19 17:45:10 -05:00 |
multibyte.rb
|
|
|
notifications.rb
|
[ci skip] Add description about which object
|
2015-09-02 21:51:06 +09:00 |
number_helper.rb
|
Correcting output of number_to_percentage example in number_helper [ci skip]
|
2015-09-22 07:38:02 +05:30 |
option_merger.rb
|
|
|
ordered_hash.rb
|
|
|
ordered_options.rb
|
Add to RDoc of OrderedOptions the bang info
|
2015-07-06 09:13:02 -03:00 |
per_thread_registry.rb
|
Avoid leaking the first relation we call #first on
|
2015-10-09 07:09:57 +10:30 |
proxy_object.rb
|
|
|
rails.rb
|
[ci skip] Update ActiveSupport::Rails and ActiveSupport::Rescuable docs
|
2015-04-26 15:38:52 -04:00 |
railtie.rb
|
Avoid to define an initializer after the load_config_initializers
|
2015-04-07 17:20:57 -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
|
Remove require 'active_support' from individual modules
|
2014-05-27 12:48:33 +09:00 |
time_with_zone.rb
|
TimeWithZone#xmlschema should be able to display more than 6 digits
|
2015-09-30 20:10:55 +09:00 |
version.rb
|
|
|
xml_mini.rb
|
enforce a depth limit on XML documents
|
2015-06-16 17:27:54 -03:00 |