.. |
autoloading_fixtures
|
|
|
core_ext
|
Added Object#presence that returns the object if it's #present? otherwise returns nil [DHH/Colin Kelley]
|
2009-12-27 17:54:43 -08:00 |
dependencies
|
|
|
fixtures
|
Reorganize autoloads:
|
2009-12-02 20:01:08 -08:00 |
json
|
Fix ActiveSupport::JSON encoding of control characters [\x00-\x1f]
|
2009-12-23 11:46:06 -08:00 |
xml_mini
|
Added CDATA support to the XmlMini LibXML engine, adjusted whitespace handling to closer match that of the REXML engine, and added a LibXML engine test
|
2009-10-15 10:54:30 +13:00 |
abstract_unit.rb
|
Avoid adding component lib/ to load path multiple times
|
2009-11-09 23:28:36 -06: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 dependencies revealed by testing in isolation
|
2009-04-22 18:54:13 -07:00 |
caching_test.rb
|
Ruby 1.9.2: fix broken to_ary expectation
|
2009-11-13 12:42:49 -08:00 |
callback_inheritance_test.rb
|
Callbacks, DeprecatedCallbacks = NewCallbacks, Callbacks
|
2009-10-12 22:15:43 -05:00 |
callbacks_test.rb
|
Callbacks, DeprecatedCallbacks = NewCallbacks, Callbacks
|
2009-10-12 22:15:43 -05:00 |
clean_backtrace_test.rb
|
|
|
clean_logger_test.rb
|
|
|
concern_test.rb
|
AS::Concern redefines "include" to lazy include modules as dependencies
|
2009-05-29 17:03:23 -05:00 |
dependencies_test.rb
|
Symbol#to_proc is not needed for Ruby >= 1.8.7
|
2009-11-09 22:16:51 +01: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 |
flush_cache_on_private_memoization_test.rb
|
activesupport -> active_support
|
2009-09-13 02:45:37 -07:00 |
gzip_test.rb
|
|
|
i18n_test.rb
|
No need for test stub
|
2009-11-14 03:27:18 -08:00 |
inflector_test.rb
|
Fix that irregular plural inflections should not be double-pluralized: 'people'.pluralize should return 'people' not 'peoples'.
|
2009-08-09 20:28:57 -07:00 |
inflector_test_cases.rb
|
ensure Inflector.camelize works with symbols [#2856 state:resolved]
|
2009-07-01 12:14:34 -07:00 |
isolation_test.rb
|
Lookup ruby bin name too
|
2009-09-14 00:51:31 -05:00 |
memoizable_test.rb
|
Escaping symbol passed into Memoizable's flush_cache for query methods to allow them to be cleared
|
2009-09-28 14:48:13 +13:00 |
message_encryptor_test.rb
|
Repair time dependencies
|
2009-11-14 11:37:06 -08:00 |
message_verifier_test.rb
|
Repair time dependencies
|
2009-11-14 11:37:06 -08:00 |
multibyte_chars_test.rb
|
Work around assert_raise limitation
|
2009-11-08 22:02:57 -08:00 |
multibyte_conformance.rb
|
|
|
multibyte_test_helpers.rb
|
|
|
multibyte_unicode_database_test.rb
|
|
|
multibyte_utils_test.rb
|
Ditto
|
2009-11-09 16:59:38 -08:00 |
notifications_test.rb
|
Remove ActionView inline logging to ActiveSupport::Notifications and create ActionController::Base#log_event, so everything can be logged within one listener. Also expose log_process_action as a hook for different modules to include their own information during the action processing. This allow ActiveRecord to hook and any other ORM. Finally, this commit changes 'Processing' and 'Rendering' in logs to 'Processed' and 'Rendered' because at the point it's logged, everying already happened.
|
2009-12-26 20:28:53 +01:00 |
option_merger_test.rb
|
|
|
ordered_hash_test.rb
|
Fix OrderedHash#replace
|
2009-11-05 21:17:13 +13:00 |
ordered_options_test.rb
|
|
|
rescuable_test.rb
|
|
|
secure_random_test.rb
|
|
|
string_inquirer_test.rb
|
|
|
test_test.rb
|
Revert "Get AS TestCase off deprecated callbacks"
|
2009-10-14 16:12:57 -07:00 |
time_zone_test.rb
|
Remove 'core' fluff. Hookable ActiveSupport.load_all!
|
2009-05-20 18:12:44 -07:00 |
ts_isolated.rb
|
Give useful test:isolated failures
|
2009-11-02 17:50:11 -08:00 |
whiny_nil_test.rb
|
Fix whiny_nil tests, improve error messages and make CI happy.
|
2009-12-25 22:00:36 +01:00 |