Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | Merge pull request #24401 from pan/number-to-phone | Rafael Mendonça França | 2016-04-05 | 4 | -3/+28 | |
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | ||||||
| * | | | | | | | `number_to_phone` formats number with regexp | Pan GaoYong | 2016-04-02 | 4 | -3/+28 | |
* | | | | | | | | Match `String#to_time`'s behaviour to ruby | Siim Liiser | 2016-04-04 | 3 | -1/+14 | |
* | | | | | | | | Call super instead of returning nil for DateTime#<=> | Andrew White | 2016-04-03 | 3 | -5/+29 | |
* | | | | | | | | Use block form of Dir.mktmpdir to ensure tidy up | Andrew White | 2016-04-03 | 1 | -3/+3 | |
* | | | | | | | | Prevent void context warnings | Andrew White | 2016-04-03 | 2 | -2/+2 | |
| |_|/ / / / / |/| | | | | | | ||||||
* | | | | | | | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2016-04-03 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | s/responsibilty/responsibility/ | Vipul A M | 2016-03-22 | 1 | -1/+1 | |
* | | | | | | | | Remove not needed including | yui-knk | 2016-04-02 | 2 | -7/+0 | |
| |/ / / / / / |/| | | | | | | ||||||
* | | | | | | | Fix method String#upcase_first | bogdanvlviv | 2016-03-31 | 4 | -4/+16 | |
* | | | | | | | Replace _meth with _method to remove ambiguity | Scott Latham | 2016-03-30 | 1 | -3/+3 | |
* | | | | | | | Merge pull request #23895 from glaucocustodio/add_upcase_first_method | Rafael Mendonça França | 2016-03-30 | 4 | -0/+22 | |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
| * | | | | | | Add upcase_first method | Glauco Custódio | 2016-02-25 | 4 | -0/+22 | |
| | |_|/ / / | |/| | | | | ||||||
* | | | | | | Fix typo in Action Pack changelog [ci skip] | Prathamesh Sonpatki | 2016-03-25 | 1 | -1/+1 | |
* | | | | | | fixed spelling in the attribute_accessors docu | Torsten Braun | 2016-03-23 | 1 | -1/+1 | |
* | | | | | | fixed spellin in the mattr_reader documentation | Torsten Braun | 2016-03-23 | 1 | -1/+1 | |
* | | | | | | guides, sync 5.0 release notes with changelogs | Yves Senn | 2016-03-22 | 1 | -2/+2 | |
* | | | | | | Improve code readability in ActiveSupport::Dependencies | Aaron Ang | 2016-03-16 | 1 | -5/+6 | |
* | | | | | | Add comments to ActiveSupport::Dependencies to help understanding | Aaron Ang | 2016-03-16 | 1 | -0/+2 | |
* | | | | | | no need to clear an unusued collection | Xavier Noria | 2016-03-16 | 1 | -1/+1 | |
* | | | | | | removes unreachable code | Xavier Noria | 2016-03-16 | 1 | -2/+0 | |
* | | | | | | tests the raising/throwing discards the watching stack | Xavier Noria | 2016-03-16 | 3 | -4/+8 | |
* | | | | | | s/removes/discards/ | Xavier Noria | 2016-03-16 | 1 | -2/+2 | |
* | | | | | | adds coverage for raising while autoloading | Xavier Noria | 2016-03-16 | 2 | -0/+12 | |
* | | | | | | adds coverage for throwing while autoloading | Xavier Noria | 2016-03-15 | 2 | -0/+14 | |
* | | | | | | Remove log-related stuff from ActiveSupport::Dependencies | Aaron Ang | 2016-03-15 | 1 | -44/+0 | |
* | | | | | | Use the most highest priority exception handler when cause is set | Sean Griffin | 2016-03-11 | 1 | -0/+10 | |
* | | | | | | Merge pull request #24150 from exviva/unmarshal-infinite-retry | Xavier Noria | 2016-03-11 | 3 | -1/+20 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Prevent `Marshal.load` from looping infinitely | Olek Janiszewski | 2016-03-11 | 3 | -1/+20 | |
* | | | | | | | Merge pull request #24143 from perceptec/fix-thread-mattr-accessor-refs | Matthew Draper | 2016-03-12 | 2 | -2/+8 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Fix `thread_mattr_accessor` thread-local variable naming | Michael Ryan | 2016-03-11 | 2 | -2/+8 | |
| |/ / / / / / | ||||||
* / / / / / / | use `ActiveSupport::Reloader.to_prepare` instead of deprecated `ActionDispatc... | yuuji.yaginuma | 2016-03-11 | 1 | -1/+1 | |
|/ / / / / / | ||||||
* | | | | | | Add missing require to try | Rafael Mendonça França | 2016-03-11 | 1 | -0/+2 | |
* | | | | | | Remove unused try require | Bart de Water | 2016-03-10 | 1 | -1/+0 | |
* | | | | | | revises the homepage URL in the gemspecs [ci skip] | Xavier Noria | 2016-03-10 | 1 | -1/+1 | |
| |_|_|_|/ |/| | | | | ||||||
* | | | | | friendly error message if missing listen | Jerry Cheung | 2016-03-08 | 1 | -1/+7 | |
| |/ / / |/| | | | ||||||
* | | | | Prevent nested ExecutionWrapper calls even when using run! directly | Matthew Draper | 2016-03-04 | 2 | -9/+16 | |
* | | | | Fix CHANGELOG spacing [ci skip] | Jeremy Daer | 2016-03-02 | 1 | -2/+2 | |
* | | | | Merge pull request #23991 from kamipo/fix_activesupport_reloader | Matthew Draper | 2016-03-02 | 1 | -4/+3 | |
|\ \ \ \ | ||||||
| * | | | | Fix `ActiveSupport::Reloader.check!` | Ryuta Kamizono | 2016-03-02 | 1 | -4/+3 | |
* | | | | | Merge pull request #23932 from arthurnn/arthurnn/remove_load_paths | Arthur Nogueira Neves | 2016-03-01 | 1 | -7/+0 | |
|\ \ \ \ \ | ||||||
| * | | | | | 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 |