similar to: USPS Shipping API

Displaying 20 results from an estimated 6000 matches similar to: "USPS Shipping API"

2011 Dec 24
1
Need help! Trying to install USPS Shipping Assistant in WINE
Hi All, I just learned how to use wine to install windows application two days ago. So far I still couldn't figure out how to get USPS shipping assistant works in Wine. I have Wine 1.3.28 installed in Linux Mint 12. I get mono 28, dotnet 2.0, ie7 and vc++ installed. When I run the USPS application I still got some errors like below. Could anyone point out which is missing here? I google the
2005 Apr 27
1
Ruby Shipping
To accompany the Payment library (http://payment.rufy.com/), I have created the shipping library that connects APIs for various shippers like UPS and FedEx. It is available as a ruby gem: gem install shipping or from rubyforge http://rubyforge.org/projects/shipping There is going to be some data that will persist for all shipments. For example, you will not want to repeat the fedex account
2011 Jul 05
0
USPS Labels from Webapp
Hey everyone, I have a requirement to integrate with the USPS to purchase shipping labels (priority mail and express mail). So, I have seen a few gems that deal with shipping but don''t have USPS support (shippinglogic) or have USPS support but just for rate calculation and tracking, not label creation (active_shipping). I did encounter a gem that is supposed to do what I need
2012 Feb 29
1
Re: Need help! Trying to install USPS Shipping Assistant in WINE
The bug report is at http://bugs.winehq.org/show_bug.cgi?id=29449
2007 Mar 27
0
USPS AMS API anyone?
Has anybody worked with the USPS AMS API (Address Matching System Application Programming Interface) before? My objective is to verify addresses using the USPS DB and although there are existing ruby libs for that I have two problems: I am not directly shipping so contractually I cannot access the online API and it is for commercial purposes so I cannot use/hack the online form. In short, we have
2006 Apr 27
1
Shipping gem on windows
I am trying to use the shipping gem shipping.rubyforge.org, but I cant get it to work on my windows development box at all. Problem anytime I try to do anything I get: ArgumentError: couldn''t find HOME environment -- expanding `~/.shipping.yml'' from c:/ruby/lib/ruby/gems/1.8/gems/shipping-1.3.0/lib/shipping/base.rb:25:in `expand_path'' from
2006 Mar 02
2
List controllers?
Hi Raileans, I''m wondering if there''s any way to get a list of all of the valid controllers in my application. Specifically, I''m doing some funny dynamic stuff in my routes.rb and wanted to make sure that valid controllers will always get mapped while things that are not controllers will go to my other map. I think it would look something like this in my mind''s
2006 Jan 23
6
Ruby at O''Reilly Rough Cuts
Not sure if this is old news or not, but it would appear that both the Ruby Cookbook and a Rails book are now available for purchase at O''Reilly Rough Cuts (something akin to PragProg''s beta book program): http://rubyurl.com/nHz http://my.safaribooksonline.com/?mode=roughcuts&srchtext=ROUGHCUTS I haven''t tried them yet, but it definitely seems worth checking out.
2006 Feb 10
4
before_save gotcha
Is it will known and accepted that before_save triggers should return true? I didn''t notice this before but now I see it in the documentation. Here is what I''m doing in my model: def before_save if self.has_album? self.visible = self.album.visible? end end That results in the expected result when album.visible? is true - but not when it is false. To make it
2006 May 30
2
ActiveMerchant
Is anyone using ActiveMerchant currently? I''ve seen it recommended on this list several times, but it seems kind of buggy and incomplete and I''m having trouble getting it to work. >From the example at http://home.leetsoft.com/am/, I''ve tried: gateway = ActiveMerchant::Base.gateway(:authorized_net) response = gateway.capture(1000, creditcard) ..but it
2006 Feb 13
1
hackish error handling
I''ve got a block of code that''s turning out.. well - just plain ugly. So i know I must not be doing it the Ruby way. The main problem I''m having is in dealing with handling errors - and just not finding much Rails documentation that gives a deeper understanding of how to handle errors in Rails (outside of several docs on the catch-all''s) the main method
2013 Dec 10
0
Fedex plugin Rails Issue.
I working on an existing code base for a client. The app is built in rails 2.3 and uses the fedex plugin. Now i have develop a functionality for shipping the goods using *international priority* service type, the problem i''m facing is when ever i make a call to the fedex api for a shipping label it returns an error "Fedex::FedexError: Unable to get label from Fedex: Customs
2015 Apr 09
0
Problem with parcel shipping, ID:00000329600
Dear Customer, We could not deliver your parcel. Shipment Label is attached to email. Warm regards, Raymond Ritter, FedEx Operation Agent. -------------- next part -------------- A non-text attachment was scrubbed... Name: Label_00000329600.zip Type: application/zip Size: 4437 bytes Desc: not available URL:
2006 Mar 03
5
Rails Site: VegasLists.com
Just wanted to drop a note about a new Rails site that we''re testing in the wild, http://www.vegaslists.com. The site allows users to create lists about anything Las Vegas related and then lets other users comment on those lists. It was a project that went from concept to completed in about 2 weeks, working on it after the ''real job'' for fun. It''s very simple
2006 Jun 07
3
fedex tracking
I''ve been using the Business::FedEx::DirectConnect perl module to track and ship packages via FedEx for awhile now. I''m wanting to convert some of this functionality over to ROR, mostly just the package tracking part. Has anyone successfully tracked a package using the Shipping API out on RubyForge? It seems like the functionality is there since it''s just another
2006 May 29
1
Substruct 0.7 now here!!!
I''ve just pushed the latest version of Substruct, everyone''s favorite CMS/E-commerce project out the door. http://dev.subimage.com/projects/substruct/ is the home page if you''re unfamiliar with it. The release is available here: http://subimage.com/files/substruct-0.7.tar.gz And install instructions here:
2005 Mar 01
4
PostgreSQL Schema and Rails
Hey all, I am curious about how Rails interacts with SCHEMAs in PostgreSQL. From the generate command, is it possible to setup a scaffold for a table not in the public. schema in PostgreSQL? As a test, I tried, ./script/generate scaffold Manage.Form Manage.Form No dice. Any suggestions? -Robby -- /*************************************** * Robby Russell | Owner.Developer.Geek * PLANET ARGON
2008 Feb 18
3
Displaying a base64-encoded image within an rhtml template
I''m working on generating FedEx labels for quick & easy shipping. FedEx returns the label as a base64-encoded string. Assuming that ''match'' is the base64 string containing the label data, here is what I have to display the image: send_data image, :filename => ''fedex_shipping_label.png'', :type => ''image/png'', :disposition
2005 Apr 01
1
wiki down?
Getting: Bad Gateway The proxy server received an invalid response from an upstream server. Do we have any mirrors of the sites? Might be something to consider in the future as Rails get even more popular. :-) *can offer some hosting for mirroring* Cheers, -Robby -- /*************************************** * Robby Russell | Owner.Developer.Geek * PLANET ARGON | www.planetargon.com *
2017 Oct 22
2
Tip and Workaround: UPS World Ship refuses to help with XP
Hi All, I replaced a Linux file server at a company last month. Both server had to be active at the same time to transition, so the new server got a new name. The customer client computers are all XP still. The machine with the client UPS World Ship stopped working as it kept looking for the old server. I replaced every instance of the old server's name with the new server in the registry.