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
Rafael Mendonça França fbfc4ac298 Merge pull request #17146 from divineforest/active-record-gsub-to-tr
Change `gsub` to `tr` where possible
2014-10-07 12:07:56 -03:00
..
cache Require rack/utils 2014-08-19 19:25:30 -03:00
concurrency
core_ext doc added for writer method in alias_method_chain[ci skip] 2014-10-04 18:51:50 +05:30
dependencies
deprecation
inflector ❤️ 1.9 2014-10-04 08:41:03 +09:30
json
locale
log_subscriber
multibyte As of Unicode 6.3, Mongolian Vowel Separator is not whitespace 2014-09-15 21:41:25 +09:30
notifications Avoid looping through subscribers when unsubscribing with a subscriber object. 2014-06-01 14:56:30 -07:00
number_helper Use zero-padding for number_to_rounded_converter 2014-08-22 18:27:30 -07:00
testing Use safe_constantize. 2014-09-02 00:41:00 +08:00
values Change gsub to tr where possible 2014-10-06 14:03:06 +04:00
xml_mini
all.rb
backtrace_cleaner.rb docs, fix BacktraceCleaner code example. Closes #15911. [ci skip] 2014-06-25 19:47:29 +02:00
benchmarkable.rb
builder.rb
cache.rb Docs: grammar fix for fetch. [ci skip] 2014-08-08 21:13:30 -04:00
callbacks.rb fix typo in in define_model_callbacks comment [ci skip] 2014-10-03 15:31:14 -06:00
concern.rb [ci skip] Reword a comment in concern's documentation 2014-09-19 23:30:59 +02:00
configurable.rb
core_ext.rb
dependencies.rb Fix a bug where NameError#name returns a qualified name in string 2014-06-24 10:13:17 -07:00
deprecation.rb Updated the deprecation warnings to 5.0 2014-08-20 11:02:44 +03:00
descendants_tracker.rb
duration.rb define hash on duration 2014-10-03 19:53:54 +10:00
file_update_checker.rb
gem_version.rb Preparing for 4.2.0.beta2 release 2014-09-26 17:19:53 -03:00
gzip.rb
hash_with_indifferent_access.rb Avoid creating an extra hash 2014-07-31 08:10:37 -03:00
i18n.rb
i18n_railtie.rb Do not set enforce_available_locales to i18n 0.7 2014-07-23 17:40:44 -03: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 Changes "if secret.nil?" to unless secret in MessageVerfier 2014-09-12 18:47:33 +02:00
multibyte.rb
notifications.rb Update documentation to reflect unsubscription with name. 2014-06-01 13:48:24 -07:00
number_helper.rb [ci skip] Add Docs for strip_insignificant_zeros option in number helpers 2014-06-10 23:07:49 +05:30
option_merger.rb
ordered_hash.rb
ordered_options.rb
per_thread_registry.rb
proxy_object.rb
rails.rb
railtie.rb Require active_support at the railties 2014-05-27 14:39:24 -03:00
rescuable.rb
string_inquirer.rb
subscriber.rb Merge pull request #15037 from roccoblues/fix_duplicate_activesupport_subscribers 2014-05-16 21:13:34 -03:00
tagged_logging.rb
test_case.rb Define the configuration at Active Support 2014-09-11 00:54:43 -03:00
time.rb Remove require 'active_support' from individual modules 2014-05-27 12:48:33 +09:00
time_with_zone.rb Merge pull request #15421 from gchan/time_with_zone_precision 2014-06-05 16:23:47 +09:30
version.rb
xml_mini.rb