.. |
autoloading_fixtures
|
|
|
core_ext
|
Switch to on-by-default XSS escaping for rails.
|
2009-10-08 09:31:20 +13:00 |
dependencies
|
|
|
fixtures
|
Forgot to commit the new file. This is slightly embarrassing.
|
2009-07-01 15:26:14 -07:00 |
json
|
Clean up spurious JSON decoding test failure
|
2009-09-13 05:43:02 -07: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
|
Restore split between require-time and runtime load path mungery. Simplifies vendor requires.
|
2009-09-24 18:38:18 -07:00 |
benchmarkable_test.rb
|
Get rid of stray require again
|
2009-10-15 17:39:19 -07:00 |
buffered_logger_test.rb
|
Fix dependencies revealed by testing in isolation
|
2009-04-22 18:54:13 -07:00 |
caching_test.rb
|
Mute log info coming from the local_cache strategy
|
2009-10-09 15:03:18 +01: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
|
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
|
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 |
dependencies_test.rb
|
Fix failing dependencies test relying on . being in LOAD_PATH
|
2009-08-09 12:40:16 -07: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
|
Remove 'core' fluff. Hookable ActiveSupport.load_all!
|
2009-05-20 18:12:44 -07: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
|
ensure Inflector.camelize works with symbols [#2856 state:resolved]
|
2009-07-01 12:14:34 -07:00 |
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
|
Ruby 1.9 compat: rename deprecated assert_raises to assert_raise.
|
2009-03-08 13:11:58 -07:00 |
message_verifier_test.rb
|
Ensure MessageVerifier raises appropriate exception on tampered data
|
2009-10-09 02:26:18 +01:00 |
multibyte_chars_test.rb
|
Ruby 1.9 compat: fix regexp slice test
|
2009-09-13 05:31:43 -07:00 |
multibyte_conformance.rb
|
Move multibyte test helpers to a separate file and make the conformance tests run again.
|
2008-09-21 17:37:38 +02: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
|
Require mocha >= 0.9.0 for AS tests
|
2008-11-22 19:19:12 -08:00 |
multibyte_utils_test.rb
|
Silence warning for Encoding.default_external=
|
2009-09-13 04:48:40 -07:00 |
notifications_test.rb
|
Renamed Orchestra to Notifications once again [#3321 state:resolved]
|
2009-10-15 18:51:51 -03:00 |
option_merger_test.rb
|
Explicit test dependencies
|
2009-03-28 23:56:14 -07:00 |
ordered_hash_test.rb
|
Fixed ActiveSupport::OrderedHash::[] work identically to ::Hash::[] in ruby 1.8.7 [#2832 state:resolved]
|
2009-07-02 12:01:05 -07: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
|
Ruby 1.9 compat: rename deprecated assert_raises to assert_raise.
|
2009-03-08 13:11:58 -07:00 |
test_test.rb
|
Revert "Get AS TestCase off deprecated callbacks"
|
2009-10-14 16:12:57 -07:00 |
time_zone_test.rb
|
Remove 'core' fluff. Hookable ActiveSupport.load_all!
|
2009-05-20 18:12:44 -07:00 |
ts_isolated.rb
|
Wrap isolated test runner in a test suite
|
2009-09-25 01:16:52 -05:00 |
whiny_nil_test.rb
|
|
|