Displaying 13 results from an estimated 13 matches similar to: "USPS Labels from Webapp"
2012 Jun 26
2
Error with rake command
I am using Rails 2.3.8 application and when I enter rake command it
gives following error :
ms@ms-HP:~/OpenStreetView$ rake
WARNING: ''require ''rake/rdoctask'''' is deprecated. Please use ''require
''rdoc/task'' (in RDoc 2.4.2+)'' instead.
at /home/ms/.rvm/gems/ruby-1.9.3-p194@global/gems/rake-0.9.2.2/lib/rake/rdoctask.rb
rake
2006 Mar 08
0
looking for ad hoc mailing list webapp startup posted on the list a while back...
Someone announced a beta webapp on the list a while back, which allowed people to form ad hoc mailing list groups. It
had a weird name... with the number 9 in it. But I''ve searched and searched.... can''t seem to find any mention of it.
Anyone remember what that was called?
thanks,
b
2011 Mar 21
3
Does unicorn support mount the webapp with a prefix like Thin does?
For example, I have a webapp that handles /welcome.
Does unicorn support to mount the entire webapp at /prefix so request
to /prefix/welcome are?handled?
2012 Jan 11
2
A silly question about getting access to webapp installed with yum
Greetings,
I have helped host a few applications such as GLPI, OCSInventory, etc
etc. using the tarball method and untarring them in /var/www/htom
directory.
I have never done them though using yum.
I was trying to install Trac, Bugzilla etc using yum install method on
a Centos 6.2 box.
Somehow I am not able to see the respective pages say even using
http://localhost/trac or
2006 Jan 08
0
USPS Shipping API
I need to do USPS shipping from within my Rails app. Before I reinvent
the wheel, is there anything out there already?
I''m familiar with the Shipping gem that has support for Fedex and UPS so
far, and came across a post on Robby on Rails'' blog that he might be
adding USPS support to it back in April. Does anyone know if that or
anything similar has ever came to fruition?
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
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
2006 Jun 25
3
Working alone on a webapp
Do you design first the develop? Develop first then design? Do both
simultaneously?
Just curious, because I''m working on a site right now doing a little of both
at the same time.
--
Matt
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060625/81423f85/attachment.html
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
2008 Jul 03
0
ActiveShipping throwing error in build_access_request
I''m using ActiveShipping to try and query for shipping rates - and
when I''m getting an error when it''s building xmlnode.
The full code calls and the stack trace are here:
http://pastie.org/226833
but here are snippets:
result = ups.find_rates(origin, destination, packages)
NameError (undefined local variable or method `transitive'' for
<UNDEFINED> ...
2014 Oct 14
1
Belkin usp startup
Hi Charles;
I think its not working yet even though I seem to be getting only one
error, but I cannot seem to get upsmon to output the current ups status.
So, since I cannot find any manpages (is that a separate package, if so I
did not see it in the repo.)
about the only error I can get out of it is that it is not listening on
localhost:3493. Yet that is specified in the conf files:
ene
2018 Sep 06
0
Poweroff USP on upsmon FSD
Hi!
I'm trying to setup a small mobile server rack with key switch to power
on/off the whole system.
Used USP is an APC Smart-UPS 1500 SMT1500RMI2U with extra AP9613 IO
card [1] to get the key switch "connected" to the UPS. The IO card has
several inputs which can trigger actions like power on and "gracefully"
shutdown.
On key switch OFF this SMT ups model changes ups
2008 May 29
3
Shipping?
Why are there tutorials on everything having to do with rails EXCEPT
on calculating shipping costs for a shopping cart? there are 10 or so
blog posts about the "shipping_gem" or "active_shipping" but no real
details like how one might get the information from a form and then
pass the cost into the total for checkout. Does anyone know of a
tutorial i might have missed in the