.. |
cache
|
Merge pull request #20251 from davydovanton/doc-memory-store
|
2015-05-21 19:21:46 -03:00 |
concurrency
|
Soften the lock requirements when eager_load is disabled
|
2015-07-09 02:23:23 +09:30 |
core_ext
|
adding brackets to array in docs
|
2015-07-07 22:29:02 -05:00 |
dependencies
|
Rely on the load interlock for non-caching reloads, too
|
2015-07-09 03:31:30 +09:30 |
deprecation
|
A few documentation tweaks [ci skip]
|
2015-06-07 14:53:24 +02:00 |
inflector
|
Use block variable instead of global
|
2015-06-09 22:26:42 -04:00 |
json
|
Escape HTML entities in JSON keys
|
2015-06-16 17:27:48 -03:00 |
locale
|
|
|
log_subscriber
|
|
|
multibyte
|
Merge pull request #20297 from gouravtiwari/patch-9
|
2015-05-26 11:21:18 -07:00 |
notifications
|
Replace #=> with # => [ci skip]
|
2014-12-17 16:44:51 -08:00 |
number_helper
|
Give respond_to? a Symbol
|
2015-05-20 11:05:27 +09:00 |
testing
|
inline test runner check into as/testing/autorun.rb .
|
2015-06-11 10:50:10 +02:00 |
values
|
Improve ActiveSupport::TimeWithZone conversion to YAML
|
2015-04-22 12:12:39 -04:00 |
xml_mini
|
enforce a depth limit on XML documents
|
2015-06-16 17:27:54 -03:00 |
all.rb
|
|
|
array_inquirer.rb
|
[skip ci] Update documentation for ArrayInquirer#any?
|
2015-05-21 21:28:17 +03:00 |
backtrace_cleaner.rb
|
Fix thoughtbot capitalization
|
2015-06-05 11:29:03 +02:00 |
benchmarkable.rb
|
|
|
builder.rb
|
|
|
cache.rb
|
Skip the :race_condition_ttl branch if the option is 0 or nil. This fixes an issue with the redis cache, where this code will sometimes throw an error out of SETEX when passing 0 as the expires_at .
|
2015-03-11 15:14:10 -07:00 |
callbacks.rb
|
Fix grammar. [CI SKIP]
|
2015-05-19 11:14:46 +08: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
|
Soften the lock requirements when eager_load is disabled
|
2015-07-09 02:23:23 +09:30 |
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
|
Revert "Improve the performance of HWIDA select and reject "
|
2015-02-06 10:45:20 -07:00 |
i18n.rb
|
|
|
i18n_railtie.rb
|
Use public Module#include, in favor of https://bugs.ruby-lang.org/issues/8846
|
2015-01-31 23:12:41 -05:00 |
inflections.rb
|
|
|
inflector.rb
|
|
|
json.rb
|
|
|
key_generator.rb
|
|
|
lazy_load_hooks.rb
|
|
|
log_subscriber.rb
|
|
|
logger.rb
|
|
|
logger_silence.rb
|
|
|
message_encryptor.rb
|
Add config option for cookies digest
|
2014-08-12 21:57:51 +02:00 |
message_verifier.rb
|
Fix the message verifier encoding issue
|
2015-06-14 11:35:27 -04:00 |
multibyte.rb
|
|
|
notifications.rb
|
added description for rails generators, and fixed sentence formation for active_support/notifications [ci skip]
|
2014-11-10 08:11:49 +05:30 |
number_helper.rb
|
Fix spelling [ci skip]
|
2015-03-04 21:54:54 +08:00 |
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
|
|
|
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
|
Require active_support/duration.
|
2015-06-04 13:20:43 -07:00 |
version.rb
|
|
|
xml_mini.rb
|
enforce a depth limit on XML documents
|
2015-06-16 17:27:54 -03:00 |