From 49f4625b70ea4d4831ad3f32930642548d62fe5e Mon Sep 17 00:00:00 2001 From: Nicholas La Roux Date: Wed, 20 Mar 2019 09:48:51 +0900 Subject: Revert "Revert "Remove `javascripts` and `javascript_engine` options for generators"" --- guides/source/configuring.md | 2 -- 1 file changed, 2 deletions(-) (limited to 'guides') diff --git a/guides/source/configuring.md b/guides/source/configuring.md index 54a74dd649..a61ba5dc9f 100644 --- a/guides/source/configuring.md +++ b/guides/source/configuring.md @@ -204,8 +204,6 @@ The full set of methods that can be used in this block are as follows: * `helper` defines whether or not to generate helpers. Defaults to `true`. * `integration_tool` defines which integration tool to use to generate integration tests. Defaults to `:test_unit`. * `system_tests` defines which integration tool to use to generate system tests. Defaults to `:test_unit`. -* `javascripts` turns on the hook for JavaScript files in generators. Used in Rails for when the `scaffold` generator is run. Defaults to `true`. -* `javascript_engine` configures the engine to be used (for eg. coffee) when generating assets. Defaults to `:js`. * `orm` defines which orm to use. Defaults to `false` and will use Active Record by default. * `resource_controller` defines which generator to use for generating a controller when using `rails generate resource`. Defaults to `:controller`. * `resource_route` defines whether a resource route definition should be generated -- cgit v1.2.3