Welcome Guest | Login

Unable to get graticule gem to load from acts_as_geocodable plugin

I followed the instructions on freezing a gem but it doesn't seem to be working.

I am able to use irb and validate it:
irb(main):001:0> require 'rubygems'
=> true
irb(main):002:0> require 'graticule'
=> true
irb(main):003:0>

but when the acts_as_geocodable plugin tries to load the plugin it fails.

I am getting the following error in the apache logs:
/home/mysagem/mysagemd/vendor/plugins/acts_as_geocodable/init.rb:4:in `evaluate_init_rb': Graticule >= 0.2.0 is required for acts_as_geocodable (RuntimeError)

Thanks for the help

2008-09-04 06:53 PM

I've installed the gem graticule globally on the server now. Please check if that helped you.

2008-09-04 07:21 PM

Thanks, that did it :)

2008-09-04 07:23 PM


Hello Guest! In order to post you must be an active client with us, please log in or sign up.