aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/generators/app_generator_test.rb
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* Add credentials using a generic EncryptedConfiguration class (#30067)David Heinemeier Hansson2017-09-111-3/+1
* Move common tests from `AppGeneratorTest` and `PluginGeneratorTest` to `Share...bogdanvlviv2017-08-171-119/+0
* Fix RuboCop offensesKoichi ITO2017-08-161-1/+1
* Add --skip-yarn option to the plugin generatorbogdanvlviv2017-08-151-26/+0
* Merge pull request #30219 from yhirano55/fix_app_generator_api_optionsRafael França2017-08-141-8/+0
|\
| * Refactor `--api` option of the app generatorYoshiyuki Hirano2017-08-131-8/+0
* | Adding frozen_string_literal pragma to Railties.Pat Allan2017-08-141-0/+2
* | Railties updates for frozen string literals.Pat Allan2017-08-141-1/+1
|/
* Refactor app_generator_test (#30192)yhirano552017-08-111-1/+8
* Improve plugin generator tests. Related to #30123.bogdanvlviv2017-08-101-32/+30