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/core_ext
2005-07-07 14:48:16 +00:00
..
array_ext_test.rb Improved performance of Routes generation by a factor of 5 #1434 [Nicholas Seckar] Added named routes (NEEDS BETTER DESCRIPTION) #1434 [Nicholas Seckar] 2005-06-24 16:40:01 +00:00
cgi_ext_test.rb Improved performance of Routes generation by a factor of 5 #1434 [Nicholas Seckar] Added named routes (NEEDS BETTER DESCRIPTION) #1434 [Nicholas Seckar] 2005-06-24 16:40:01 +00:00
date_ext_test.rb Added Date::Conversions for getting dates in different convenient string representations and other objects 2005-02-21 17:09:20 +00:00
fixnum_ext_test.rb Added Fix/Bignum#multiple_of? which returns true on 14.multiple_of?(7) and false on 16.multiple_of?(7) #1464 [Thomas Fuchs] Added even? and odd? to work with Bignums in addition to Fixnums #1464 [Thomas Fuchs] 2005-06-21 07:00:28 +00:00
hash_ext_test.rb Fixed that HashWithIndifferentAccess stringified all keys including symbols, ints, objects, and arrays #1162 [Nicholas Seckar] 2005-05-19 19:13:30 +00:00
load_error_tests.rb Improved error reporting especially around never shallowing exceptions. Debugging helpers should be much easier now #980 [Nicholas Seckar] 2005-03-23 11:53:40 +00:00
numeric_ext_test.rb Increased accuracy of 1.year by accounting for leap years. The time extensions are not meant to be super-precise but this seems worth it since otherwise you lose a lot of days doing 40.years.ago. Closes #1488 [tuxie@dekadance.se] 2005-06-24 20:42:16 +00:00
object_and_class_ext_test.rb Added more efficient implementation of the development mode reset of classes #1638 [Chris McGrath] 2005-07-07 14:48:16 +00:00
string_ext_test.rb Added String#to_time and String#to_date for wrapping ParseDate 2005-03-02 13:07:02 +00:00
time_ext_test.rb Fixed Time#at_beginning_of_week returned the next Monday instead of the previous one when called on a Sunday #1403 [jean.helou@gmail.com] 2005-06-16 05:56:49 +00:00