Should I include the binary in a Rails plugin or not?
- by Nick Gorbikoff
Hello.
I'm trying to roll out a little Rails plugin that is basically is just a wrapper to a 7zip archiver.
Should I include the 7zip binaries for windows, mac and linux with it or explain to user that it's a dependency and they need to get it working. I know it's not that difficult to install a 7zip, but what is the best practice in general.…