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
Jeremy Kemper a8057669ff Fixed memoize with punctuation and freezing memoized methods with arguments
Signed-off-by: Joshua Peek <josh@joshpeek.com>
2008-08-07 14:55:14 -05:00
..
autoloading_fixtures
core_ext Make File.atomic_write copy the original permissions or use the directories default. 2008-08-06 14:54:18 -05:00
dependencies
json
abstract_unit.rb
buffered_logger_test.rb
caching_test.rb MemoryStore is the only "unsafe" store. Make it threadsafe by default. 2008-08-06 14:54:18 -05:00
callbacks_test.rb Revert "Run callbacks from object's metaclass" 2008-07-16 20:23:44 -05:00
clean_logger_test.rb
dependencies_test.rb Added config.dependency_loading to enable or disable the dependency loader after initialization 2008-07-24 11:58:26 -05:00
deprecation_test.rb Namespace Inflector, Dependencies, OrderedOptions, and TimeZone under ActiveSupport [#238 state:resolved] 2008-06-03 13:32:53 -05:00
gzip_test.rb
i18n_test.rb make i18n date/time tests timezone independent 2008-07-16 10:51:48 -07:00
inflector_test.rb Add Inflection rules for String#humanize. [#535 state:resolved] [dcmanges] 2008-07-02 13:25:36 +01:00
inflector_test_cases.rb
memoizable_test.rb Fixed memoize with punctuation and freezing memoized methods with arguments 2008-08-07 14:55:14 -05:00
multibyte_chars_test.rb
multibyte_conformance.rb
multibyte_handler_test.rb
option_merger_test.rb Allow deep merging of hash values for nested with_options. [#490 state:resolved] 2008-07-17 01:59:08 +01:00
ordered_hash_test.rb Add more standard Hash methods to ActiveSupport::OrderedHash [#314 state:resolved] 2008-06-03 14:15:33 -05:00
ordered_options_test.rb Namespace Inflector, Dependencies, OrderedOptions, and TimeZone under ActiveSupport [#238 state:resolved] 2008-06-03 13:32:53 -05:00
string_inquirer_test.rb Renamed StringQuestioneer to StringInquirer. 2008-06-04 15:06:32 -05:00
test_test.rb Add empty setup and teardown methods to rule out default setup behavior in base class 2008-06-09 23:04:51 -07:00
time_zone_test.rb Added support for regexp matching of priority zones in time_zone_select [#195 state:resolved] 2008-06-29 13:37:07 -05:00
typed_array_test.rb Extract ActiveSupport::TypedArray class to ensure an array is all of the same type [#673 state:resolved] 2008-07-22 11:12:16 -05:00
whiny_nil_test.rb