Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | 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 | 4 | -3/+17 | |
|\ \ \ \ | ||||||
| * | | | | Deprecate `Module.local_constants` | yui-knk | 2016-03-01 | 4 | -3/+17 | |
| |/ / / | ||||||
* / / / | Publish AS::Executor and AS::Reloader APIs | Matthew Draper | 2016-03-02 | 11 | -10/+382 | |
|/ / / | ||||||
* | | | Preparing for 5.0.0.beta3 release | eileencodes | 2016-02-24 | 1 | -0/+2 | |
* | | | Prep release for Rails 5 beta3 | eileencodes | 2016-02-24 | 1 | -1/+1 | |
* | | | :bomb: run the test @rafaelfranca :angry: | Rafael Mendonça França | 2016-02-24 | 1 | -1/+1 | |
* | | | Make internal class as nodoc | Rafael Mendonça França | 2016-02-24 | 1 | -2/+2 | |
* | | | Merge pull request #23616 from piotrj/issue_23609_logger_broadcast_silencing | Rafael Mendonça França | 2016-02-24 | 4 | -21/+86 | |
|\ \ \ | ||||||
| * | | | Fix logger silencing for broadcasted loggers | Piotr Jakubowski | 2016-02-11 | 4 | -21/+86 | |
* | | | | Ignore callstacks from Ruby stdlib in deprecation | Rafael Mendonça França | 2016-02-24 | 1 | -4/+12 | |
* | | | | Fix `assert_nothing_raised` deprecation warning format | Ryuta Kamizono | 2016-02-24 | 1 | -2/+3 | |
* | | | | add deprecation warning to assert_nothing_raised and changelog entry | Tara Scherner de la Fuente | 2016-02-22 | 2 | -2/+15 | |
* | | | | remove args from assert_nothing_raised in tests | Tara Scherner de la Fuente | 2016-02-22 | 4 | -5/+5 | |
* | | | | 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 #23785 from eval/correct-types-examples | Vipul A M | 2016-02-22 | 2 | -108/+108 | |
|\ \ \ \ \ | ||||||
| * | | | | | Show correct return types for examples [ci skip] | Gert Goet | 2016-02-20 | 2 | -108/+108 | |
* | | | | | | Merge pull request #23695 from kaspth/remove-automatic-collection-caching | Kasper Timm Hansen | 2016-02-20 | 3 | -41/+17 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Revert "Instrument read_multi". | Kasper Timm Hansen | 2016-02-20 | 3 | -41/+17 | |
* | | | | | | | Make benchmark('something', silence: true) actually work | David Heinemeier Hansson | 2016-02-20 | 3 | -1/+19 | |
| |/ / / / / |/| | | | | | ||||||
* | | | | | | Dependencies clean up | Sruli Rapps | 2016-02-19 | 2 | -13/+6 | |
| |/ / / / |/| | | | | ||||||
* | | | | | better docs for ActiveSupport::TestCase#assert_nothing_raised | Tara Scherner de la Fuente | 2016-02-18 | 1 | -2/+5 | |
|/ / / / | ||||||
* | | | | Missing documentation about hash algorithm option for MessageVerifier [ci skip] | Mehmet Emin İNAÇ | 2016-02-18 | 1 | -0/+6 | |
* | | | | Add `#on_weekday?` method to `Date`, `Time`, and `DateTime`. | Vipul A M | 2016-02-15 | 3 | -0/+23 | |
* | | | | Merge pull request #23596 from afn/issue-23058 | Aaron Patterson | 2016-02-10 | 2 | -3/+3 | |
|\ \ \ \ | ||||||
| * | | | | Converting backtrace to strings before calling set_backtrace | Tony Novak | 2016-02-10 | 2 | -3/+3 | |
* | | | | | include activerecord and activesupport CHANGELOG entries | Brian Christian | 2016-02-10 | 1 | -0/+4 | |
* | | | | | rename to 'second_to_last' and 'third_to_last' | Brian Christian | 2016-02-10 | 2 | -6/+6 | |
* | | | | | allow Array.penultimate and Array.antepenultiate access methods | Brian Christian | 2016-02-09 | 2 | -0/+16 | |
|/ / / / | ||||||
* | | | | drop array allocations on `html_safe` | Aaron Patterson | 2016-02-08 | 1 | -1/+1 | |
* | | | | Merge pull request #23532 from matthewd/live-interlock | Matthew Draper | 2016-02-08 | 3 | -25/+224 | |
|\ \ \ \ | ||||||
| * | | | | Manual yield doesn't block new shares | Matthew Draper | 2016-02-08 | 1 | -5/+6 | |
| * | | | | 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 | |
| * | | | | Eagerly reacquire when start_sharing is nested inside yield_shares | Matthew Draper | 2016-02-08 | 1 | -11/+18 | |
| * | | | | 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 | 3 | -15/+65 | |
* | | | | | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2016-02-07 | 1 | -2/+2 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | [ci skip] Fix one more typo | Prathamesh Sonpatki | 2016-01-30 | 1 | -1/+1 | |
| * | | | | [ci skip] Fix typo | yui-knk | 2016-01-27 | 1 | -1/+1 | |
| | |_|/ | |/| | | ||||||
* | | | | Merge pull request #23473 from gsamokovarov/kernel-module-function | Rafael França | 2016-02-04 | 2 | -0/+4 | |
|\ \ \ \ | ||||||
| * | | | | Don't publicize Kernel core extensions | Genadi Samokovarov | 2016-02-04 | 2 | -0/+4 | |
* | | | | | Remove unused dependency | Mike Perham | 2016-02-03 | 1 | -1/+0 | |
* | | | | | Remove json gem dependency | Mike Perham | 2016-02-03 | 1 | -1/+0 | |
| |_|/ / |/| | | | ||||||
* | | | | Fix regression in `Hash#dig` for HashWithIndifferentAccess. | Jon Moss | 2016-02-01 | 3 | -3/+16 | |
* | | | | Add some Action Cable CHANGELOG entries | Rafael Mendonça França | 2016-02-01 | 1 | -3/+0 | |
* | | | | Preparing for Rails 5.0.0.beta2 | Sean Griffin | 2016-02-01 | 2 | -1/+6 | |
* | | | | Merge pull request #23398 from matthewd/interlock | Matthew Draper | 2016-02-02 | 3 | -22/+118 | |
|\ \ \ \ |