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
Xavier Noria 10dec0e65e let Hash#to_param and Hash#to_query sort again
This was a regression introduced in 5c85822008. We bring
sorting back because people rely on it, eg for constructing consistent cache keys.
2010-09-28 00:32:20 +02:00
..
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 let Hash#to_param and Hash#to_query sort again 2010-09-28 00:32:20 +02:00
dependencies
deprecation fixing space errors 2010-07-26 09:58:35 -07:00
fixtures
json fixed some issues with JSON encoding 2010-09-07 11:33:10 -07:00
xml_mini
abstract_unit.rb Silence warnings for Encoding.default_external= and Encoding.default_internal= 2010-08-22 18:43:31 -03:00
autoload.rb
benchmarkable_test.rb
buffered_logger_test.rb fix mixed encoding logs can't be logged. 2010-07-19 14:55:58 -07:00
caching_test.rb code gardening: we have assert_(nil|blank|present), more concise, with better default failure messages - let's use them 2010-08-17 03:32:11 +02:00
callback_inheritance_test.rb
callbacks_test.rb Test for after_create callback order in ActiveSupport [#5703 state:resolved] 2010-09-27 23:12:10 +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
configurable_test.rb Call it compile_methods! and do the same on AM. 2010-09-27 20:43:56 +02:00
dependencies_test.rb Add before_remove_const callback to ActiveSupport::Dependencies.remove_unloadable_constants! 2010-09-01 22:32:41 +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 Define a convention for descendants and subclasses. 2010-07-05 13:01:27 +02:00
empty_bool.rb
file_update_checker_test.rb
flush_cache_on_private_memoization_test.rb
gzip_test.rb
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.rb
inflector_test_cases.rb
isolation_test.rb
lazy_load_hooks_test.rb
load_paths_test.rb This is a hash in 1.9.2 2010-07-26 20:09:34 -03:00
log_subscriber_test.rb
memoizable_test.rb memoized protected methods should remain protected 2010-09-24 20:31:12 -03:00
message_encryptor_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
message_verifier_test.rb
multibyte_chars_test.rb Removes unused vars 2010-07-24 01:19:44 +02: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
multibyte_utils_test.rb
notifications_test.rb Revert the previous three commits. 2010-07-25 20:46:42 +02:00
option_merger_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
ordered_hash_test.rb Exception handling more readable 2010-09-19 12:18:51 -07:00
ordered_options_test.rb
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
secure_random_test.rb
string_inquirer_test.rb
test_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
test_xml_mini.rb XmlMini.rename_key emits valid xml with dasherize 2010-07-26 09:48:22 -07:00
time_zone_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
transliterate_test.rb
ts_isolated.rb
whiny_nil_test.rb