| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | | Merge pull request #33152 from bogdanvlviv/fix-ruby-version-file | Rafael França | 2018-06-18 | 2 | -2/+8 |
|\ \ \ \ |
|
| * | | | | Fix Ruby version in `.ruby-version` | bogdanvlviv | 2018-06-18 | 2 | -2/+8 |
* | | | | | Remove unused require | yuuji.yaginuma | 2018-06-18 | 1 | -1/+0 |
|/ / / / |
|
* | | / | Include `ActiveSupport::Testing::MethodCallAssertions` in `railties/test/isol... | bogdanvlviv | 2018-06-09 | 2 | -2/+2 |
| |_|/
|/| | |
|
* | | | Remove unnecessary test | yuuji.yaginuma | 2018-06-03 | 2 | -8/+2 |
| |/
|/| |
|
* | | Merge pull request #30406 from eliotsykes/reduce-spring-watch-calls | Rafael Mendonça França | 2018-05-23 | 1 | -6/+6 |
|\ \ |
|
| * | | Minimize Spring.watch calls | Eliot Sykes | 2017-08-25 | 1 | -6/+6 |
* | | | Enable warnings in all test tasks | utilum | 2018-05-23 | 1 | -1/+1 |
* | | | Merge pull request #32699 from printercu/patch-3 | Rafael França | 2018-05-22 | 1 | -1/+7 |
|\ \ \ |
|
| * | | | Respect NODE_ENV when running `rails yarn:install` | printercu | 2018-04-23 | 1 | -1/+7 |
| | |/
| |/| |
|
* | | | Bump minimum version of Thor to 0.19.0 | Guillermo Iguaran | 2018-05-22 | 1 | -1/+1 |
* | | | Merge pull request #32934 from aki77/fix-locale-selector | Rafael França | 2018-05-22 | 1 | -7/+10 |
|\ \ \ |
|
| * | | | Fix locale selector | aki | 2018-05-19 | 1 | -7/+10 |
* | | | | Enable `Lint/StringConversionInInterpolation` rubocop rule | Ryuta Kamizono | 2018-05-21 | 1 | -1/+1 |
* | | | | Add test case that configure `config.action_view.finalize_compiled_template_m... | yuuji.yaginuma | 2018-05-20 | 1 | -0/+17 |
|/ / / |
|
* | | | Don't generate yarn's contents in `app:update` task if it's skipped | Tsukuru Tanimichi | 2018-05-16 | 4 | -3/+25 |
* | | | Merge pull request #32837 from ttanimichi/app-update-skip-spring | Yuji Yaginuma | 2018-05-14 | 3 | -1/+17 |
|\ \ \ |
|
| * | | | Don't generate `config/spring.rb` in `app:update` task when spring isn't loaded | Tsukuru Tanimichi | 2018-05-13 | 3 | -1/+17 |
* | | | | Fix `CustomCops/AssertNot` to allow it to have failure message | Ryuta Kamizono | 2018-05-13 | 3 | -3/+3 |
* | | | | Remove unused `remove_file` method | Tsukuru Tanimichi | 2018-05-08 | 1 | -4/+0 |
|/ / / |
|
* | | | Skip `bootsnap` contents in `app:update` task if `bootsnap` is not used | yuuji.yaginuma | 2018-05-07 | 2 | -0/+14 |
* | | | prefer File.write for bulk writes | Xavier Noria | 2018-05-05 | 2 | -3/+3 |
* | | | Merge pull request #32780 from ttanimichi/tmp | Yuji Yaginuma | 2018-05-05 | 4 | -1/+22 |
|\ \ \ |
|
| * | | | 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 |
|/ / / / |
|