开发者

Is there any command to check what plugins I am using in my RoR application?

开发者 https://www.devze.com 2022-12-17 18:48 出处:网络
Can开发者_如何学Python I use any command to check if my application is using any plugins or not?Corrected answer

Can开发者_如何学Python I use any command to check if my application is using any plugins or not?


Corrected answer

Just look in the vendor/plugins directory. (If you don't have a vendor directory, you're not using any plugins).

INCORRECT ANSWER

You want to run this from inside the main directory of your Rails app:

./script/plugin list

You can also get lots of nifty info from:

./script/plugin --help
0

精彩评论

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