aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/generators
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant begin blockRyuta Kamizono2019-04-041-10/+9
* Use `execute_batch2` rather than `execute_batch` to fix performance regressio...Ryuta Kamizono2019-04-042-2/+2
* Add test that the listen gem is included when RUBY_ENGINE is not 'ruby'Benoit Daloze2019-04-031-0/+16
* Merge pull request #35805 from excid3/attachments-field-generatorsRafael França2019-04-025-5/+73
|\
| * Add attachment and attachments field generatorsChris Oliver2019-03-305-5/+73
* | Include final newline in generated .ruby-versionOrhan Toy2019-04-011-0/+2
|/
* Add rich_text field to model generatorsChris Oliver2019-03-283-1/+54
* Use webdrivers instead of chromedriver-helper in new appsGuillermo Iguaran2019-03-241-2/+2
* Make aliases of `database` option in generators workyuuji.yaginuma2019-03-203-0/+30
* Add version awareness to rails db:system:changeGannon McGibbon2019-03-081-3/+18
* 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-014-4/+4
* Fix `ERB.new` argument deprecated warningyuuji.yaginuma2019-01-311-1/+5
* Don't add `RAILS_ENV` in generate actionyuuji.yaginuma2019-01-191-0/+6
* Remove deprecated `after_bundle` helper inside plugins templatesRafael Mendonça França2019-01-171-32/+0
* Remove deprecated `capify!`Rafael Mendonça França2019-01-171-9/+0
* Minimize boilerplate setup code for JavaScript librariesJavan Makhmali2019-01-161-2/+2
* Merge branch 'master' into db_system_change_commandKasper Timm Hansen2019-01-163-2/+19
|\
| * Add connection_test to app generatorVladimir Dementyev2019-01-131-0/+3
| * Add channel test generatorVladimir Dementyev2019-01-131-0/+14
| * Move all npm packages to @rails scopeJavan Makhmali2019-01-101-2/+2
* | Revise wording on invalid database error messagesGannon McGibbon2019-01-091-1/+1
* | Add rails db:system:change commandGannon McGibbon2019-01-092-0/+114
|/
* 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
* Revert "Remove node_modules path from assets load paths since we use webpack ...bogdanvlviv2019-01-061-0/+5
* Add `--skip-action-text` option to `rails new`bogdanvlviv2019-01-052-0/+17
* Merge pull request #34816 from bogdanvlviv/add-skip-action-mailbox-option-to-...Rafael Mendonça França2019-01-032-0/+9
|\
| * Add `--skip-action-mailbox` option to `rails new`bogdanvlviv2018-12-282-0/+14
* | 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
|/
* Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin blockRyuta Kamizono2018-12-211-6/+4
* Module#{attr,attr_accessor,attr_reader,attr_writer} become public since Ruby 2.5Ryuta Kamizono2018-12-212-4/+4
* Do not show post install message on rails newRafael Mendonça França2018-12-131-1/+1
* Merge pull request #34691 from gmcgibbon/rm_helper_generator_suffixRyuta Kamizono2018-12-131-0/+7
|\
| * Remove redundant suffixes on generated helpers.Gannon McGibbon2018-12-121-0/+7
* | Remove redundant suffixes on generated integration tests.Gannon McGibbon2018-12-121-0/+7
|/
* Fix boolean interaction in scaffold system testsGannon McGibbon2018-12-121-3/+5
* Remove redundant suffixes on generated system tests.Gannon McGibbon2018-12-111-0/+14
* Abort early if generator command fails (#34420)David Rodríguez2018-12-071-2/+14
* Fix test name to match the test behavioryuuji.yaginuma2018-11-181-4/+4
* Add `connect_src` example to content security policy initializeryuuji.yaginuma2018-11-041-0/+11
* Remove node_modules path from assets load paths since we use webpack by defaultbogdanvlviv2018-10-221-5/+1
* Remove `--skip-yarn` in favor of `--skip-javascript`bogdanvlviv2018-10-222-3/+4
* Remove yarn's files from `.gitignore` template for new rails appbogdanvlviv2018-10-211-10/+0
* Correct some tests related to changes in #33079 (#34272)Bogdan2018-10-222-4/+6
* Avoid running `webpacker:install` on tests that don't need ityuuji.yaginuma2018-10-202-6/+10