in rails should i be installing as a gem or a plugin
- by drake
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?