rails/activesupport/test
2011-06-29 01:47:56 +05:30
..
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 Add option to omit creating an instance reader method on class_attribute 2011-06-18 15:49:11 -07: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 Merge pull request #248 from bigfix/enumerable_as_json 2011-05-07 03:19:56 -07:00
xml_mini Adding tests for file_from_xml for XmlMini_JDOM #jruby 2011-05-27 00:48:59 +05:30
abstract_unit.rb Silence warnings for Encoding.default_external= and Encoding.default_internal= 2010-08-22 18:43:31 -03:00
autoload.rb Reorganize autoloads: 2009-12-02 20:01:08 -08:00
benchmarkable_test.rb Removed deprecated methods and related tests from ActiveSupport 2011-05-25 23:39:34 +02:00
buffered_logger_test.rb make sure log file is written in binary mode. fixes #497 2011-05-10 13:23:05 -07:00
caching_test.rb Removed deprecated methods and related tests from ActiveSupport 2011-05-25 23:39:34 +02:00
callback_inheritance_test.rb Removal require again from tests. 2011-05-22 00:55:12 +05:30
callbacks_test.rb Removal require again from tests. 2011-05-22 00:55:12 +05:30
class_cache_test.rb Removed deprecated methods and related tests from ActiveSupport 2011-05-25 23:39:34 +02: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 Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 04:12:33 -03: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 Move variables to underscore format, update protected instance variables list. 2011-05-06 14:57:25 +02:00
dependencies_test.rb Raise NameError instead of ArgumentError in ActiveSupport::Dependencies 2011-06-01 01:16:20 +01: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 Removal require again from tests. 2011-05-22 00:55:12 +05:30
flush_cache_on_private_memoization_test.rb Deprecate memoizable. 2011-06-15 17:08:08 -03:00
gzip_test.rb Add missing require 2011-02-09 08:36:44 -02: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_cases.rb StringToParameterizeWithNoSeparator: dashed parameter will not 2011-06-25 06:17:00 +05:30
inflector_test.rb Add acronym support to Inflector; Issue #1366 2011-06-11 01:43:24 -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 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
memoizable_test.rb Deprecate memoizable. 2011-06-15 17:08:08 -03:00
message_encryptor_test.rb Replace references to ActiveSupport::SecureRandom with just SecureRandom, and require 'securerandom' from the stdlib when active support is required. 2011-05-23 20:25:44 +01: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 Missing dependency in MultiByte test. 2011-03-13 17:03:45 +01: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 fix mixed encoding logs can't be logged. 2010-07-19 14:55:58 -07: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 Replace references to ActiveSupport::SecureRandom with just SecureRandom, and require 'securerandom' from the stdlib when active support is required. 2011-05-23 20:25:44 +01:00
option_merger_test.rb Fix misspelling of 'lambda'. Closes #987 2011-05-18 15:59:08 -04:00
ordered_hash_test.rb Fixes minor ruby 1.8 inconsistency 2011-05-27 14:04:39 +03:00
ordered_options_test.rb Add tests for InheritableOptions. 2011-04-13 23:30:58 -03:00
rescuable_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
safe_buffer_test.rb Using slice for instead of gsub to pass with 1.8.7 2011-06-23 18:17:37 +05:30
string_inquirer_test.rb Ruby 1.9 compat: rename deprecated assert_raises to assert_raise. 2009-03-08 13:11:58 -07:00
test_case_test.rb fixing test case test on 1.9.3dev 2011-03-01 10:14:09 -08:00
test_test.rb remove warning: assigned but unused variable 2011-06-08 00:26:09 -03:00
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
whiny_nil_test.rb Report the correct value of nil.id in the exception message 2011-03-06 15:23:31 +00:00
xml_mini_test.rb Lighthouse ticket # 6334; added tests to verify that spaces in key are dasherized. 2011-05-08 06:13:18 -06:00