aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/generators
Commit message (Expand)AuthorAgeFilesLines
* 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
|/ /
* | Fix "warning: method redefined; discarding old test_scaffold_plural_names"yuuji.yaginuma2017-09-301-2/+2
* | scaffold nested name controller should be fine.yalab2017-09-272-0/+36
* | Respect quiet option in all process of `rails new` commandyuuji.yaginuma2017-09-251-1/+6
* | Use escaped character in regexpyhirano552017-09-111-1/+1
* | Add credentials using a generic EncryptedConfiguration class (#30067)David Heinemeier Hansson2017-09-113-5/+3
* | Explicitly require `test_unit/reporter` in test helperyuuji.yaginuma2017-09-041-0/+6
* | Merge pull request #30323 from yhirano55/support_multiple_version_for_gem_methodMatthew Draper2017-08-311-4/+11
|\ \
| * | Support multiple versions arguments for `gem` method of GeneratorsYoshiyuki Hirano2017-08-191-4/+11
* | | Merge pull request #30370 from yhirano55/fix_indentation_in_secrets_yaml_temp...Kasper Timm Hansen2017-08-281-2/+2
|\ \ \
| * | | Fix indentation in the template for secretsYoshiyuki Hirano2017-08-231-2/+2
| |/ /
* / / Remove frozen_string_literal magic comment from templatesKoichi ITO2017-08-221-2/+0
|/ /