.. |
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
|
Revert "Merge pull request #275 from pk-amooma/master"
|
2011-05-07 23:45:15 +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
|
Merge pull request #248 from bigfix/enumerable_as_json
|
2011-05-07 03:19:56 -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 tests on 1.8.
|
2011-02-22 22:51:02 +01:00 |
caching_test.rb
|
Fixed special character encoding issue with MemCacheStore in Ruby 1.9.2.
|
2011-03-11 17:57:28 -08:00 |
callback_inheritance_test.rb
|
Prevent callbacks in child classes from being executed more than once.
|
2011-03-13 01:35:29 +08:00 |
callbacks_test.rb
|
Add better test scenario for around callback return results
|
2011-03-08 15:01:06 +08:00 |
class_cache_test.rb
|
Rename duplicate tests. There is now one failing test that was failing before the rename but was never getting run.
|
2011-05-07 17:02:42 -06: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
|
Move variables to underscore format, update protected instance variables list.
|
2011-05-06 14:57:25 +02:00 |
dependencies_test.rb
|
adding deprecation noticies to deprecated class cache methods
|
2011-03-02 09:31:40 -08: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_cases.rb
|
Refactored AS::DescendantsTracker test cases so they can be tested without AS::Dependencies.
|
2011-03-13 17:04:01 +01:00 |
descendants_tracker_with_autoloading_test.rb
|
Refactored AS::DescendantsTracker test cases so they can be tested without AS::Dependencies.
|
2011-03-13 17:04:01 +01:00 |
descendants_tracker_without_autoloading_test.rb
|
Refactored AS::DescendantsTracker test cases so they can be tested without AS::Dependencies.
|
2011-03-13 17:04:01 +01: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
|
Add missing require
|
2011-02-09 08:36:44 -02:00 |
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
|
proper reset all inflector scopes
|
2011-04-25 02:17:22 +01:00 |
inflector_test_cases.rb
|
ordinalize negative numbers patch
|
2011-05-07 13:21:00 -06: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
|
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
|
Ruby 1.9.2: marshaling round-trips Time#zone
|
2010-03-28 22:52:08 -07:00 |
multibyte_chars_test.rb
|
Missing dependency in MultiByte test.
|
2011-03-13 17:03:45 +01: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
|
|
|
notifications_test.rb
|
just use an attr_accessor so we do not pay ||= on every notification call
|
2011-02-09 14:02:38 -08: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
|
just < 1.9 is fine and 1.9.1 is not supported
|
2011-02-03 19:27:43 -02:00 |
ordered_options_test.rb
|
Add tests for InheritableOptions.
|
2011-04-13 23:30:58 -03: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
|
make sure we play nicely when syck is activated
|
2011-01-28 15:00:52 -08:00 |
secure_random_test.rb
|
|
|
string_inquirer_test.rb
|
|
|
test_case_test.rb
|
fixing test case test on 1.9.3dev
|
2011-03-01 10:14:09 -08:00 |
test_test.rb
|
removing AS::Testing::Default in favor of just undefing default_test
|
2010-10-01 17:22:42 -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
|
Remove #among? from Active Support
|
2011-04-13 20:25:28 +08: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
|
Report the correct value of nil.id in the exception message
|
2011-03-06 15:23:31 +00:00 |
xml_mini_test.rb
|
Rename duplicate tests. There is now one failing test that was failing before the rename but was never getting run.
|
2011-05-07 17:02:42 -06:00 |