| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | | Handle max_time edge cases for epoch times and add test | Blake Mesdag | 2016-04-12 | 1 | -0/+17 |
|/ / / |
|
* | | | Fix behavior of JSON encoding for Exception | namusyaka | 2016-04-09 | 1 | -0/+5 |
* | | | Merge pull request #24422 from matthewd/extinguish-executor-exceptions | Matthew Draper | 2016-04-07 | 1 | -0/+107 |
|\ \ \ |
|
| * | | | Directly support stateful executor hooks | Matthew Draper | 2016-04-05 | 1 | -0/+107 |
* | | | | 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 |
* | | | | | Merge pull request #24401 from pan/number-to-phone | Rafael Mendonça França | 2016-04-05 | 1 | -0/+2 |
|\ \ \ \ \
| |_|/ / /
|/| | | | |
|
| * | | | | `number_to_phone` formats number with regexp | Pan GaoYong | 2016-04-02 | 1 | -0/+2 |
* | | | | | 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 |
* | | | | | Use block form of Dir.mktmpdir to ensure tidy up | Andrew White | 2016-04-03 | 1 | -3/+3 |
* | | | | | Prevent void context warnings | Andrew White | 2016-04-03 | 2 | -2/+2 |
|/ / / / |
|
* | | | | 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 |
| | |/
| |/| |
|
* | | | tests the raising/throwing discards the watching stack | Xavier Noria | 2016-03-16 | 3 | -4/+8 |
* | | | s/removes/discards/ | Xavier Noria | 2016-03-16 | 1 | -2/+2 |
* | | | adds coverage for raising while autoloading | Xavier Noria | 2016-03-16 | 2 | -0/+12 |
* | | | adds coverage for throwing while autoloading | Xavier Noria | 2016-03-15 | 2 | -0/+14 |
* | | | 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 |
|/ / / |
|
* | | | Merge pull request #23932 from arthurnn/arthurnn/remove_load_paths | Arthur Nogueira Neves | 2016-03-01 | 1 | -7/+0 |
|\ \ \ |
|
| * | | | Remove load_paths file | Arthur Neves | 2016-02-27 | 1 | -7/+0 |
| |/ / |
|
* | | | Remove duplicated `test_` prefix [ci skip] | Ryuta Kamizono | 2016-03-02 | 1 | -1/+1 |
* | | | Merge pull request #23936 from yui-knk/local_constants_to_be_public | Rafael Mendonça França | 2016-03-01 | 1 | -1/+7 |
|\ \ \ |
|
| * | | | Deprecate `Module.local_constants` | yui-knk | 2016-03-01 | 1 | -1/+7 |
| |/ / |
|
* / / | Publish AS::Executor and AS::Reloader APIs | Matthew Draper | 2016-03-02 | 2 | -0/+161 |
|/ / |
|
* | | Merge pull request #23616 from piotrj/issue_23609_logger_broadcast_silencing | Rafael Mendonça França | 2016-02-24 | 1 | -0/+44 |
|\ \ |
|
| * | | Fix logger silencing for broadcasted loggers | Piotr Jakubowski | 2016-02-11 | 1 | -0/+44 |
* | | | remove args from assert_nothing_raised in tests | Tara Scherner de la Fuente | 2016-02-22 | 3 | -4/+4 |
* | | | Merge pull request #23776 from chi6rag/master | Santiago Pastorino | 2016-02-21 | 1 | -0/+4 |
|\ \ \ |
|
| * | | | Adding test to verify the last week when the year is leap | Chirag Aggarwal | 2016-02-20 | 1 | -0/+4 |
* | | | | Merge pull request #23695 from kaspth/remove-automatic-collection-caching | Kasper Timm Hansen | 2016-02-20 | 1 | -9/+0 |
|\ \ \ \ |
|
| * | | | | Revert "Instrument read_multi". | Kasper Timm Hansen | 2016-02-20 | 1 | -9/+0 |
| |/ / / |
|
* | | | | Make benchmark('something', silence: true) actually work | David Heinemeier Hansson | 2016-02-20 | 1 | -0/+14 |
* | | | | Dependencies clean up | Sruli Rapps | 2016-02-19 | 1 | -10/+3 |
|/ / / |
|
* | | | Add `#on_weekday?` method to `Date`, `Time`, and `DateTime`. | Vipul A M | 2016-02-15 | 1 | -0/+10 |
* | | | Merge pull request #23596 from afn/issue-23058 | Aaron Patterson | 2016-02-10 | 1 | -2/+2 |
|\ \ \ |
|
| * | | | Converting backtrace to strings before calling set_backtrace | Tony Novak | 2016-02-10 | 1 | -2/+2 |
* | | | | 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 |
|/ / / |
|
* | | | Test the happy path for recursive yields too | Matthew Draper | 2016-02-08 | 1 | -0/+35 |
* | | | Fix a nonsensical ShareLock test. | thedarkone | 2016-02-07 | 1 | -22/+21 |
* | | | AS::Conc::ShareLock#yield_shares tests. | thedarkone | 2016-02-07 | 1 | -0/+107 |
* | | | Hand off the interlock to the new thread in AC::Live | Matthew Draper | 2016-02-07 | 1 | -0/+26 |
|/ / |
|
* | | Fix regression in `Hash#dig` for HashWithIndifferentAccess. | Jon Moss | 2016-02-01 | 1 | -0/+6 |
* | | After completing a load, give other threads a chance too | Matthew Draper | 2016-02-02 | 1 | -0/+17 |
* | | While new sharers are blocked, an existing sharer remains re-entrant | Matthew Draper | 2016-02-02 | 1 | -0/+29 |
* | | Block new share attempts if there's an exclusive waiter | Matthew Draper | 2016-02-02 | 1 | -0/+32 |