rails--rails/activesupport/test
José Valim 4751cc21e8 Merge pull request #4332 from norman/multibyte
Putting AS::Multibyte on a Ruby 1.9 diet
2012-01-05 13:46:39 -08:00
..
autoloading_fixtures Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 04:12:33 -03:00
core_ext Nano seconds fraction of time is copied properly in Time#advance 2012-01-05 13:23:13 +01:00
dependencies Checkin failing test case related to load once paths 2006-12-24 14:41:29 +00:00
deprecation fixing space errors 2010-07-26 09:58:35 -07:00
fixtures deOMGifying Railties, Active Support, and Action Pack 2010-01-31 09:46:30 -08:00
json use #to_s to convert Range to json 2012-01-01 20:16:10 +03:00
xml_mini Adding tests for file_from_xml for XmlMini_JDOM #jruby 2011-05-27 00:48:59 +05:30
abstract_unit.rb Initial pass at removing dead 1.8.x code from Active Support. 2011-12-20 18:22:21 +01:00
autoload.rb Reorganize autoloads: 2009-12-02 20:01:08 -08:00
benchmarkable_test.rb * BufferedLogger is deprecated. Use ActiveSupport::Logger, or the logger 2011-12-19 18:41:37 -08:00
buffered_logger_test.rb Moved all the logger methods to active support logger 2012-01-06 00:38:46 +05:30
caching_test.rb Moved all the logger methods to active support logger 2012-01-06 00:38:46 +05:30
callback_inheritance_test.rb Removal require again from tests. 2011-05-22 00:55:12 +05:30
callbacks_test.rb Log 'Filter chain halted as CALLBACKNAME rendered or redirected' every time a before callback halts. 2011-11-30 09:53:09 +01:00
class_cache_test.rb Rely solely on active_model_serializer and remove the fancy constant lookup. 2011-11-23 23:45:27 +00:00
clean_backtrace_test.rb Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 04:12:33 -03:00
clean_logger_test.rb * BufferedLogger is deprecated. Use ActiveSupport::Logger, or the logger 2011-12-19 18:41:37 -08:00
concern_test.rb Deprecate InstanceMethods namespace handling in ActiveSupport::Concern. 2011-11-21 22:17:35 +00:00
configurable_test.rb Fix configurable cristalization and tests. 2011-06-29 13:57:59 -03:00
constantize_test_cases.rb Ensure that constantize just rescues NameError that applies to the constant being currently loaded. 2011-09-23 16:21:49 +02:00
dependencies_test.rb Simplify load and require tests 2011-12-03 13:11:02 -05:00
deprecation_test.rb fixed failing tests of ActiveSupport for deprecation test 2011-05-21 00:29:30 -07:00
descendants_tracker_test_cases.rb Refactored AS::DescendantsTracker test cases so they can be tested without AS::Dependencies. 2011-03-13 17:04:01 +01:00
descendants_tracker_with_autoloading_test.rb Refactored AS::DescendantsTracker test cases so they can be tested without AS::Dependencies. 2011-03-13 17:04:01 +01:00
descendants_tracker_without_autoloading_test.rb Refactored AS::DescendantsTracker test cases so they can be tested without AS::Dependencies. 2011-03-13 17:04:01 +01:00
empty_bool.rb avoid method redefined; discarding old empty? warning [#4302 state:committed] 2010-03-30 16:59:48 -07:00
file_update_checker_test.rb FileUpdateChecker should be able to handle deleted files. 2011-12-13 11:23:21 +01:00
gzip_test.rb deprecate String#encoding_aware? and remove its usage 2011-12-24 15:57:54 +03:00
i18n_test.rb Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 04:12:33 -03:00
inflector_test.rb defines Module#qualified_const_(defined?|get|set) and String#deconstantize 2011-10-29 18:10:45 -07:00
inflector_test_cases.rb Fix inflection regexes for mouse, mice 2011-12-07 23:14:02 -08:00
isolation_test.rb parse only minitest results in isolation test 2012-01-05 21:05:13 +05:30
lazy_load_hooks_test.rb Reorganized initializers a bit to enable better hooks for common cases without the need for Railtie. Specifically, the following hooks were added: 2010-05-15 06:09:07 -07:00
load_paths_test.rb Fix failing tests. 2011-05-22 13:21:47 +02:00
log_subscriber_test.rb Move Rails::LogSubscriber to ActiveSupport::LogSubscriber, allowing frameworks like ActiveRecord and ActiveResource to log outsude Rails::Application [#4816 state:resolved] 2010-06-24 13:23:43 +02:00
message_encryptor_test.rb remove ActiveSupport::Base64 in favor of ::Base64 2012-01-02 22:48:15 +03:00
message_verifier_test.rb Remove deprecations from Active Support. 2011-12-20 15:18:42 +01:00
multibyte_chars_test.rb Use friendlier method name 2012-01-05 17:25:40 -03:00
multibyte_conformance.rb Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 04:12:33 -03:00
multibyte_test_helpers.rb remove checks for encodings availability 2011-12-25 14:34:58 +03:00
multibyte_unicode_database_test.rb Use multibyte proxy class on 1.9, refactor Unicode. 2010-05-21 12:24:54 -07:00
notifications_test.rb implements AS::Notifications.subscribed, which provides subscriptions to events while a block runs 2011-11-05 12:02:54 -07:00
option_merger_test.rb Fix misspelling of 'lambda'. Closes #987 2011-05-18 15:59:08 -04:00
ordered_hash_test.rb No need to require psych since require yaml does that. 2012-01-04 14:29:13 -03:00
ordered_options_test.rb Add tests for InheritableOptions. 2011-04-13 23:30:58 -03:00
rescuable_test.rb Rescuable spelling error 2011-10-03 10:15:31 -04:00
safe_buffer_test.rb No need to require psych since require yaml does that. 2012-01-04 14:29:13 -03:00
string_inquirer_test.rb Ruby 1.9 compat: rename deprecated assert_raises to assert_raise. 2009-03-08 13:11:58 -07:00
tagged_logging_test.rb * BufferedLogger is deprecated. Use ActiveSupport::Logger, or the logger 2011-12-19 18:41:37 -08:00
test_case_test.rb fixing test case test on 1.9.3dev 2011-03-01 10:14:09 -08:00
test_test.rb Removing extra requires from the test. Already loaded in abstract_unit. 2011-07-31 23:36:21 +05:30
time_zone_test.rb Using not effected timezone in tests. 2011-06-29 01:47:56 +05:30
transliterate_test.rb Remove `#among?` from Active Support 2011-04-13 20:25:28 +08:00
ts_isolated.rb Added missing requires abstract_unit and activesupport to the loadpath of ts_isolated [#4215 state:committed] 2010-03-18 17:50:28 -07:00
xml_mini_test.rb fixing tests on ruby trunk 2011-07-26 11:02:41 -07:00