diff options
author | Tsukuru Tanimichi <info+git@ttanimichi.com> | 2016-11-14 18:09:26 +0900 |
---|---|---|
committer | Tsukuru Tanimichi <info+git@ttanimichi.com> | 2016-11-14 20:56:49 +0900 |
commit | 592c06d7cb158df07bf87246c23af24b72d13c97 (patch) | |
tree | 21ccca2368356847c86837bc08de9559606e96fb /Gemfile.lock | |
parent | 5f3222155957e887516ffd4be58c4743553415b5 (diff) | |
download | rails-592c06d7cb158df07bf87246c23af24b72d13c97.tar.gz rails-592c06d7cb158df07bf87246c23af24b72d13c97.tar.bz2 rails-592c06d7cb158df07bf87246c23af24b72d13c97.zip |
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>
```
Diffstat (limited to 'Gemfile.lock')
0 files changed, 0 insertions, 0 deletions