How does Rails Plugin Storage work?

Posted by Kevin on Stack Overflow See other posts from Stack Overflow or by Kevin
Published on 2010-03-31T23:38:25Z Indexed on 2010/03/31 23:43 UTC
Read the original article Hit count: 186

Trying to figure out how to install rails plugins manually on windows so I have a few questions.

  1. What does the directory need to be named in vendor/plugins? Is it arbitrary or is it linked to something within the plugin config files or is that what you set in the environment.rb?

  2. Once I've copied the files to the correct directory, do I always need to run something inside like init.rb or is it good to go?

  3. What's the difference between 'require' and 'include'?

Thanks!

© Stack Overflow or respective owner

Related posts about rails

Related posts about ruby-on-rails-plugins