1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activesupport/test
Guillermo Álvarez ff1afbd650 Deprecated warnings for :skip_last_command and :connector of to_sentence [#1847 state:committed]
Signed-off-by: David Heinemeier Hansson <david@loudthinking.com>
2009-02-22 16:11:40 +01:00
..
autoloading_fixtures
core_ext Deprecated warnings for :skip_last_command and :connector of to_sentence [#1847 state:committed] 2009-02-22 16:11:40 +01:00
dependencies
json Ruby 1.9 compat: fix JSON decoding to work properly with multibyte values 2009-02-17 11:58:53 -08:00
abstract_unit.rb Bump mocha requirement for Ruby 1.9 compat. Remove uses_mocha. 2009-02-03 18:40:22 -08:00
buffered_logger_test.rb Squash memory leak when calling flush with an empty buffer 2008-12-10 15:07:34 -08:00
caching_test.rb Only dup local cache values if duplicable [#1653 state:resolved] 2009-01-28 21:20:46 -06:00
callbacks_test.rb Allow multiple conditions for callbacks [#1627 state:resolved] 2008-12-28 15:07:17 -06: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
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
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.rb Revert "Make constantize look into ancestors" 2008-12-15 18:20:18 -08:00
inflector_test_cases.rb Adding inflection of databases (usually we wouldn't amend the current defaults, but this seems to obvious) [#1942 state:committed] 2009-02-12 14:31:27 +01: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
multibyte_test_helpers.rb
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 Dup keys in OrderedHash to prevent them from being modified [#1676 state:resolved] 2009-01-16 17:23:43 +00:00
ordered_options_test.rb
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
test_test.rb Include failed difference expression in assert message 2009-02-06 09:55:32 -08:00
time_zone_test.rb Remove obsolete silence_warnings wrappers from TZInfo-dependent tests in ActiveSupport [#1914 state:resolved] 2009-02-14 12:22:39 -06:00
whiny_nil_test.rb