| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | Don't generate assets' initializer in `app:update` task if sprockets is skipped | Tsukuru Tanimichi | 2018-05-05 | 4 | -1/+22 |
* | | | | Partly revert #32289 to provide Rails' custom fallback in case | utilum | 2018-05-01 | 1 | -2/+49 |
|/ / / |
|
* | | | Swap assertion order for better reporting | utilum | 2018-04-29 | 1 | -1/+1 |
* | | | Add a helper method to check that gem does not exist in `Gemfile` | yuuji.yaginuma | 2018-04-25 | 1 | -49/+26 |
* | | | Fix test method name | yuuji.yaginuma | 2018-04-25 | 1 | -2/+2 |
* | | | Merge pull request #32471 from janko-m/use-image_processing-gem | George Claghorn | 2018-04-23 | 2 | -3/+3 |
|\ \ \
| |/ /
|/| | |
|
| * | | Use ImageProcessing gem for ActiveStorage variants | Janko Marohnić | 2018-04-18 | 2 | -3/+3 |
* | | | Merge pull request #32686 from yhirano55/fix-indentation-with-rubocop | Ryuta Kamizono | 2018-04-22 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | Fix indentation manually | Yoshiyuki Hirano | 2018-04-22 | 1 | -1/+1 |
* | | | | Merge pull request #31554 from fatkodima/controller_generator_suffix | Guillermo Iguaran | 2018-04-22 | 2 | -1/+33 |
|\ \ \ \ |
|
| * | | | | Gracefully handle extra "controller" when generating controller | fatkodima | 2018-03-23 | 2 | -1/+33 |
* | | | | | Strip duplicated suffixes more strictly | Ryuta Kamizono | 2018-04-22 | 3 | -3/+3 |
* | | | | | Merge pull request #32685 from yhirano55/fix-duplicated-suffix-for-job-generator | Ryuta Kamizono | 2018-04-22 | 2 | -0/+15 |
|\ \ \ \ \ |
|
| * | | | | | Fix duplicated suffix for JobGenerator | Yoshiyuki Hirano | 2018-04-22 | 2 | -0/+15 |
| | |/ / /
| |/| | | |
|
* / | | | | Add test case to ChannelGeneratorTest | Yoshiyuki Hirano | 2018-04-22 | 1 | -0/+10 |
|/ / / / |
|
* | | | | Don't include bootsnap by default in apps generated under JRuby | Guillermo Iguaran | 2018-04-20 | 2 | -4/+13 |
* | | | | [ci skip] Prefix class name with Rails:: in docs | Alberto Almagro | 2018-04-20 | 1 | -3/+3 |
* | | | | [ci skip] Improve #find_in documentation. | Alberto Almagro | 2018-04-20 | 1 | -3/+3 |
* | | | | Fix typo on method name | Alberto Almagro | 2018-04-20 | 1 | -1/+1 |
* | | | | Create a .ruby-version compatible with MRI/JRuby by default | Guillermo Iguaran | 2018-04-19 | 2 | -2/+2 |
* | | | | [ci skip] Restore of links in RDOC_MAIN after an update of the file (#32644) | Felipe Tovar | 2018-04-19 | 1 | -11/+11 |
* | | | | Merge pull request #32605 from composerinteralia/assert-not | Rafael França | 2018-04-19 | 13 | -37/+37 |
|\ \ \ \ |
|
| * | | | | Replace `assert !` with `assert_not` | Daniel Colson | 2018-04-19 | 13 | -37/+37 |
* | | | | | Merge pull request #32626 from ftovaro/master | Xavier Noria | 2018-04-19 | 1 | -22/+29 |
|\ \ \ \ \ |
|
| * | | | | | [ci skip] Remove style of the word Rails at the top | Felipe Tovar | 2018-04-19 | 1 | -1/+1 |
| * | | | | | [ci skip] update RDOC_MAIN | Felipe Tovar | 2018-04-19 | 1 | -23/+30 |
| |/ / / / |
|
* / / / / | Make the master.key readable only by the owner | Jose Luis Duran | 2018-04-19 | 3 | -0/+27 |
|/ / / / |
|
* | | | | Fix test to allow IF NOT EXISTS in structure:dump | utilum | 2018-04-16 | 1 | -2/+2 |
* | | | | Deprecate support for using `HOST` environment to specify server IP (#32540) | Yuji Yaginuma | 2018-04-16 | 3 | -3/+35 |
| |/ /
|/| | |
|
* | | | Add .keep exception for storage folder | Paul | 2018-04-13 | 1 | -1/+4 |
* | | | Allow use of minitest-rails gem with Rails test runner | yuuji.yaginuma | 2018-04-11 | 1 | -1/+1 |
* | | | Remove upper bound on Capybara | eileencodes | 2018-04-10 | 1 | -1/+1 |
* | | | Add multidb application test | eileencodes | 2018-04-09 | 2 | -16/+215 |
* | | | rewords a bit RDOC_MAIN.rdoc [ci skip] | Yoshiyuki Hirano | 2018-04-08 | 1 | -2/+2 |
* | | | Fix test added in #32444 | bogdanvlviv | 2018-04-06 | 1 | -2/+4 |
* | | | Merge pull request #32441 from composerinteralia/refute-not | Rafael França | 2018-04-04 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | Autocorrect `refute` RuboCop violations | Daniel Colson | 2018-04-03 | 1 | -1/+1 |
* | | | | Merge pull request #32444 from matrinox/fix-return-response-mutation-rack-logger | Rafael Mendonça França | 2018-04-04 | 2 | -5/+21 |
|\ \ \ \ |
|
| * | | | | Stop mutating body response | Geoff Lee | 2018-04-03 | 2 | -5/+21 |
* | | | | | Merge pull request #32435 from bogdanvlviv/add-missing-dots-at-the-end-of-com... | Eileen M. Uchitelle | 2018-04-04 | 3 | -7/+7 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | Add missing dots at the end of comments in environment file templates | bogdanvlviv | 2018-04-03 | 3 | -7/+7 |
* | | | | | Fix RenderingTest in railtie | Yoshiyuki Hirano | 2018-04-04 | 1 | -1/+1 |
|/ / / / |
|
* | | | | Add `action_view.finalize_compiled_template_methods` config option | Simon Coffey | 2018-04-02 | 1 | -0/+3 |
* | | | | Merge pull request #32065 from sikachu/move-SourceAnnotationExtractor-under-r... | Kasper Timm Hansen | 2018-04-02 | 5 | -123/+132 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Add deprecation note for SourceAnnotationExtractor | Prem Sichanugrist | 2018-03-22 | 1 | -0/+7 |
| * | | | Make Annotation into a proper class | Prem Sichanugrist | 2018-03-22 | 1 | -1/+1 |
| * | | | Move SourceAnnotationExtractor under Rails module | Prem Sichanugrist | 2018-03-22 | 5 | -123/+125 |
| |/ / |
|
* | | | Deriving `secret_key_base` breaks `key_generator` defined in 5.1. | Yoshiyuki Kinjo | 2018-03-31 | 2 | -1/+2 |
* | | | Remove unnecessary line break and quotes | yuuji.yaginuma | 2018-03-30 | 1 | -2/+2 |
* | | | Fix "--frozen-lockfile" argument used in yarn install rake task | Guillermo Iguaran | 2018-03-29 | 1 | -1/+1 |