| Commit message (Expand) | Author | Age | Files | Lines |
* | Suppress warning ambiguous first argument | yui-knk | 2015-12-20 | 1 | -1/+1 |
* | Add a commend about deprecation of ActiveSupport::OrderedHash | Rafael Mendonça França | 2015-12-20 | 1 | -1/+1 |
* | Deprecation warning now targets at 5.1 | Akira Matsuda | 2015-12-19 | 2 | -2/+6 |
* | Merge pull request #22479 from RobinClowers/fix-cache-notification-order | Kasper Timm Hansen | 2015-12-19 | 2 | -20/+24 |
|\ |
|
| * | Fix cache fetch miss notification order | Robin Clowers | 2015-12-02 | 2 | -20/+24 |
* | | Add CHANGELOG headers for Rails 5.0.0.beta1 | eileencodes | 2015-12-18 | 1 | -0/+5 |
* | | Change `alpha` to `beta1` to prep for release of Rails 5 | eileencodes | 2015-12-18 | 1 | -1/+1 |
* | | Fix test that fails in isolation | eileencodes | 2015-12-18 | 1 | -0/+1 |
* | | Delete duplicate test | eileencodes | 2015-12-18 | 1 | -8/+0 |
* | | [ci skip] Revert most of ff851017 | Kasper Timm Hansen | 2015-12-18 | 1 | -2/+2 |
* | | Revert "Use Thread.current.thread_variable_set/get insetad of the direct acce... | David Heinemeier Hansson | 2015-12-18 | 1 | -4/+4 |
* | | [ci skip] Add `Thread.current` to match internals | Kasper Timm Hansen | 2015-12-17 | 1 | -2/+2 |
* | | Clarify thread_mattr_accessor subclass behavior documentation | Nate Berkopec | 2015-12-17 | 1 | -8/+9 |
* | | Copy-edit the Per Thread attribute accessor documentation | Rafael Mendonça França | 2015-12-17 | 1 | -3/+3 |
* | | Use Thread.current.thread_variable_set/get insetad of the direct accessors | David Heinemeier Hansson | 2015-12-17 | 1 | -4/+4 |
* | | Fix typo in thread_mattr_accessor doco [ci skip] | Nate Berkopec | 2015-12-17 | 1 | -1/+1 |
* | | Use separate test class name | David Heinemeier Hansson | 2015-12-17 | 1 | -1/+1 |
* | | Use consistent references | David Heinemeier Hansson | 2015-12-17 | 1 | -3/+3 |
* | | Add thread_m/cattr_accessor/reader/writer suite of methods for declaring clas... | David Heinemeier Hansson | 2015-12-17 | 5 | -0/+302 |
* | | Merge pull request #22592 from nwjsmith/disable-logger-message-broadcasts | Eileen M. Uchitelle | 2015-12-16 | 3 | -23/+40 |
|\ \ |
|
| * | | Add Logger option to disable message broadcasts | Nate Smith | 2015-12-16 | 3 | -23/+40 |
* | | | Merge pull request #22556 from imanel/range_prepend | Kasper Timm Hansen | 2015-12-16 | 1 | -10/+7 |
|\ \ \ |
|
| * | | | Use Module.prepend instead of alias_method for Range#to_s | Bernard Potocki | 2015-12-16 | 1 | -10/+7 |
* | | | | Don't leak Object constants in core_ext/module/qualified_const | Genadi Samokovarov | 2015-12-16 | 3 | -74/+107 |
* | | | | Merge pull request #22605 from tonyta/delete-dead-comments | Rafael França | 2015-12-16 | 2 | -6/+0 |
|\ \ \ \ |
|
| * | | | | delete code commented out (and replaced) in e93d0a5 | Tony Ta | 2015-12-15 | 1 | -1/+0 |
| * | | | | deletes commented code introduced in f238d495 | Tony Ta | 2015-12-15 | 1 | -5/+0 |
| | |/ /
| |/| | |
|
* | | | | Merge pull request #22598 from yui-knk/deprecate_string_callback | Rafael França | 2015-12-16 | 3 | -5/+26 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Deprecate passing string to define callback. | yui-knk | 2015-12-16 | 3 | -5/+26 |
| |/ / |
|
* | | | lazy load listen in core | Xavier Noria | 2015-12-13 | 1 | -1/+4 |
* | | | let config.file_watcher be the way to enable the evented file watcher | Xavier Noria | 2015-12-13 | 1 | -4/+9 |
|/ / |
|
* | | Correct the time comparison for remember_me token | Jeffrey Warren | 2015-12-10 | 1 | -1/+1 |
* | | renames AS::FileEventedUpdateChecker to AS::EventedFileUpdateChecker | Xavier Noria | 2015-12-09 | 3 | -6/+6 |
* | | Merge pull request #22517 from Elektron1c97/master | Rafael França | 2015-12-07 | 1 | -2/+1 |
|\ \ |
|
| * | | [ci skip] Add a dollar sign to each command in the READMEs | Elektron1c97 | 2015-12-06 | 1 | -2/+1 |
| |/ |
|
* | | Merge pull request #22428 from thedarkone/subs-notif | Eileen M. Uchitelle | 2015-12-06 | 3 | -4/+24 |
|\ \ |
|
| * | | Subscribing to notifications while inside the said instrumented section. | thedarkone | 2015-11-28 | 3 | -4/+24 |
* | | | Merge pull request #22202 from grosser/grosser/write-consistent | Arthur Nogueira Neves | 2015-12-05 | 2 | -4/+12 |
|\ \ \
| |_|/
|/| | |
|
| * | | even if a write fails, store the raw value | Michael Grosser | 2015-11-29 | 2 | -4/+12 |
| |/ |
|
* | | Merge pull request #22361 from grosser/grosser/rescue | Arthur Nogueira Neves | 2015-11-30 | 1 | -26/+19 |
|\ \
| |/
|/| |
|
| * | rescue memcached errors in a consistent way | Michael Grosser | 2015-11-29 | 1 | -26/+19 |
* | | 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 |
* | | Merge pull request #22348 from kv109/22233_without_deprecation | Andrew White | 2015-11-24 | 1 | -1/+2 |
|\ \ |
|
| * | | Fix wrong timezone mapping for Switzerland [22233] | Kacper Walanus | 2015-11-15 | 1 | -1/+2 |
* | | | Test if each_object(singleton_class) works, since JRuby added it. | Charles Oliver Nutter | 2015-11-23 | 1 | -2/+3 |
* | | | removes the mutex around `changed` | Xavier Noria | 2015-11-22 | 1 | -7/+2 |
* | | | reset the @updated flag before the callback invocation | Xavier Noria | 2015-11-21 | 1 | -2/+1 |