.. |
autoloading_fixtures
|
|
|
core_ext
|
class_attribute gets instance methods which delegate to but may override their class values as you'd expect. Disable instance writer methods with :instance_writer => false.
|
2010-03-08 16:20:54 -08:00 |
dependencies
|
|
|
fixtures
|
deOMGifying Railties, Active Support, and Action Pack
|
2010-01-31 09:46:30 -08:00 |
json
|
Fix a JSON ordering issue
|
2010-02-10 14:46:16 -08: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
|
fix up activesupport test load paths
|
2010-02-28 18:16:57 -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
|
Fix dependencies revealed by testing in isolation
|
2009-04-22 18:54:13 -07:00 |
caching_test.rb
|
Ruby 1.9.2: fix broken to_ary expectation
|
2009-11-13 12:42:49 -08:00 |
callback_inheritance_test.rb
|
Make sure AS test env doesn't have duplicate libs in load path
|
2010-02-15 10:38:39 -06:00 |
callbacks_test.rb
|
Make sure AS test env doesn't have duplicate libs in load path
|
2010-02-15 10:38:39 -06:00 |
clean_backtrace_test.rb
|
|
|
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
|
Simplify dependencies.rb some. Remove alias of Kernel::Foo to Object::Foo as it was not used and breaks Ruby semantics.
|
2010-02-14 10:48:06 -08:00 |
deprecation_test.rb
|
Modify backtrace test to take implementations with slightly different backtrace output into consideration.
|
2009-12-13 10:40:00 -05: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
|
Removed the + sign as an accepted character from the parameterize method, as a + sign is interpreted by the browser as a space, possibly resulting in a "ArgumentError: illegal character in key"
|
2010-03-05 14:11:21 -08:00 |
isolation_test.rb
|
deOMGifying Railties, Active Support, and Action Pack
|
2010-01-31 09:46:30 -08:00 |
load_paths_test.rb
|
CI has a bunch of duplicate load paths
|
2010-02-15 10:53:44 -06: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
|
Revert "failing tests in multibyte_chars_test.rb fixed". The bug is in Ruby 1.9.1 p376, not in AS test suite.
|
2010-02-02 12:07:41 +01: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
|
Optimize AS::Notifications to remember which subscribers don't match and not run them. This will allow notifications that are only useful in dev or testing to run efficiently in production.
|
2010-03-01 17:45:37 -08:00 |
option_merger_test.rb
|
Explicit test dependencies
|
2009-03-28 23:56:14 -07:00 |
ordered_hash_test.rb
|
Adding custom yaml (de-)serialization for OrderedHash
|
2010-01-27 15:29:06 -08:00 |
ordered_options_test.rb
|
|
|
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
|
|
|
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
|
Setup and teardown now use new callbacks.
|
2009-12-30 11:09:27 +01:00 |
time_zone_test.rb
|
Fix bug that causes TimeZone.seconds_to_utc_offset to returns wrong offset when hour < 0 and not in hundreds [#3741 status:resolved]
|
2010-01-19 20:31:33 +01:00 |
ts_isolated.rb
|
Give useful test:isolated failures
|
2009-11-02 17:50:11 -08:00 |
whiny_nil_test.rb
|
Make many parts of Rails lazy. In order to facilitate this,
|
2010-03-07 06:24:30 -08:00 |