rails/activesupport/test
2008-12-08 16:02:57 -08:00
..
autoloading_fixtures Checkin failing test case related to load once paths 2006-12-24 14:41:29 +00:00
core_ext Change Array#to_sentence I18n options to pass comma and space character from outside. 2008-12-08 15:53:20 -08:00
dependencies Checkin failing test case related to load once paths 2006-12-24 14:41:29 +00:00
json Require mocha >= 0.9.0 for AS tests 2008-11-22 19:19:12 -08:00
abstract_unit.rb Require Mocha >= 0.9.3 which includes a MiniTest adapter 2008-11-23 15:05:59 -08:00
buffered_logger_test.rb Fix test to not assume which thread finishes first 2008-08-29 15:59:56 -07:00
caching_test.rb Require mocha >= 0.9.0 for AS tests 2008-11-22 19:19:12 -08:00
callbacks_test.rb Simplified and renamed CallbackChain union method to replace_or_append! 2008-08-21 00:51:06 -05:00
clean_backtrace_test.rb Added ActiveSupport::BacktraceCleaner and Rails::BacktraceCleaner for cutting down on backtrace noise (inspired by the Thoughtbot Quiet Backtrace plugin) [DHH] 2008-11-22 18:06:08 +01:00
clean_logger_test.rb require abstract_unit directly since test is in load path 2008-01-05 13:31:04 +00:00
dependencies_test.rb Only track new constant definitions when we're reloading dependencies 2008-11-10 22:21:09 -08:00
deprecation_test.rb Rework testing extensions to reflect the recent miniunit upheaval 2008-11-07 12:45:48 -05:00
gzip_test.rb Added a test for Gzip 2008-06-02 17:42:10 -05:00
i18n_test.rb Change Array#to_sentence I18n options to pass comma and space character from outside. 2008-12-08 15:53:20 -08:00
inflector_test_cases.rb Ruby 1.9 compat: no Unicode normalization support yet 2008-11-26 17:59:35 -08:00
inflector_test.rb Ruby 1.9 compat: no Unicode normalization support yet 2008-11-26 17:59:35 -08:00
memoizable_test.rb Add Memoizable#flush_cache to clear the cache of a specific method [#1505 state:resolved] 2008-12-03 10:57:35 -06:00
message_encryptor_test.rb Add a MessageEncryptor, just like MessageVerifier but using symmetric key encryption. 2008-11-25 20:51:30 +01:00
message_verifier_test.rb Don't need _message as it's in the class name already 2008-11-23 16:33:56 +01:00
multibyte_chars_test.rb Add ActiveSupport::Multibyte::Chars#ord method so that it returns correct Unicode value instead of falling back on String#ord in CoreExtensions, which is not multibyte compatible 2008-12-08 16:02:57 -08:00
multibyte_conformance.rb Move multibyte test helpers to a separate file and make the conformance tests run again. 2008-09-21 17:37:38 +02:00
multibyte_test_helpers.rb Set encoding of the multibyte test helpers file to UTF-8 so the strings can be read by Ruby 1.9. 2008-09-21 18:31:15 +02:00
multibyte_unicode_database_test.rb Require mocha >= 0.9.0 for AS tests 2008-11-22 19:19:12 -08:00
option_merger_test.rb Added lambda merging to OptionMerger (especially useful with named_scope and with_options) [#740 state:committed] (Paweł Kondzior) 2008-11-15 16:48:14 +01:00
ordered_hash_test.rb Added ActiveSupport::OrderedHash#each_key and ActiveSupport::OrderedHash#each_value [#1410 state:resolved] 2008-11-26 14:54:35 +01:00
ordered_options_test.rb Namespace Inflector, Dependencies, OrderedOptions, and TimeZone under ActiveSupport [#238 state:resolved] 2008-06-03 13:32:53 -05:00
rescuable_test.rb Add tests for ActiveSupport::Rescuable. Use ActiveSupport::Rescuable in ActionController::Base. 2008-10-04 22:13:50 +01:00
secure_random_test.rb 1.8 compatibility for random_number method on SecureRandom. 2008-10-04 21:11:30 +02:00
string_inquirer_test.rb Renamed StringQuestioneer to StringInquirer. 2008-06-04 15:06:32 -05:00
test_test.rb Ruby 1.9 compat: don't use defined? on complex expressions 2008-11-22 19:19:12 -08:00
time_zone_test.rb Require mocha >= 0.9.0 for AS tests 2008-11-22 19:19:12 -08:00
whiny_nil_test.rb require abstract_unit directly since test is in load path 2008-01-05 13:31:04 +00:00