aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/generators/app_generator_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Use match? where we don't need MatchDataAkira Matsuda2019-07-291-3/+3
* Fix bin/update references after 8927eba83cKasper Timm Hansen2019-04-171-5/+0
* Correctly set application path in `test_app_update_does_not_change_config_tar...yuuji.yaginuma2019-04-151-2/+2
* Make test application the same state as `app:update`yuuji.yaginuma2019-04-151-1/+2
* Merge pull request #35967 from ryohashimoto/do_not_app_update_in_app_generato...Yuji Yaginuma2019-04-151-49/+60
|\
| * use Rails::Generators::AppGenerator#update_config_files instead of `rails app...Ryo Hashimoto2019-04-131-49/+60
* | Fix broken `AppGeneratorTest#test_spring_no_fork`yuuji.yaginuma2019-04-151-1/+1
* | generate config.cache_classes = false if SpringXavier Noria2019-04-141-0/+6
|/
* Remove redundant begin blockRyuta Kamizono2019-04-041-10/+9
* Use `execute_batch2` rather than `execute_batch` to fix performance regressio...Ryuta Kamizono2019-04-041-1/+1
* Add test that the listen gem is included when RUBY_ENGINE is not 'ruby'Benoit Daloze2019-04-031-0/+16
* Include final newline in generated .ruby-versionOrhan Toy2019-04-011-0/+2
* Use webdrivers instead of chromedriver-helper in new appsGuillermo Iguaran2019-03-241-2/+2
* Let Zeitwerk be a dependency of Active SupportXavier Noria2019-02-131-9/+0
* Zeitwerk integrationXavier Noria2019-02-121-0/+9
* Set sqlite3 gem version explicitly in generated GemfileSergey Ponomarev2019-02-051-1/+1
* Railities typo fixes.alkesh262019-02-011-1/+1
* Add connection_test to app generatorVladimir Dementyev2019-01-131-0/+3
* Preserve Bundle configuration during app generation (#34755)Marco Costa2019-01-091-0/+18
* Revert "Revert "Merge pull request #34387 from yhirano55/rails_info_propertie...Kasper Timm Hansen2019-01-081-0/+11
* Revert "Merge pull request #34387 from yhirano55/rails_info_properties_json"Kasper Timm Hansen2019-01-081-11/+0
* Add `--skip-action-text` option to `rails new`bogdanvlviv2019-01-051-0/+15
* Merge pull request #34816 from bogdanvlviv/add-skip-action-mailbox-option-to-...Rafael Mendonça França2019-01-031-0/+5
|\
| * Add `--skip-action-mailbox` option to `rails new`bogdanvlviv2018-12-281-0/+10
* | Don't load Action Mailbox when Active Storage is skippedGeorge Claghorn2018-12-291-0/+5
* | Ensure that the app generator skips action mailbox when `--skip-active-record...bogdanvlviv2018-12-281-0/+5
|/
* Do not show post install message on rails newRafael Mendonça França2018-12-131-1/+1
* Add `connect_src` example to content security policy initializeryuuji.yaginuma2018-11-041-0/+11
* Remove `--skip-yarn` in favor of `--skip-javascript`bogdanvlviv2018-10-221-2/+2
* Correct some tests related to changes in #33079 (#34272)Bogdan2018-10-221-2/+4
* Avoid running `webpacker:install` on tests that don't need ityuuji.yaginuma2018-10-201-4/+8
* Avoid running bundler on tests that don't need ityuuji.yaginuma2018-10-191-3/+3
* Runs the generator before assertionsyuuji.yaginuma2018-10-121-0/+1
* Use `--skip-webpack-install` by defaultyuuji.yaginuma2018-10-091-2/+2
* Avoid `webpacker:install` if unnecessaryyuuji.yaginuma2018-10-091-2/+2
* Add `skip-webpack-install` optionyuuji.yaginuma2018-10-091-0/+14
* Fix tests related to new JavaScript path for generatorsPrathamesh Sonpatki2018-10-051-1/+1
* Avoid `webpacker:install` if unnecessaryyuuji.yaginuma2018-10-051-2/+2
* Make Webpacker the default JavaScript compiler for Rails 6 (#33079)David Heinemeier Hansson2018-09-301-52/+19
* Enable `Performance/UnfreezeString` copyuuji.yaginuma2018-09-231-1/+1
* Remove mysql2 gem version requirement "< 0.6.0"Yasuo Honda2018-09-141-1/+1
* `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