..
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
delegate method should treat :prefix => false same as :prefix => nil
2010-09-01 09:57:13 +02:00
dependencies
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
fixed some issues with JSON encoding
2010-09-07 11:33:10 -07: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
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
Get rid of stray require again
2009-10-15 17:39:19 -07:00
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
Added missing requires abstract_unit and activesupport to the loadpath of ts_isolated [ #4215 state:committed]
2010-03-18 17:50:28 -07:00
callbacks_test.rb
If certain sections of skip_callback method are commented out then
2010-08-31 17:45:06 +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
Clean up the config object in ActionPack. Create config_accessor which just delegates to the config object, reducing the number of deprecations and add specific tests.
2010-04-22 12:00:13 +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
avoid method redefined; discarding old empty? warning [ #4302 state:committed]
2010-03-30 16:59:48 -07:00
file_update_checker_test.rb
Add ActiveSupport::FileUpdateChecker.
2010-06-20 13:26:42 +02:00
flush_cache_on_private_memoization_test.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
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
refactor evals and adds some __FILE__ and __LINE__
2010-05-20 15:18:57 +02:00
inflector_test_cases.rb
Improve reliability of Inflector.transliterate. [ #4374 state:resolved]
2010-04-12 23:19:39 -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
This is a hash in 1.9.2
2010-07-26 20:09:34 -03: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
Removes unused vars
2010-07-24 01:19:44 +02: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
Ruby 1.9.2: marshaling round-trips Time#zone
2010-03-28 22:52:08 -07:00
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
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
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
Removes unused vars
2010-07-24 01:19:44 +02:00
ordered_options_test.rb
Namespace Inflector, Dependencies, OrderedOptions, and TimeZone under ActiveSupport [ #238 state:resolved]
2008-06-03 13:32:53 -05: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
Deleted all references to ActionView::SafeBuffer in favor of ActiveSupport::SafeBuffer
2010-01-31 22:14:18 -08: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
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
Delegate Inflector.transliterate to i18n. [ #4508 state:resolved]
2010-04-30 16:18:12 +02: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
Make many parts of Rails lazy. In order to facilitate this,
2010-03-07 06:24:30 -08:00