aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/generators/app_generator_test.rb
Commit message (Expand)AuthorAgeFilesLines
* `bundle binstubs bundler` should be executed after `bundle install`bogdanvlviv2018-08-111-1/+1
* Merge pull request #33202 from deivid-rodriguez/bundler_binstubsEileen M. Uchitelle2018-08-111-29/+21
|\
| * Generate bundler-compatible bundler binstubDavid Rodríguez2018-06-231-3/+6
| * Improve readability of some specsDavid Rodríguez2018-06-231-9/+9
| * Factor out some common bundler mocking logicDavid Rodríguez2018-06-231-20/+9
* | Merge pull request #32706 from yhirano55/fix-app-update-when-hyphenated-name-...Kasper Timm Hansen2018-07-011-0/+24
|\ \ | |/ |/|
| * Fix app:update when hyphenated name is givenYoshiyuki Hirano2018-04-241-0/+24
* | Fix Ruby version in `.ruby-version`bogdanvlviv2018-06-181-1/+7
* | Don't generate yarn's contents in `app:update` task if it's skippedTsukuru Tanimichi2018-05-161-0/+21
* | Don't generate `config/spring.rb` in `app:update` task when spring isn't loadedTsukuru Tanimichi2018-05-131-0/+11
* | Skip `bootsnap` contents in `app:update` task if `bootsnap` is not usedyuuji.yaginuma2018-05-071-0/+13
* | Don't generate assets' initializer in `app:update` task if sprockets is skippedTsukuru Tanimichi2018-05-051-0/+13
* | Swap assertion order for better reportingutilum2018-04-291-1/+1
* | Add a helper method to check that gem does not exist in `Gemfile`yuuji.yaginuma2018-04-251-49/+26
* | Fix test method nameyuuji.yaginuma2018-04-251-2/+2
* | Merge pull request #32471 from janko-m/use-image_processing-gemGeorge Claghorn2018-04-231-2/+2
|\ \ | |/ |/|
| * Use ImageProcessing gem for ActiveStorage variantsJanko Marohnić2018-04-181-2/+2
* | Fix indentation manuallyYoshiyuki Hirano2018-04-221-1/+1
* | Don't include bootsnap by default in apps generated under JRubyGuillermo Iguaran2018-04-201-3/+12
* | Create a .ruby-version compatible with MRI/JRuby by defaultGuillermo Iguaran2018-04-191-1/+1
* | Make the master.key readable only by the ownerJose Luis Duran2018-04-191-0/+9
|/
* Fix `test_config_another_database` failureRyuta Kamizono2018-03-221-2/+2
* Don't enforce UTF-8 by defaultAndrew White2018-02-271-3/+3
* Ensure that `mini_magick` is absent after `rails new` with `--skip-active-sto...bogdanvlviv2018-02-201-8/+9
* Don't overwrite config/master.key even on --forceclaudiob2018-02-121-1/+2
* Do not update `load_defaults` version when running `app:update` (#31951)Yuji Yaginuma2018-02-131-0/+15
* Respect --force option for config/master.keyclaudiob2018-02-111-0/+6
* PostgreSQL: Allow pg-1.0 gem to be used with ActiveRecordLars Kanis2018-01-101-1/+1
* Clean up railties testsbogdanvlviv2018-01-101-17/+0
* Merge pull request #31534 from claudiob/kaspth-approachKasper Timm Hansen2018-01-091-2/+2
|\
| * Don't run rails active_storage:install in new appsclaudiob2017-12-141-2/+2
* | Prevent to install gems when run test (#31564)Yuji Yaginuma2017-12-261-3/+9
* | Move `test_skip_bundle` to `AppGeneratorTest`yuuji.yaginuma2017-12-241-0/+9
* | Implicitly skip bootsnap for `rails new --dev`yuuji.yaginuma2017-12-191-0/+11
* | Add `skip_bootsnap` optionyuuji.yaginuma2017-12-161-0/+20
|/
* Add more tests for the `--webpack` optionTsukuru Tanimichi2017-12-051-0/+19
* Modify `test_webpack_option`Tsukuru Tanimichi2017-12-051-3/+5
* Merge pull request #31279 from ttanimichi/tests-for-webpack-optionGuillermo Iguaran2017-12-041-0/+14
|\
| * Add tests for the `--webpack` optionTsukuru Tanimichi2017-12-041-0/+14
* | Fix typo in test error messageclaudiob2017-12-021-1/+1
|/
* Use same version constraint in mysql adapter and generated applicationyuuji.yaginuma2017-11-281-1/+1
* Added missing test for presence of CSP initializerPrathamesh Sonpatki2017-11-271-0/+1
* Use Puma 3.11 in newly generated applicationsyuuji.yaginuma2017-11-271-1/+1
* Add master key to `gitignore` on `rails new`yuuji.yaginuma2017-11-161-0/+8
* Remove redundant passing --skip-active-storage in test casesbogdanvlviv2017-11-081-2/+2
* Do not run `active_storage:install` when bundle install is skippedyuuji.yaginuma2017-11-081-1/+15
* `rails new` runs `rails active_storage:install`bogdanvlviv2017-11-061-5/+8
* Add --skip-active-storage and do so automatically when --skip-active-record i...bogdanvlviv2017-11-061-0/+61
* Improve out-of-box experience with System tests including chromedriver-helper...Guillermo Iguaran2017-10-181-0/+2
* Respect quiet option in all process of `rails new` commandyuuji.yaginuma2017-09-251-1/+6