I was very glad to find your gem, but do you have any ideas why I might be getting this:
/Users/rahmal/.rvm/gems/ruby-1.9.3-p448@boxes/gems/trackerific-0.6.2/lib/trackerific/configuration.rb:17:in `method_missing': NoMethodError (NoMethodError)
from /Users/rahmal/Projects/Boxes/api/config/initializers/trackerific.rb:4:in `block in <top (required)>'
from /Users/rahmal/.rvm/gems/ruby-1.9.3-p448@boxes/gems/trackerific-0.6.2/lib/trackerific/configuration.rb:46:in `configure'
from /Users/rahmal/Projects/Boxes/api/config/initializers/trackerific.rb:3:in `<top (required)>'
from /Users/rahmal/.rvm/gems/ruby-1.9.3-p448@boxes/gems/activesupport-3.2.14/lib/active_support/dependencies.rb:245:in `load'
from /Users/rahmal/.rvm/gems/ruby-1.9.3-p448@boxes/gems/activesupport-3.2.14/lib/active_support/dependencies.rb:245:in `block in load'
This issue seems to be that none of the services are getting registered. But I have credentials for all of them. After looking a bit deeper, it seemed that the services module was not getting loaded at all. It throws an error when I try to checking if Trackerific::Services is in the load path. Any help you could offer would be appreciated.
Nevermind. I just realized bundler installed a very old version. Not sure why. I'll update the issue if I come across the reason. Sorry to have bothered you.
Hello Travis,
I was very glad to find your gem, but do you have any ideas why I might be getting this:
This issue seems to be that none of the services are getting registered. But I have credentials for all of them. After looking a bit deeper, it seemed that the services module was not getting loaded at all. It throws an error when I try to checking if Trackerific::Services is in the load path. Any help you could offer would be appreciated.