aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/generators/app_generator_test.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
|/