.. |
autoloading_fixtures
|
|
|
core_ext
|
when the timezone is nil, a TimeWithZone object should not be constructed. [#4881 state:resolved]
|
2010-06-17 14:14:30 -07:00 |
dependencies
|
|
|
fixtures
|
deOMGifying Railties, Active Support, and Action Pack
|
2010-01-31 09:46:30 -08:00 |
json
|
BigDecimal#as_json does not really specify the F format, it delegates that to whatever BigDecimal#to_s default format is, do the same in its test
|
2010-05-03 22:11:33 +02: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 conditions when DateTime#to_date and DateTime#xmlschema methods are defined
|
2010-06-04 22:44:03 +03:00 |
autoload.rb
|
|
|
benchmarkable_test.rb
|
|
|
buffered_logger_test.rb
|
Better error messages for some of ActiveSupport tests
|
2010-05-18 16:12:59 +02:00 |
caching_test.rb
|
Make use of assert_equal to test equallity between object assert expects and object and a message of error
|
2010-05-16 16:06:28 +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
|
Final iteration of use better testing methods
|
2010-05-19 21:31:51 +02:00 |
clean_backtrace_test.rb
|
ActiveSupport::BacktraceCleaner#remove_filters! allows for completely untouched backtrace [#4079 state:resolved]
|
2010-04-10 14:06:10 +02:00 |
clean_logger_test.rb
|
|
|
concern_test.rb
|
|
|
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
|
ActiveSupport::Dependencies.constantize shortcut for caching named constant lookups
|
2010-06-05 22:05:58 -07: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 |
descendants_tracker_test.rb
|
Add ActiveSupport::DescendantsTracker.
|
2010-06-19 16:44:35 +02:00 |
empty_bool.rb
|
avoid method redefined; discarding old empty? warning [#4302 state:committed]
|
2010-03-30 16:59:48 -07: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
|
|
|
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
|
CI has a bunch of duplicate load paths
|
2010-02-15 10:53:44 -06:00 |
memoizable_test.rb
|
|
|
message_encryptor_test.rb
|
repair the activesupport message encryptor tests for me, do so in the same way as jeremy did with message verifier
|
2010-05-01 10:04:01 -07: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
|
Use multibyte proxy class on 1.9, refactor Unicode.
|
2010-05-21 12:24:54 -07:00 |
multibyte_conformance.rb
|
Use multibyte proxy class on 1.9, refactor Unicode.
|
2010-05-21 12:24:54 -07:00 |
multibyte_test_helpers.rb
|
|
|
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
|
|
|
notifications_test.rb
|
Event should be aware if yielded block failed or not.
|
2010-05-02 22:45:54 +02:00 |
option_merger_test.rb
|
|
|
ordered_hash_test.rb
|
revises implementation of AS::OrderedHash#merge!
|
2010-06-13 06:37:54 +02: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
|
|
|
test_test.rb
|
avoid method redefined; discarding old empty? warning [#4302 state:committed]
|
2010-03-30 16:59:48 -07:00 |
time_zone_test.rb
|
Final iteration of use better testing methods
|
2010-05-19 21:31:51 +02: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 |