Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | Merge pull request #31014 from aditya-kapoor/doc-fixes | Eileen M. Uchitelle | 2017-11-04 | 1 | -1/+7 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | [ci skip] show the correct example to demonstrate inflections. | Aditya Kapoor | 2017-11-01 | 1 | -1/+7 | |
* | | | | | | | | | | s/an/a/ | Akira Matsuda | 2017-11-04 | 1 | -1/+1 | |
* | | | | | | | | | | Merge pull request #31048 from bogdanvlviv/improve-docs-for-action_dispatch-r... | Ryuta Kamizono | 2017-11-04 | 1 | -4/+14 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Improve docs of ActionDispatch::Routing::Mapper | bogdanvlviv | 2017-11-03 | 1 | -4/+14 | |
| | |/ / / / / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge pull request #31050 from y-yagi/remove_unused_methods | Ryuta Kamizono | 2017-11-04 | 1 | -8/+0 | |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | Remove unused `calculate_rounded_number` and `digit_count` | yuuji.yaginuma | 2017-11-04 | 1 | -8/+0 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Permit configuring Active Storage's job queue | George Claghorn | 2017-11-03 | 5 | -16/+13 | |
* | | | | | | | | | Revert "Merge pull request #31025 from y-yagi/follow_up_31023_part2" | Ryuta Kamizono | 2017-11-03 | 1 | -1/+0 | |
* | | | | | | | | | Merge pull request #31039 from y-yagi/fix_guides_build | Ryuta Kamizono | 2017-11-03 | 6 | -0/+12 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Specify bundler version in template files | yuuji.yaginuma | 2017-11-03 | 6 | -0/+12 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #31038 from y-yagi/remove_unused_classes | Rafael França | 2017-11-02 | 1 | -30/+0 | |
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Remove unused classes | yuuji.yaginuma | 2017-11-03 | 1 | -30/+0 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Allow third-party previewers/analyzers to customize their tempdirs | George Claghorn | 2017-11-02 | 2 | -3/+10 | |
* | | | | | | | | Merge pull request #31034 from haneru/edit-comment | Eileen M. Uchitelle | 2017-11-02 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Edited comment from request.rb | haneru | 2017-11-03 | 1 | -1/+1 | |
| | |_|_|_|_|/ / | |/| | | | | | | ||||||
* | | | | | | | | Merge pull request #31031 from y-yagi/fix_ruby_warning_when_using_test_tool | Ryuta Kamizono | 2017-11-02 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Fix "warning: instance variable @defined_root not initialized" | yuuji.yaginuma | 2017-11-02 | 1 | -1/+1 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #31029 from yahonda/ignore_uninstall_bundler_at_ruby_head | Guillermo Iguaran | 2017-11-01 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Ignore "gem "bundler" cannot be uninstalled because it is a default gem" error | Yasuo Honda | 2017-11-01 | 1 | -1/+1 | |
|/ / / / / / / / | ||||||
* | | | | | | / | updates autoloading guide for Ruby 2.5 [ci skip] | Xavier Noria | 2017-11-01 | 1 | -1/+9 | |
| |_|_|_|_|_|/ |/| | | | | | | ||||||
* | | | | | | | Fix tests on Mail 2.7 | Jeremy Daer | 2017-10-31 | 4 | -23/+18 | |
* | | | | | | | Merge pull request #31026 from yahonda/diag_mail27 | Rafael França | 2017-10-31 | 2 | -0/+4 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Workaround for ActionMailer failures by not installing mail 2.7 | Yasuo Honda | 2017-11-01 | 2 | -0/+4 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #31025 from y-yagi/follow_up_31023_part2 | Guillermo Iguaran | 2017-10-31 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Remove bundler 1.16.0 | yuuji.yaginuma | 2017-11-01 | 1 | -0/+1 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #31023 from y-yagi/avoid_latest_bundler | Guillermo Iguaran | 2017-10-31 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Avoid bundler 1.16.0 for now | yuuji.yaginuma | 2017-11-01 | 1 | -1/+1 | |
* | | | | | | | | Fix failing `bundle install` on CI | Ryuta Kamizono | 2017-11-01 | 1 | -1/+1 | |
* | | | | | | | | Enable `Style/RedundantReturn` rubocop rule, and fixed a couple more | Ryuta Kamizono | 2017-11-01 | 5 | -10/+14 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #31021 from yahonda/add_all_sequences_to_oracle_ignored | Matthew Draper | 2017-11-01 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Address incorrect number of queries executed at Oracle enhanced adapter | Yasuo Honda | 2017-10-31 | 1 | -1/+1 | |
* | | | | | | | | Fix grammar issue [ci skip] | Rafael França | 2017-10-31 | 1 | -1/+1 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #31013 from dgynn/rescue-layout-white-space-wrapping | Rafael França | 2017-10-31 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
| * | | | | | | Prevent source line wrapping in rescue layout | Dave Gynn | 2017-10-31 | 1 | -0/+1 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #31004 from shuheiktgw/remove_unnecessary_returns | Rafael França | 2017-10-31 | 12 | -16/+16 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | removed unnecessary returns | Shuhei Kitagawa | 2017-10-28 | 12 | -16/+16 | |
* | | | | | | | Merge pull request #31012 from y-yagi/remove_unused_missing_requests_error | Rafael França | 2017-10-30 | 2 | -4/+0 | |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
| * | | | | | | Remove unused `MissingRequestError` | yuuji.yaginuma | 2017-10-31 | 2 | -4/+0 | |
* | | | | | | | `source_type_scope` should respect correct table alias | Ryuta Kamizono | 2017-10-30 | 2 | -7/+17 | |
* | | | | | | | `PolymorphicReflection#scopes` is no longer used since a5651eb5 | Ryuta Kamizono | 2017-10-30 | 1 | -5/+0 | |
* | | | | | | | Merge pull request #31002 from ta1kt0me/call_ajax_without_beforeSend | Guillermo Iguaran | 2017-10-29 | 3 | -2/+29 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Enable to call Rails.ajax without beforeSend | ta1kt0me | 2017-10-28 | 3 | -2/+29 | |
* | | | | | | | | Merge pull request #31007 from suginoy/doc_integer_bigint | Ryuta Kamizono | 2017-10-29 | 4 | -20/+20 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | [ci skip]Update the documentation about the primary key type | suginoy | 2017-10-29 | 4 | -20/+20 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #30996 from tscoville2012/tscoville2012-patch-1 | Eileen M. Uchitelle | 2017-10-28 | 1 | -0/+4 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | [ci skip] Updated 5_1_release_notes.md to include support to :text and :nothi... | Tyler Scoville | 2017-10-27 | 1 | -0/+4 | |
| | |/ / / / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge pull request #31005 from shuheiktgw/remove_unnecessary_semicolons | Matthew Draper | 2017-10-28 | 11 | -20/+24 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | removed unnecessary semicolons | Shuhei Kitagawa | 2017-10-28 | 7 | -17/+17 | |
| | |_|/ / / / / | |/| | | | | | | ||||||
* / | | | | | | | Keep rubocop happy with the new Selenium runner | Matthew Draper | 2017-10-28 | 1 | -4/+6 | |
|/ / / / / / / |