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
Sven Fuchs 17d5cc12b9 * don't include String#% for Ruby 1.9
* raise a KeyError exception for missing named interpolation args (like Ruby 1.9 does)
* raise an ArgumentError when mixing named and unnamed placeholders (like Ruby 1.9 does)
* improve docs and comply a bit more w/ Rails names/conventions

[#2870 state:committed]

Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
2009-07-18 11:27:27 -07:00
..
autoloading_fixtures
core_ext * don't include String#% for Ruby 1.9 2009-07-18 11:27:27 -07:00
dependencies
fixtures Forgot to commit the new file. This is slightly embarrassing. 2009-07-01 15:26:14 -07:00
json JSON.escape returns UTF-8 strings 2009-07-01 16:22:19 -07:00
xml_mini
abstract_unit.rb
buffered_logger_test.rb
caching_test.rb Fixes bug where Memcached connections get corrupted when an invalid expire is passed in [#2854 state:resolved] 2009-07-01 16:56:43 -07:00
callbacks_test.rb
clean_backtrace_test.rb
clean_logger_test.rb
concern_test.rb
dependencies_test.rb
deprecation_test.rb
gzip_test.rb
i18n_test.rb
inflector_test.rb
inflector_test_cases.rb
isolation_test.rb Adds support for def self.setup in isolation tests for setup that should be run only once in the parent 2009-07-02 16:03:41 -07:00
memoizable_test.rb
message_encryptor_test.rb
message_verifier_test.rb
multibyte_chars_test.rb
multibyte_conformance.rb
multibyte_test_helpers.rb
multibyte_unicode_database_test.rb
new_callback_inheritance_test.rb
new_callbacks_test.rb
option_merger_test.rb
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
secure_random_test.rb
string_inquirer_test.rb
test_test.rb
time_zone_test.rb
whiny_nil_test.rb