Hi Jacqui, On Oct 17, 2007, at 10:35 PM, jacqui maher wrote:
> I would like to install the plugin tzinfo_timezone as it, unlike > the TimeZone library, supports Daylight Savings Time. However, it > requires the tzinfo gem and I'm not sure what the Tracks project's > policy is on requiring users to do things like install gems. Or if > there isn't one, what it should be. I didn't feel comfortable > installing a plugin that would require users and developers to > install the gem. If the gem is pure ruby (i.e. doesn't require native compilation), we can put it in vendor/gems. See the classic "Vendor Everything" post from the Err guys: http://errtheblog.com/post/2120. Their approach should work well for the situation you're describing. Cheers from NYC, Luke _______________________________________________ Tracks-discuss mailing list [email protected] http://lists.rousette.org.uk/mailman/listinfo/tracks-discuss
