| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #24552 from yui-knk/raise_argument_error | Jeremy Daer | 2016-04-19 | 1 | -0/+4 |
|\ |
|
| * | Raise `ArgumentError` when an invalid form is passed to `Date#to_time` | yui-knk | 2016-04-17 | 1 | -0/+4 |
* | | Ruby 2.4: compat with new Array#sum | Jeremy Daer | 2016-04-18 | 1 | -3/+21 |
* | | `ActiveSupport::Duration` supports ISO8601 formatting and parsing. | Arnau Siches, Andrey Novikov | 2016-04-18 | 1 | -0/+85 |
* | | Change 1.week to create 1 week durations instead of 7 days durations. | Andrey Novikov | 2016-04-18 | 1 | -2/+3 |
* | | Restore Hash#transform_keys behavior to always return a Hash instance | Emily | 2016-04-12 | 1 | -0/+16 |
|/ |
|
* | Merge pull request #24345 from mtsmfm/fix-marshal-with-autoloading-for-nested... | Rafael França | 2016-04-05 | 1 | -3/+18 |
|\ |
|
| * | Fix marshal with autoloading for nested class/module | Fumiaki MATSUSHIMA | 2016-03-28 | 1 | -3/+18 |
* | | Match `String#to_time`'s behaviour to ruby | Siim Liiser | 2016-04-04 | 1 | -0/+1 |
* | | Call super instead of returning nil for DateTime#<=> | Andrew White | 2016-04-03 | 1 | -0/+18 |
* | | Fix method String#upcase_first | bogdanvlviv | 2016-03-31 | 1 | -0/+8 |
* | | Merge pull request #23895 from glaucocustodio/add_upcase_first_method | Rafael Mendonça França | 2016-03-30 | 1 | -0/+4 |
|\ \
| |/
|/| |
|
| * | Add upcase_first method | Glauco Custódio | 2016-02-25 | 1 | -0/+4 |
* | | Merge pull request #24150 from exviva/unmarshal-infinite-retry | Xavier Noria | 2016-03-11 | 1 | -0/+11 |
|\ \ |
|
| * | | Prevent `Marshal.load` from looping infinitely | Olek Janiszewski | 2016-03-11 | 1 | -0/+11 |
* | | | Fix `thread_mattr_accessor` thread-local variable naming | Michael Ryan | 2016-03-11 | 1 | -0/+6 |
|/ / |
|
* | | Remove duplicated `test_` prefix [ci skip] | Ryuta Kamizono | 2016-03-02 | 1 | -1/+1 |
* | | Deprecate `Module.local_constants` | yui-knk | 2016-03-01 | 1 | -1/+7 |
|/ |
|
* | remove args from assert_nothing_raised in tests | Tara Scherner de la Fuente | 2016-02-22 | 2 | -2/+2 |
* | Adding test to verify the last week when the year is leap | Chirag Aggarwal | 2016-02-20 | 1 | -0/+4 |
* | Add `#on_weekday?` method to `Date`, `Time`, and `DateTime`. | Vipul A M | 2016-02-15 | 1 | -0/+10 |
* | rename to 'second_to_last' and 'third_to_last' | Brian Christian | 2016-02-10 | 1 | -2/+2 |
* | allow Array.penultimate and Array.antepenultiate access methods | Brian Christian | 2016-02-09 | 1 | -0/+2 |
* | Fix regression in `Hash#dig` for HashWithIndifferentAccess. | Jon Moss | 2016-02-01 | 1 | -0/+6 |
* | Match HashWithIndifferentAccess#default's behaviour with Hash#default | David Cornu | 2016-01-07 | 1 | -2/+2 |
* | Fix - to_s(:db) on Numeric range | Akshay Vishnoi | 2015-12-29 | 2 | -0/+26 |
* | Merge pull request #22824 from maclover7/add-numericwithformat-tests | Yves Senn | 2015-12-29 | 1 | -0/+6 |
|\ |
|
| * | Add test coverage for ActiveSupport::NumericWithFormat#to_formatted_s | Jon Moss | 2015-12-28 | 1 | -0/+6 |
* | | Add support for Petabyte and Exabyte in number to human size | Akshay Vishnoi | 2015-12-22 | 1 | -1/+13 |
|/ |
|
* | Use separate test class name | David Heinemeier Hansson | 2015-12-17 | 1 | -1/+1 |
* | Add thread_m/cattr_accessor/reader/writer suite of methods for declaring clas... | David Heinemeier Hansson | 2015-12-17 | 1 | -0/+109 |
* | Don't leak Object constants in core_ext/module/qualified_const | Genadi Samokovarov | 2015-12-16 | 1 | -60/+70 |
* | Add days_in_year method | Jon Pascoe | 2015-11-10 | 1 | -0/+19 |
* | Merge pull request #21897 from swaathi/master | Kasper Timm Hansen | 2015-11-07 | 1 | -2/+36 |
|\ |
|
| * | Parameterize with options to preserve case of string | Swaathi K | 2015-11-07 | 1 | -2/+36 |
* | | Merge pull request #21806 from kachick/fix-transformer-size | Eileen M. Uchitelle | 2015-11-07 | 2 | -4/+8 |
|\ \
| |/
|/| |
|
| * | Return a sized Enumerator from Hash#{transform_values{!}|transform_keys{!}} | Kenichi Kamiya | 2015-09-29 | 2 | -4/+8 |
* | | :scissors: | Rafael Mendonça França | 2015-10-30 | 1 | -1/+0 |
* | | Deprecate `HWIDA.new_from_hash_copying_default` | Sean Griffin | 2015-10-29 | 1 | -1/+1 |
* | | Merge pull request #16357 from gchan/hwia-respects-to-hash-default | Sean Griffin | 2015-10-29 | 1 | -0/+18 |
|\ \ |
|
| * | | `HashWithIndifferentAccess.new` respects the default value or proc on objects... | Gordon Chan | 2014-07-31 | 1 | -0/+18 |
* | | | Make `Module#redefine_method` to keep method visibility | yui-knk | 2015-10-26 | 1 | -1/+19 |
* | | | Add Module#remove_possible_singleton_method | Andrew White | 2015-10-21 | 1 | -3/+15 |
* | | | Merge pull request #19992 from greysteil/handle-invalid-utf8-in-html-escape | Sean Griffin | 2015-10-20 | 1 | -2/+8 |
|\ \ \ |
|
| * | | | Handle invalid UTF-8 strings when HTML escaping | Grey Baker | 2015-06-08 | 1 | -2/+8 |
* | | | | Merge pull request #21302 from theunraveler/delegate_reserved_argument_names | Sean Griffin | 2015-10-20 | 1 | -0/+15 |
|\ \ \ \ |
|
| * | | | | Fixing issue when delegating to methods named "block", "args", or "arg" | Jake Bell | 2015-08-19 | 1 | -0/+15 |
* | | | | | fixes #21815 | Maarten Jacobs | 2015-10-16 | 1 | -0/+1 |
* | | | | | Expand support for ActiveSupport::TimeWithZone#utc? | David Celis | 2015-10-15 | 1 | -0/+15 |
* | | | | | Merge pull request #20600 from mtsmfm/xmlschema-should-display-more-than-6-di... | Andrew White | 2015-10-02 | 1 | -2/+2 |
|\ \ \ \ \ |
|