rails--rails/activesupport/test
Santiago Pastorino cb321546b7 Time has it own implementation of xmlschema, now AMo doesn't depend on TZInfo
[#4979 state:committed]

Signed-off-by: José Valim <jose.valim@gmail.com>
2010-07-02 01:51:03 +02:00
..
autoloading_fixtures Checkin failing test case related to load once paths 2006-12-24 14:41:29 +00:00
core_ext Don't store incorrect values in zones_map 2010-06-28 19:35:33 +02:00
dependencies Checkin failing test case related to load once paths 2006-12-24 14:41:29 +00:00
fixtures deOMGifying Railties, Active Support, and Action Pack 2010-01-31 09:46:30 -08:00
json Time has it own implementation of xmlschema, now AMo doesn't depend on TZInfo 2010-07-02 01:51:03 +02:00
xml_mini Fixed some bugs and fixed some tests in new SAX-based XmlMini backends. 2010-01-01 13:18:03 -08:00
abstract_unit.rb preventing memcached initialization errors with default servers list [#4921 state:resolved] 2010-06-22 16:28:29 +02: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 Better error messages for some of ActiveSupport tests 2010-05-18 16:12:59 +02:00
caching_test.rb Make use of assert_equal to test equallity between object assert expects and object and a message of error 2010-05-16 16:06:28 +02:00
callback_inheritance_test.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
callbacks_test.rb Final iteration of use better testing methods 2010-05-19 21:31:51 +02:00
clean_backtrace_test.rb ActiveSupport::BacktraceCleaner#remove_filters! allows for completely untouched backtrace [#4079 state:resolved] 2010-04-10 14:06:10 +02:00
clean_logger_test.rb Explicit test dependencies 2009-03-28 23:56:14 -07:00
concern_test.rb AS::Concern redefines "include" to lazy include modules as dependencies 2009-05-29 17:03:23 -05:00
configurable_test.rb Clean up the config object in ActionPack. Create config_accessor which just delegates to the config object, reducing the number of deprecations and add specific tests. 2010-04-22 12:00:13 +02:00
dependencies_test.rb renames load_(once_)paths to autoload_(once_)paths in dependencies and config 2010-06-24 00:17:28 +02:00
deprecation_test.rb fix failure if behavior is not define and try use the default 2010-07-01 12:17:21 +02:00
descendants_tracker_test.rb adds parens to silence a warning in the test suite of AS 2010-06-20 23:29:37 +02: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 Add ActiveSupport::FileUpdateChecker. 2010-06-20 13:26:42 +02:00
flush_cache_on_private_memoization_test.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
gzip_test.rb Added a test for Gzip 2008-06-02 17:42:10 -05:00
i18n_test.rb No need for test stub 2009-11-14 03:27:18 -08:00
inflector_test.rb refactor evals and adds some __FILE__ and __LINE__ 2010-05-20 15:18:57 +02:00
inflector_test_cases.rb Improve reliability of Inflector.transliterate. [#4374 state:resolved] 2010-04-12 23:19:39 -07:00
isolation_test.rb deOMGifying Railties, Active Support, and Action Pack 2010-01-31 09:46:30 -08:00
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 CI has a bunch of duplicate load paths 2010-02-15 10:53:44 -06: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
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 the activesupport message encryptor tests for me, do so in the same way as jeremy did with message verifier 2010-05-01 10:04:01 -07:00
message_verifier_test.rb Ruby 1.9.2: marshaling round-trips Time#zone 2010-03-28 22:52:08 -07:00
multibyte_chars_test.rb Fix ActiveSupport::Multibyte::Chars#slice for empty strings when starting offset is negative [#4717 state:resolved] 2010-06-30 15:00:55 +02:00
multibyte_conformance.rb Use multibyte proxy class on 1.9, refactor Unicode. 2010-05-21 12:24:54 -07: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 Use multibyte proxy class on 1.9, refactor Unicode. 2010-05-21 12:24:54 -07:00
multibyte_utils_test.rb Ditto 2009-11-09 16:59:38 -08:00
notifications_test.rb Event should be aware if yielded block failed or not. 2010-05-02 22:45:54 +02:00
option_merger_test.rb Explicit test dependencies 2009-03-28 23:56:14 -07:00
ordered_hash_test.rb AS json refactor, move to_json implementation to core_ext and a cleanup a bit the code 2010-07-01 12:04:11 -07: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 No need to emulate default Ruby behavior in initialize 2010-02-10 14:40:36 -08:00
safe_buffer_test.rb Deleted all references to ActionView::SafeBuffer in favor of ActiveSupport::SafeBuffer 2010-01-31 22:14:18 -08: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 Ruby 1.9 compat: rename deprecated assert_raises to assert_raise. 2009-03-08 13:11:58 -07:00
test_test.rb avoid method redefined; discarding old empty? warning [#4302 state:committed] 2010-03-30 16:59:48 -07:00
time_zone_test.rb Don't store incorrect values in zones_map 2010-06-28 19:35:33 +02:00
transliterate_test.rb Delegate Inflector.transliterate to i18n. [#4508 state:resolved] 2010-04-30 16:18:12 +02: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
whiny_nil_test.rb Make many parts of Rails lazy. In order to facilitate this, 2010-03-07 06:24:30 -08:00