-
Notifications
You must be signed in to change notification settings - Fork 26
Description
I just signed up for their dev account and they gave me both a user_id and a password.
Looks like in the docs the gem doesn't require a pass but running Trackerific::Services.find_by_package_id(params[:tracking_number]) is returning nil
Any ideas?
** Resolved **
I tried to bump to version 0.7.5 but it looks like it's conflicting with Nokogiri and needs a version less than 1.6.0. Is that correct? Upon further investigation, and trying to use @superjustin's version, this seems to be a main problem as well. Using Rails 4 and Ruby 2, I have to use a version of Nokogiri less than 1.6 to run Trackerific 0.7.5
This last part seemed to be a Mavericks problem. I had to do this: http://jasdeep.ca/2013/10/installing-nokogiri-fails-os-x-mavericks/ to update my command line tools for the new version of OS X, then install Nokogiri 1.5.10, then it let me install Trackerific 0.7.5