rails/activesupport/lib/active_support
Rishi Jain 54a9653a04 added example of squish!, remove, test case for multiple occurrence of
pattern removal

added example for string#remove and test case for remove of multiple occurence of pattern

removed extra whitespaces
2014-11-06 13:04:56 +05:30
..
cache Require rack/utils 2014-08-19 19:25:30 -03:00
concurrency
core_ext added example of squish!, remove, test case for multiple occurrence of 2014-11-06 13:04:56 +05:30
dependencies Avoid unnecessary allocations/calls 2014-11-02 21:40:47 -03:00
deprecation renames the :abort deprecation behaviour to :raise 2013-08-13 01:44:52 +02:00
inflector Call gsub with a Regexp instead of a String for better performance 2014-11-01 20:23:29 -03:00
json edit pass over all warnings 2014-10-28 17:47:32 -07:00
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 Do gsub with a regexp instead of a string 2014-10-29 16:20:52 -03:00
testing Merge pull request #17302 from claudiob/replace-slower-block-call-with-faster-yield 2014-10-18 17:08:24 -03:00
values Change gsub to tr where possible 2014-10-06 14:03:06 +04:00
xml_mini
all.rb Clean up require ‘active_support/deprecation’ and remove circular require 2013-11-14 12:59:56 +04:00
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 Prefix internal method with _ 2014-10-25 17:12:19 -07:00
concern.rb [ci skip] Reword a comment in concern's documentation 2014-09-19 23:30:59 +02:00
configurable.rb Make sure multiline string is not accepted by the regexp 2013-12-19 17:28:19 -02:00
core_ext.rb
dependencies.rb fixes circularity check in dependencies 2014-10-25 14:06:33 +02:00
deprecation.rb Updated the deprecation warnings to 5.0 2014-08-20 11:02:44 +03:00
descendants_tracker.rb
duration.rb Removed the unused require of proxy_object and test related to it 2014-11-05 15:00:19 +05:30
file_update_checker.rb clean up some warnings on trunk ruby 2013-10-31 11:47:51 -07:00
gem_version.rb Prepare for 4.2.0.beta4 release 2014-10-30 14:12:24 -07:00
gzip.rb
hash_with_indifferent_access.rb Add necessary 'require reverse_merge' to HAWI.rb 2014-10-17 09:11:04 -07:00
i18n_railtie.rb Do not set enforce_available_locales to i18n 0.7 2014-07-23 17:40:44 -03:00
i18n.rb
inflections.rb docs, hide inflector comment targeting only contributors. [ci skip] 2014-02-11 09:08:16 +01:00
inflector.rb
json.rb
key_generator.rb Fix secrets.yml path in exception message 2014-01-20 08:58:43 -02:00
lazy_load_hooks.rb
log_subscriber.rb
logger_silence.rb
logger.rb Remove deprecated cattr_* requires 2013-12-03 00:28:15 +02:00
message_encryptor.rb Add config option for cookies digest 2014-08-12 21:57:51 +02:00
message_verifier.rb Use AS secure_compare in AS::MessageVerifier 2014-10-23 14:54:17 -03:00
multibyte.rb
notifications.rb Update documentation to reflect unsubscription with name. 2014-06-01 13:48:24 -07:00
number_helper.rb Fix doc markup for NumberHelper [ci skip] 2014-10-29 00:32:43 +09:00
option_merger.rb Fix error when using with_options with lambda. 2014-04-03 10:26:37 -03:00
ordered_hash.rb Fix OrderedHash.select to return self instance. 2014-03-07 12:30:20 -05:00
ordered_options.rb Fixed grammar error in ordered_options documention. 2013-08-17 04:42:15 -07:00
per_thread_registry.rb Perf: save ~9% of object allocations on heavy requests. 2013-12-12 18:53:32 -07:00
proxy_object.rb
rails.rb
railtie.rb Require active_support at the railties 2014-05-27 14:39:24 -03:00
rescuable.rb
security_utils.rb Add AS::SecurityUtils.secure_compare for constant time string comparison 2014-10-23 14:54:06 -03:00
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 added missing require 2013-12-02 19:52:01 +01:00
test_case.rb edit pass over all warnings 2014-10-28 17:47:32 -07:00
time_with_zone.rb Optimize TimeWithZoneTest#strftime 2014-10-27 21:43:12 -03:00
time.rb Remove require 'active_support' from individual modules 2014-05-27 12:48:33 +09:00
version.rb Introduce Rails.gem_version 2014-03-05 12:37:38 -05:00
xml_mini.rb Fix breakage in XmlMini 2013-12-23 14:04:16 +09:00