aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/core_ext
Commit message (Expand)AuthorAgeFilesLines
* Make getlocal and getutc always return instances of TimeAndrew White2016-04-233-1/+34
* Add DateTime#subsecAndrew White2016-04-231-0/+5
* Change Time#sec_fraction to use subsecAndrew White2016-04-231-0/+14
* Add compatibility for Ruby 2.4 `to_time` changesAndrew White2016-04-232-0/+118
* Merge pull request #24552 from yui-knk/raise_argument_errorJeremy Daer2016-04-191-0/+4
|\
| * Raise `ArgumentError` when an invalid form is passed to `Date#to_time`yui-knk2016-04-171-0/+4
* | Ruby 2.4: compat with new Array#sumJeremy Daer2016-04-181-3/+21
* | `ActiveSupport::Duration` supports ISO8601 formatting and parsing.Arnau Siches, Andrey Novikov2016-04-181-0/+85
* | Change 1.week to create 1 week durations instead of 7 days durations.Andrey Novikov2016-04-181-2/+3
* | Restore Hash#transform_keys behavior to always return a Hash instanceEmily2016-04-121-0/+16
|/
* Merge pull request #24345 from mtsmfm/fix-marshal-with-autoloading-for-nested...Rafael França2016-04-051-3/+18
|\
| * Fix marshal with autoloading for nested class/moduleFumiaki MATSUSHIMA2016-03-281-3/+18
* | Match `String#to_time`'s behaviour to rubySiim Liiser2016-04-041-0/+1
* | Call super instead of returning nil for DateTime#<=>Andrew White2016-04-031-0/+18
* | Fix method String#upcase_firstbogdanvlviv2016-03-311-0/+8
* | Merge pull request #23895 from glaucocustodio/add_upcase_first_methodRafael Mendonça França2016-03-301-0/+4
|\ \ | |/ |/|
| * Add upcase_first methodGlauco Custódio2016-02-251-0/+4
* | Merge pull request #24150 from exviva/unmarshal-infinite-retryXavier Noria2016-03-111-0/+11
|\ \
| * | Prevent `Marshal.load` from looping infinitelyOlek Janiszewski2016-03-111-0/+11
* | | Fix `thread_mattr_accessor` thread-local variable namingMichael Ryan2016-03-111-0/+6
|/ /
* | Remove duplicated `test_` prefix [ci skip]Ryuta Kamizono2016-03-021-1/+1
* | Deprecate `Module.local_constants`yui-knk2016-03-011-1/+7
|/
* remove args from assert_nothing_raised in testsTara Scherner de la Fuente2016-02-222-2/+2
* Adding test to verify the last week when the year is leapChirag Aggarwal2016-02-201-0/+4
* Add `#on_weekday?` method to `Date`, `Time`, and `DateTime`.Vipul A M2016-02-151-0/+10
* rename to 'second_to_last' and 'third_to_last'Brian Christian2016-02-101-2/+2
* allow Array.penultimate and Array.antepenultiate access methodsBrian Christian2016-02-091-0/+2
* Fix regression in `Hash#dig` for HashWithIndifferentAccess.Jon Moss2016-02-011-0/+6
* Match HashWithIndifferentAccess#default's behaviour with Hash#defaultDavid Cornu2016-01-071-2/+2
* Fix - to_s(:db) on Numeric rangeAkshay Vishnoi2015-12-292-0/+26
* Merge pull request #22824 from maclover7/add-numericwithformat-testsYves Senn2015-12-291-0/+6
|\
| * Add test coverage for ActiveSupport::NumericWithFormat#to_formatted_sJon Moss2015-12-281-0/+6
* | Add support for Petabyte and Exabyte in number to human sizeAkshay Vishnoi2015-12-221-1/+13
|/
* Use separate test class nameDavid Heinemeier Hansson2015-12-171-1/+1
* Add thread_m/cattr_accessor/reader/writer suite of methods for declaring clas...David Heinemeier Hansson2015-12-171-0/+109
* Don't leak Object constants in core_ext/module/qualified_constGenadi Samokovarov2015-12-161-60/+70
* Add days_in_year methodJon Pascoe2015-11-101-0/+19
* Merge pull request #21897 from swaathi/masterKasper Timm Hansen2015-11-071-2/+36
|\
| * Parameterize with options to preserve case of stringSwaathi K2015-11-071-2/+36
* | Merge pull request #21806 from kachick/fix-transformer-sizeEileen M. Uchitelle2015-11-072-4/+8
|\ \ | |/ |/|
| * Return a sized Enumerator from Hash#{transform_values{!}|transform_keys{!}}Kenichi Kamiya2015-09-292-4/+8
* | :scissors:Rafael Mendonça França2015-10-301-1/+0
* | Deprecate `HWIDA.new_from_hash_copying_default`Sean Griffin2015-10-291-1/+1
* | Merge pull request #16357 from gchan/hwia-respects-to-hash-defaultSean Griffin2015-10-291-0/+18
|\ \
| * | `HashWithIndifferentAccess.new` respects the default value or proc on objects...Gordon Chan2014-07-311-0/+18
* | | Make `Module#redefine_method` to keep method visibilityyui-knk2015-10-261-1/+19
* | | Add Module#remove_possible_singleton_methodAndrew White2015-10-211-3/+15
* | | Merge pull request #19992 from greysteil/handle-invalid-utf8-in-html-escapeSean Griffin2015-10-201-2/+8
|\ \ \
| * | | Handle invalid UTF-8 strings when HTML escapingGrey Baker2015-06-081-2/+8
* | | | Merge pull request #21302 from theunraveler/delegate_reserved_argument_namesSean Griffin2015-10-201-0/+15
|\ \ \ \