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
Carlhuda c1304098cc Reorganize autoloads:
* A new module (ActiveSupport::Autoload) is provide that extends
    autoloading with new behavior.
  * All autoloads in modules that have extended ActiveSupport::Autoload
    will be eagerly required in threadsafe environments
  * Autoloads can optionally leave off the path if the path is the same
    as full_constant_name.underscore
  * It is possible to specify that a group of autoloads live under an
    additional path. For instance, all of ActionDispatch's middlewares
    are ActionDispatch::MiddlewareName, but they live under 
    "action_dispatch/middlewares/middleware_name"
  * It is possible to specify that a group of autoloads are all found
    at the same path. For instance, a number of exceptions might all
    be declared there.
  * One consequence of this is that testing-related constants are not
    autoloaded. To get the testing helpers for a given component,
    require "component_name/test_case". For instance, "action_controller/test_case".
  * test_help.rb, which is automatically required by a Rails application's
    test helper, requires the test_case.rb for all active components, so
    this change will not be disruptive in existing or new applications.
2009-12-02 20:01:08 -08:00
..
autoloading_fixtures
core_ext Failing tests for to_param/to_query not escaping "[]" 2009-12-02 15:08:42 -06:00
dependencies
fixtures Reorganize autoloads: 2009-12-02 20:01:08 -08:00
json Repair time dependencies 2009-11-14 11:37:06 -08:00
xml_mini Added CDATA support to the XmlMini LibXML engine, adjusted whitespace handling to closer match that of the REXML engine, and added a LibXML engine test 2009-10-15 10:54:30 +13:00
abstract_unit.rb Avoid adding component lib/ to load path multiple times 2009-11-09 23:28:36 -06:00
autoload.rb Reorganize autoloads: 2009-12-02 20:01:08 -08:00
benchmarkable_test.rb Get rid of stray require again 2009-10-15 17:39:19 -07:00
buffered_logger_test.rb
caching_test.rb Ruby 1.9.2: fix broken to_ary expectation 2009-11-13 12:42:49 -08:00
callback_inheritance_test.rb Callbacks, DeprecatedCallbacks = NewCallbacks, Callbacks 2009-10-12 22:15:43 -05:00
callbacks_test.rb Callbacks, DeprecatedCallbacks = NewCallbacks, Callbacks 2009-10-12 22:15:43 -05:00
clean_backtrace_test.rb
clean_logger_test.rb
concern_test.rb
dependencies_test.rb Symbol#to_proc is not needed for Ruby >= 1.8.7 2009-11-09 22:16:51 +01:00
deprecation_test.rb Fix deprecating =-methods by using send [#2431 status:resolved] 2009-08-09 15:54:56 +01:00
flush_cache_on_private_memoization_test.rb activesupport -> active_support 2009-09-13 02:45:37 -07:00
gzip_test.rb
i18n_test.rb No need for test stub 2009-11-14 03:27:18 -08:00
inflector_test.rb Fix that irregular plural inflections should not be double-pluralized: 'people'.pluralize should return 'people' not 'peoples'. 2009-08-09 20:28:57 -07:00
inflector_test_cases.rb
isolation_test.rb Lookup ruby bin name too 2009-09-14 00:51:31 -05:00
memoizable_test.rb Escaping symbol passed into Memoizable's flush_cache for query methods to allow them to be cleared 2009-09-28 14:48:13 +13:00
message_encryptor_test.rb Repair time dependencies 2009-11-14 11:37:06 -08:00
message_verifier_test.rb Repair time dependencies 2009-11-14 11:37:06 -08:00
multibyte_chars_test.rb Work around assert_raise limitation 2009-11-08 22:02:57 -08:00
multibyte_conformance.rb
multibyte_test_helpers.rb
multibyte_unicode_database_test.rb
multibyte_utils_test.rb Ditto 2009-11-09 16:59:38 -08:00
notifications_test.rb Notifications: synchronous fanout queue pushes events to subscribers rather than having them concurrently pull 2009-11-29 02:30:35 -08:00
option_merger_test.rb
ordered_hash_test.rb Fix OrderedHash#replace 2009-11-05 21:17:13 +13:00
ordered_options_test.rb
rescuable_test.rb
secure_random_test.rb
string_inquirer_test.rb
test_test.rb Revert "Get AS TestCase off deprecated callbacks" 2009-10-14 16:12:57 -07:00
time_zone_test.rb
ts_isolated.rb Give useful test:isolated failures 2009-11-02 17:50:11 -08:00
whiny_nil_test.rb Ruby 1.9.2: disallow explicit coercion via method_missing. Only give friendly nil errors for Array and Active Record methods. 2009-11-13 12:25:54 -08:00