| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Change number_to_currency behavior for checking negativity | Prathamesh Sonpatki | 2016-01-29 | 1 | -1/+0 |
* | Put test-case dependent helper Class inside the test case | Akira Matsuda | 2016-01-24 | 3 | -39/+39 |
* | :warning: mismatched indentations at 'end' with 'unless' | Akira Matsuda | 2016-01-24 | 2 | -4/+4 |
* | Test files has to be named *_test.rb | Akira Matsuda | 2016-01-24 | 2 | -0/+0 |
* | Merge pull request #22278 from poporul/master | Godfrey Chan | 2016-01-15 | 1 | -3/+5 |
|\ |
|
| * | Allow to store .keep file in cache directory | Alexey Pokhozhaev | 2015-11-13 | 1 | -3/+5 |
* | | Match HashWithIndifferentAccess#default's behaviour with Hash#default | David Cornu | 2016-01-07 | 1 | -2/+2 |
* | | [close #22917] Don't output to `STDOUT` twice | schneems | 2016-01-06 | 1 | -2/+10 |
* | | Revert "Add Logger option to disable message broadcasts" | schneems | 2016-01-05 | 1 | -32/+18 |
* | | Merge pull request #22856 from rthbound/adds-exception-object-to-instrumenter... | Rafael França | 2016-01-01 | 1 | -1/+1 |
|\ \ |
|
| * | | Adds exception object to instrumenter's payload | Ryan T. Hosford | 2015-12-31 | 1 | -1/+1 |
* | | | Merge pull request #12877 from aroben/extended-graphemes | Rafael França | 2015-12-31 | 3 | -3/+234 |
|\ \ \
| |/ /
|/| | |
|
| * | | Beef up #grapheme_length tests | Adam Roben | 2013-11-13 | 1 | -3/+29 |
| * | | Support extended grapheme clusters and UAX 29 | Adam Roben | 2013-11-13 | 1 | -0/+76 |
| * | | Rename multibyte_conformance.rb to multibyte_normalization_conformance.rb | Adam Roben | 2013-11-13 | 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 |
* | | | | Merge pull request #22759 from akshay-vishnoi/human-size-helper | Eileen M. Uchitelle | 2015-12-27 | 2 | -2/+26 |
|\ \ \ \ |
|
| * | | | | Add support for Petabyte and Exabyte in number to human size | Akshay Vishnoi | 2015-12-22 | 2 | -2/+26 |
| |/ / / |
|
* / / / | Fixes LoggerSilence#silence threadsafety | Carl P. Corliss | 2015-12-23 | 1 | -2/+83 |
|/ / / |
|
* | | | Suppress warning ambiguous first argument | yui-knk | 2015-12-20 | 1 | -1/+1 |
* | | | Deprecation warning now targets at 5.1 | Akira Matsuda | 2015-12-19 | 1 | -1/+5 |
* | | | Merge pull request #22479 from RobinClowers/fix-cache-notification-order | Kasper Timm Hansen | 2015-12-19 | 1 | -12/+16 |
|\ \ \ |
|
| * | | | Fix cache fetch miss notification order | Robin Clowers | 2015-12-02 | 1 | -12/+16 |
* | | | | Fix test that fails in isolation | eileencodes | 2015-12-18 | 1 | -0/+1 |
* | | | | Delete duplicate test | eileencodes | 2015-12-18 | 1 | -8/+0 |
* | | | | 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 |
* | | | | Merge pull request #22592 from nwjsmith/disable-logger-message-broadcasts | Eileen M. Uchitelle | 2015-12-16 | 1 | -18/+32 |
|\ \ \ \ |
|
| * | | | | Add Logger option to disable message broadcasts | Nate Smith | 2015-12-16 | 1 | -18/+32 |
* | | | | | Don't leak Object constants in core_ext/module/qualified_const | Genadi Samokovarov | 2015-12-16 | 1 | -60/+70 |
* | | | | | Deprecate passing string to define callback. | yui-knk | 2015-12-16 | 1 | -4/+14 |
|/ / / / |
|
* | | | | renames AS::FileEventedUpdateChecker to AS::EventedFileUpdateChecker | Xavier Noria | 2015-12-09 | 1 | -4/+4 |
* | | | | Merge pull request #22428 from thedarkone/subs-notif | Eileen M. Uchitelle | 2015-12-06 | 1 | -0/+15 |
|\ \ \ \ |
|
| * | | | | Subscribing to notifications while inside the said instrumented section. | thedarkone | 2015-11-28 | 1 | -0/+15 |
| |/ / / |
|
* / / / | even if a write fails, store the raw value | Michael Grosser | 2015-11-29 | 1 | -0/+8 |
|/ / / |
|
* | | | Partially revert 14b20ce | Godfrey Chan | 2015-11-27 | 1 | -0/+5 |
* | | | Upgrade to listen 3.0.5, re-enable tests | Godfrey Chan | 2015-11-26 | 1 | -5/+0 |
* | | | Only run listen tests in isolation, for now | Godfrey Chan | 2015-11-26 | 1 | -0/+5 |
* | | | Remove unused code | Will Jessop | 2015-11-24 | 1 | -4/+1 |
* | | | add deprecations for a smooth transition after #22215 | Michael Grosser | 2015-11-19 | 1 | -0/+27 |
* | | | Merge pull request #22215 from grosser/grosser/normalize_key | Rafael França | 2015-11-16 | 1 | -5/+5 |
|\ \ \
| |_|/
|/| | |
|
| * | | send normalized keys to the cache backends so they do not need to manage this... | Michael Grosser | 2015-11-10 | 1 | -5/+5 |
| * | | Add days_in_year method | Jon Pascoe | 2015-11-10 | 1 | -0/+19 |
* | | | Fix instance variable not defined warning from Active Support test suite | JuanitoFatas | 2015-11-12 | 1 | -1/+1 |