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

Popular posts from this blog

objective c - iPhone and it's wireless area -

unix - Listing all shared memory segments used by a process on AIX5.3+ -

tsql - Correct sql/hql query (aggregate in where clause) -