aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorTsukuru Tanimichi <info+git@ttanimichi.com>2016-11-14 18:09:26 +0900
committerTsukuru Tanimichi <info+git@ttanimichi.com>2016-11-14 20:56:49 +0900
commit592c06d7cb158df07bf87246c23af24b72d13c97 (patch)
tree21ccca2368356847c86837bc08de9559606e96fb /activesupport
parent5f3222155957e887516ffd4be58c4743553415b5 (diff)
downloadrails-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 'activesupport')
0 files changed, 0 insertions, 0 deletions