ruby on rails - Is there any command to check what plugins I am using in my RoR application? -
Can I use any command to check whether my application is using a plugin ?
correct answer
bus seller / plugins
directory (If you do not have a seller
directory, then you are not using any plugins).
Wrong answer
You want to run it from inside the main directory of your Rail app:
./ script / plugin list
You can also get lots of information:
. / Script / plugin --help
Comments
Post a Comment