| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | | | Removed extra "the" in the documentation of `broadcast_message` [ci skip] | Prathamesh Sonpatki | 2015-12-28 | 1 | -1/+1 |
* | | | | | [ci skip] Fix typos in Active Support changelog. | Kasper Timm Hansen | 2015-12-27 | 1 | -2/+2 |
* | | | | | Merge pull request #22771 from nwjsmith/document-broadcast-messages | Eileen M. Uchitelle | 2015-12-27 | 1 | -1/+9 |
|\ \ \ \ \ |
|
| * | | | | | Document `Logger#broadcast_messages` option | Nate Smith | 2015-12-23 | 1 | -1/+9 |
| |/ / / / |
|
* | | | | | Add CHANGELOG entry for #22759 | eileencodes | 2015-12-27 | 1 | -0/+4 |
* | | | | | Merge pull request #22759 from akshay-vishnoi/human-size-helper | Eileen M. Uchitelle | 2015-12-27 | 6 | -3/+33 |
|\ \ \ \ \ |
|
| * | | | | | Add support for Petabyte and Exabyte in number to human size | Akshay Vishnoi | 2015-12-22 | 6 | -3/+33 |
* | | | | | | fix typo on comments | Paulo Ancheta | 2015-12-23 | 1 | -1/+1 |
* | | | | | | Merge pull request #20507 from rabbitt/bugfix/logger-threadsafety | Rafael França | 2015-12-23 | 3 | -4/+119 |
|\ \ \ \ \ \ |
|
| * | | | | | | Fixes LoggerSilence#silence threadsafety | Carl P. Corliss | 2015-12-23 | 3 | -4/+119 |
| | |/ / / /
| |/| | | | |
|
* / | | | | | Add caveat to number_to_currency docs [ci skip] | Derek Prior | 2015-12-23 | 1 | -0/+8 |
|/ / / / / |
|
* / / / / | release notes, extract notable changes from Active Support CHANGELOG. | Yves Senn | 2015-12-23 | 1 | -12/+12 |
|/ / / / |
|
* | | | | Use CGI.escapeHTML for html escape | Takashi Kokubun | 2015-12-21 | 1 | -4/+2 |
* | | | | No more no changes entries in the CHANGELOGs | Genadi Samokovarov | 2015-12-21 | 1 | -3/+0 |
* | | | | Merge pull request #22581 from hirocaster/fix-expect-sample-code | Yves Senn | 2015-12-21 | 1 | -4/+5 |
|\ \ \ \ |
|
| * | | | | Change output timming of sample code | hirocaster | 2015-12-14 | 1 | -2/+2 |
* | | | | | Merge pull request #22706 from habermann24/fix_mattr_accessor_docs | Yves Senn | 2015-12-21 | 1 | -6/+6 |
|\ \ \ \ \ |
|
| * | | | | | Fix documentation for mattr_accessor methods | Jan Habermann | 2015-12-20 | 1 | -6/+6 |
* | | | | | | 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 |