| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | revises the implementation of the evented file monitor | Xavier Noria | 2015-11-08 | 1 | -24/+65 |
* | | | initial edit pass over the evented file checker patch | Xavier Noria | 2015-11-08 | 3 | -41/+67 |
* | | | implements an evented file update checker [Puneet Agarwal] | Xavier Noria | 2015-11-08 | 5 | -103/+203 |
|/ / |
|
* | | Merge pull request #22206 from grosser/grosser/dry | Santiago Pastorino | 2015-11-08 | 1 | -20/+15 |
|\ \ |
|
| * | | dry up increment/decrement | Michael Grosser | 2015-11-07 | 1 | -20/+15 |
* | | | Merge pull request #21897 from swaathi/master | Kasper Timm Hansen | 2015-11-07 | 6 | -14/+142 |
|\ \ \
| |_|/
|/| | |
|
| * | | Parameterize with options to preserve case of string | Swaathi K | 2015-11-07 | 6 | -14/+142 |
* | | | Merge pull request #22197 from grosser/grosser/fetch | Kasper Timm Hansen | 2015-11-07 | 2 | -11/+14 |
|\ \ \
| |_|/
|/| | |
|
| * | | do not override fetch on local cache | Michael Grosser | 2015-11-07 | 2 | -11/+14 |
| |/ |
|
* | | Merge pull request #21806 from kachick/fix-transformer-size | Eileen M. Uchitelle | 2015-11-07 | 4 | -8/+12 |
|\ \
| |/
|/| |
|
| * | Return a sized Enumerator from Hash#{transform_values{!}|transform_keys{!}} | Kenichi Kamiya | 2015-09-29 | 4 | -8/+12 |
* | | Merge pull request #22193 from grosser/grosser/multi | Eileen M. Uchitelle | 2015-11-06 | 1 | -3/+3 |
|\ \ |
|
| * | | call local_cache 1 time instead of 3 times | Michael Grosser | 2015-11-06 | 1 | -3/+3 |
* | | | use prepend instead of extending every instance | Michael Grosser | 2015-11-06 | 3 | -30/+27 |
|/ / |
|
* | | Merge pull request #22194 from grosser/grosser/read-nil | Sean Griffin | 2015-11-05 | 2 | -3/+14 |
|\ \ |
|
| * | | cache nil replies from backend cache so misses are fast too | Michael Grosser | 2015-11-05 | 2 | -3/+14 |
* | | | Require only necessary concurrent-ruby classes. | Jerry D'Antonio | 2015-11-04 | 8 | -9/+9 |
* | | | Merge pull request #22174 from metaskills/defsetup | Yves Senn | 2015-11-04 | 1 | -2/+1 |
|\ \ \ |
|
| * | | | Update docs/comments to use setup/teardown blocks vs. methods. | Ken Collins | 2015-11-04 | 1 | -1/+0 |
| * | | | Update docs/comments to use setup/teardown blocks vs. methods. | Ken Collins | 2015-11-03 | 1 | -1/+1 |
* | | | | Fix deprecation message when frame doesn't have absolute_path | Rafael Mendonça França | 2015-11-03 | 1 | -1/+1 |
|/ / / |
|
* | | | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2015-10-31 | 6 | -10/+10 |
|\ \ \ |
|
| * | | | Remove wrong period mark in `ActiveSupport::LogSubscriber` docs [ci skip] | amitkumarsuroliya | 2015-10-11 | 1 | -1/+1 |
| * | | | Add missing punctuation mark in `ActiveSupport` docs [ci skip] | amitkumarsuroliya | 2015-10-11 | 4 | -7/+7 |
| * | | | Fixed `ActiveSupport::NumberHelper` Outputs [ci skip] | amitkumarsuroliya | 2015-10-11 | 1 | -2/+2 |
| * | | | Improved `KeyError` messages on bang version, since commit https://github.com... | amitkumarsuroliya | 2015-10-11 | 1 | -1/+1 |
| * | | | Revert "Corrected ActiveSupport `time_with_zone` outputs [ci skip]" | Rafael Mendonça França | 2015-10-10 | 1 | -7/+7 |
| * | | | Corrected ActiveSupport `time_with_zone` outputs [ci skip] | amitkumarsuroliya | 2015-10-11 | 1 | -7/+7 |
| * | | | Fixed wording in Assertion docs, changed ‘Assert’ -> ‘Asserts’ | Ronak Jangir | 2015-10-07 | 1 | -1/+1 |
* | | | | :scissors: | Rafael Mendonça França | 2015-10-30 | 1 | -1/+0 |
* | | | | Merge pull request #11872 from AvnerCohen/log_namespace | Sean Griffin | 2015-10-30 | 2 | -1/+14 |
|\ \ \ \ |
|
| * | | | | When logging Cache key, in debug mode, also log namespace, to create the full... | Avner Cohen | 2015-06-23 | 2 | -1/+14 |
* | | | | | Fix the example given in the documentation for TimeWithZone#- | Phil Ross | 2015-10-29 | 1 | -4/+4 |
* | | | | | Add documentation for TimeWithZone #ago and #advance. | Phil Ross | 2015-10-29 | 1 | -0/+38 |
* | | | | | Deprecate `HWIDA.new_from_hash_copying_default` | Sean Griffin | 2015-10-29 | 2 | -1/+6 |
* | | | | | Merge pull request #16357 from gchan/hwia-respects-to-hash-default | Sean Griffin | 2015-10-29 | 4 | -8/+32 |
|\ \ \ \ \ |
|
| * | | | | | `HashWithIndifferentAccess.new` respects the default value or proc on objects... | Gordon Chan | 2014-07-31 | 4 | -8/+32 |
* | | | | | | Make `Module#redefine_method` to keep method visibility | yui-knk | 2015-10-26 | 2 | -1/+32 |
* | | | | | | Tweaked wording used in some tests. | Sebastian McKenzie | 2015-10-25 | 1 | -6/+6 |
* | | | | | | [ci skip] Add more code examples for `Module#anonymous?` docs | yui-knk | 2015-10-23 | 1 | -2/+4 |
* | | | | | | Change Integer#year to return a Fixnum instead of a Float to improve consistency | Konstantinos Rousis | 2015-10-22 | 2 | -1/+17 |
* | | | | | | Add Module#remove_possible_singleton_method | Andrew White | 2015-10-21 | 3 | -4/+32 |
* | | | | | | Merge pull request #19889 from cedrics/long-uri-encoded-keys | Sean Griffin | 2015-10-20 | 2 | -3/+9 |
|\ \ \ \ \ \ |
|
| * | | | | | | when checking for too long cache keys used the uri encoded fname | Cedric Sohrauer | 2015-04-24 | 2 | -3/+9 |
* | | | | | | | Merge pull request #19992 from greysteil/handle-invalid-utf8-in-html-escape | Sean Griffin | 2015-10-20 | 3 | -4/+19 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | Handle invalid UTF-8 strings when HTML escaping | Grey Baker | 2015-06-08 | 3 | -4/+19 |
* | | | | | | | | Merge pull request #20038 from imanel/numeric_prepend | Sean Griffin | 2015-10-20 | 2 | -33/+19 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | Unify behavior of all Numeric extensions and use Module.prepend instead of al... | Bernard Potocki | 2015-05-28 | 2 | -33/+19 |
* | | | | | | | | | Update #20737 to address feedback | Sean Griffin | 2015-10-20 | 3 | -2/+18 |
* | | | | | | | | | Fixed slice! behavior: return nil for out-of-bound parameters | Gourav Tiwari | 2015-10-20 | 2 | -1/+6 |