开发者

How do I uninstall a Rails plugin?

开发者 https://www.devze.com 2023-04-04 10:35 出处:网络
I tried to make multiple files uploading, and did this: rails plugin install g开发者_运维知识库it://github.com/kpitn/swfupload.git

I tried to make multiple files uploading, and did this:

rails plugin install g开发者_运维知识库it://github.com/kpitn/swfupload.git

and now any rails ... command throws an error:

.../vendor/plugins/swfupload/lib/swfupload.rb:18: undefined method `middleware' for ActionController::Dispatcher:Class (NoMethodError)

that's why i can't even uninstall this plugin

That stops everything i do, i'm just lost

What is the solution? I couldn't find something explaining about middleware in rails 3 context


Delete the vendor/plugins/swfupload directory.

0

精彩评论

暂无评论...
验证码 换一张
取 消