1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/railties/test/generators
Tsukuru Tanimichi 592c06d7cb Add :skip_sprockets to Rails::PluginBuilder::PASSTHROUGH_OPTIONS
`rails plugin new` with `--full` and `--skip-sprockets` options generates a dummy application that throws `NoMethodError`.

```
% rails plugin new my_engine -S --full --skip-gemspec
% cd my_engine
% bin/rails test
rails aborted!
NoMethodError: undefined method `assets' for #<Rails::Application::Configuration:0x007f83aa1e6100>
```
2016-11-14 20:56:49 +09:00
..
actions_test.rb Add three new rubocop rules 2016-08-16 04:30:11 -03:00
api_app_generator_test.rb normalizes indentation and whitespace across the project 2016-08-06 20:16:27 +02:00
app_generator_test.rb Add test for #25248 2016-11-12 15:10:59 -05:00
argv_scrubber_test.rb applies new string literal convention in railties/test 2016-08-06 19:16:09 +02:00
assets_generator_test.rb applies new string literal convention in railties/test 2016-08-06 19:16:09 +02:00
channel_generator_test.rb applies new string literal convention in railties/test 2016-08-06 19:16:09 +02:00
controller_generator_test.rb Add three new rubocop rules 2016-08-16 04:30:11 -03:00
create_migration_test.rb remove redundant curlies from hash arguments 2016-08-06 19:44:11 +02:00
generated_attribute_test.rb applies new string literal convention in railties/test 2016-08-06 19:16:09 +02:00
generator_generator_test.rb Add three new rubocop rules 2016-08-16 04:30:11 -03:00
generator_test.rb Add more rubocop rules about whitespaces 2016-10-29 01:17:49 -02:00
generators_test_helper.rb applies remaining conventions across the project 2016-08-06 20:20:22 +02:00
helper_generator_test.rb Add three new rubocop rules 2016-08-16 04:30:11 -03:00
integration_test_generator_test.rb applies new string literal convention in railties/test 2016-08-06 19:16:09 +02:00
job_generator_test.rb applies new string literal convention in railties/test 2016-08-06 19:16:09 +02:00
mailer_generator_test.rb Add three new rubocop rules 2016-08-16 04:30:11 -03:00
migration_generator_test.rb applies new string literal convention in railties/test 2016-08-06 19:16:09 +02:00
model_generator_test.rb Add more rubocop rules about whitespaces 2016-10-29 01:17:49 -02:00
named_base_test.rb improve error message when include assertions fail 2016-09-16 12:03:37 -07:00
namespaced_generators_test.rb applies new string literal convention in railties/test 2016-08-06 19:16:09 +02:00
orm_test.rb
plugin_generator_test.rb Add :skip_sprockets to Rails::PluginBuilder::PASSTHROUGH_OPTIONS 2016-11-14 20:56:49 +09:00
plugin_test_helper.rb applies new string literal convention in railties/test 2016-08-06 19:16:09 +02:00
plugin_test_runner_test.rb Add more rubocop rules about whitespaces 2016-10-29 01:17:49 -02:00
resource_generator_test.rb applies new string literal convention in railties/test 2016-08-06 19:16:09 +02:00
scaffold_controller_generator_test.rb applies new string literal convention in railties/test 2016-08-06 19:16:09 +02:00
scaffold_generator_test.rb modernizes hash syntax in railties 2016-08-06 19:38:55 +02:00
shared_generator_tests.rb Add more rubocop rules about whitespaces 2016-10-29 01:17:49 -02:00
task_generator_test.rb applies new string literal convention in railties/test 2016-08-06 19:16:09 +02:00
test_runner_in_engine_test.rb applies new string literal convention in railties/test 2016-08-06 19:16:09 +02:00