in rails should i be installing as a gem or a plugin
Posted
by drake
on Stack Overflow
See other posts from Stack Overflow
or by drake
Published on 2010-03-18T01:17:45Z
Indexed on
2010/03/18
1:21 UTC
Read the original article
Hit count: 535
I am trying to use acts_as_audited plugin. Should I be installing it as a gem (put it in environment.rb) or a plugin?
what is the advantage of one over the other. Later on I plan to put this app on the clients server for permanent hosting. so am I better off having it as a gem? if it is as a gem ...when i put the app on the clients server..will I not have to get this plugin again?
© Stack Overflow or respective owner