aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/generators
Commit message (Expand)AuthorAgeFilesLines
* Fix `test_config_another_database` failureRyuta Kamizono2018-03-221-2/+2
* Don't enforce UTF-8 by defaultAndrew White2018-02-271-3/+3
* Improve generated file `app/assets/javascripts/application.js` of pluginbogdanvlviv2018-02-231-1/+5
* Improve generated file `app/views/application.html.erb` of pluginbogdanvlviv2018-02-231-0/+9
* Comment `require "active_storage/engine"` in `bin/rails` of plugin if `--skip...bogdanvlviv2018-02-231-1/+2
* Add cop for preferring 'Foo.method' over 'Foo::method'Andrew White2018-02-222-2/+2
* Do not add routes when actions are not specifiedYuji Yaginuma2018-02-221-0/+7
* Ensure that `mini_magick` is absent after `rails new` with `--skip-active-sto...bogdanvlviv2018-02-201-8/+9
* Fix test method nameGuillermo Iguaran2018-02-181-1/+1
* Don't generate empty app/views folder when --api and --skip-action-mailer are...Guillermo Iguaran2018-02-181-0/+17
* Remove usage of strip_heredoc in the framework in favor of <<~Rafael Mendonça França2018-02-161-18/+17
* 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
* Use assert_predicate and assert_not_predicateDaniel Colson2018-01-252-7/+7
* PostgreSQL: Allow pg-1.0 gem to be used with ActiveRecordLars Kanis2018-01-101-1/+1
* Clean up railties testsbogdanvlviv2018-01-102-19/+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-262-4/+12
* | Move `test_skip_bundle` to `AppGeneratorTest`yuuji.yaginuma2017-12-242-9/+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
* Remove Content-Security-Policy initializer in API-only Applicationsyuuji.yaginuma2017-11-271-0/+2
* 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
* Remove field ids from scaffold formyuuji.yaginuma2017-11-261-4/+4
* Deprecate an `after_bundle` callback in Rails plugin templatesyuuji.yaginuma2017-11-181-0/+32
* Add master key to `gitignore` on `rails new`yuuji.yaginuma2017-11-161-0/+8
* Merge pull request #30004 from npenzin/patch-1Yuji Yaginuma2017-11-151-1/+2
|\
| * Ensure plugin_generator adds to new line in GemfileNikita Penzin2017-11-141-1/+2
* | Use .tt extension to all the template filesRafael Mendonça França2017-11-131-2/+2
* | Deprecate encrypted secrets in favor of credentials.Kasper Timm Hansen2017-11-121-44/+0
* | Merge pull request #30770 from y-yagi/do_not_create_credential_in_dummy_appli...Kasper Timm Hansen2017-11-121-0/+2
|\ \
| * | Do not create credentials in dummy applicationyuuji.yaginuma2017-10-021-0/+2
* | | Remove redundant passing --skip-active-storage in test casesbogdanvlviv2017-11-085-6/+6
* | | Do not run `active_storage:install` when bundle install is skippedyuuji.yaginuma2017-11-082-2/+15
* | | Merge pull request #30101 from bogdanvlviv/initialization-active_storageRafael França2017-11-067-18/+203
|\ \ \
| * | | Rails::Generators::Actions#execute_command allows option `capture`bogdanvlviv2017-11-061-0/+16
| * | | `rails new` runs `rails active_storage:install`bogdanvlviv2017-11-064-14/+32
| * | | Add --skip-active-storage and do so automatically when --skip-active-record i...bogdanvlviv2017-11-064-4/+155
* | | | Generate the correct path in nested scaffold generatoryuuji.yaginuma2017-11-052-1/+30
|/ / /
* | | Improve out-of-box experience with System tests including chromedriver-helper...Guillermo Iguaran2017-10-181-0/+2
* | | Fix "warning: assigned but unused variable - message"yuuji.yaginuma2017-10-121-2/+1
|/ /