.. |
autoloading_fixtures
|
|
|
core_ext
|
Fixed Time#end_of_quarter to not blow up on May 31st [#313 state:resolved]
|
2008-09-19 09:06:35 -05:00 |
dependencies
|
|
|
json
|
Time#to_json: don't convert to utc before encoding. References #175
|
2008-05-18 10:48:11 -05:00 |
abstract_unit.rb
|
Simplify ActiveSupport::Multibyte and make it run on Ruby 1.9.
|
2008-09-21 17:21:30 +02:00 |
buffered_logger_test.rb
|
Fix test to not assume which thread finishes first
|
2008-08-29 15:59:56 -07:00 |
caching_test.rb
|
Ensure objects cached with MemoryStore are immutable
|
2008-08-19 19:20:10 -05:00 |
callbacks_test.rb
|
Simplified and renamed CallbackChain union method to replace_or_append!
|
2008-08-21 00:51:06 -05:00 |
clean_logger_test.rb
|
require abstract_unit directly since test is in load path
|
2008-01-05 13:31:04 +00:00 |
dependencies_test.rb
|
Get rid of 'Object#send!'. It was originally added because it's in Ruby 1.9, but it has since been removed from 1.9.
|
2008-08-31 13:20:15 -07: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
|
Added a test for Gzip
|
2008-06-02 17:42:10 -05:00 |
i18n_test.rb
|
make i18n date/time tests timezone independent
|
2008-07-16 10:51:48 -07:00 |
inflector_test.rb
|
Added Inflector#parameterize for easy slug generation ("Donald E. Knuth".parameterize => "donald-e-knuth") #713 [Matt Darby]
|
2008-09-10 00:36:37 -05:00 |
inflector_test_cases.rb
|
Flesh out the parameterize method to support non-ascii text and underscores.
|
2008-09-11 17:10:17 +02:00 |
memoizable_test.rb
|
Ensure results returned by a memoized method are immutable
|
2008-08-13 21:30:46 -05:00 |
multibyte_chars_test.rb
|
Simplify ActiveSupport::Multibyte and make it run on Ruby 1.9.
|
2008-09-21 17:21:30 +02:00 |
multibyte_conformance.rb
|
Simplify ActiveSupport::Multibyte and make it run on Ruby 1.9.
|
2008-09-21 17:21:30 +02:00 |
multibyte_unicode_database_test.rb
|
Simplify ActiveSupport::Multibyte and make it run on Ruby 1.9.
|
2008-09-21 17:21:30 +02:00 |
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 |
secure_random_test.rb
|
Deprecate Rails::SecretKeyGenerator in favor of ActiveSupport::SecureRandom.
|
2008-08-27 15:08:16 +02: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 |
whiny_nil_test.rb
|
require abstract_unit directly since test is in load path
|
2008-01-05 13:31:04 +00:00 |