Hi, I was looking to get a plugin or something to calculate shipping information from either fedex or ups. I have looked at active shipping, the shipping gem and MightyInteractive fedex plugin. What are people doing in regards to shipping? The plugins/gems I have tested are all outdated... --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
That''s what I found, too, when I looked about six months ago. I ended up just mocking up some XML requests for UPS. You can search this forum and find my previous post which includes the code that I used. We then switched to using FedEx, and I did the same. The documentation for using XML with FedEx is terrible (they much prefer SOAP, but it was overkill for my application), so feel free to contact me outside of here to get some code. All I''m doing is making a rate request and parsing the response. -Kyle On Apr 7, 10:36 pm, heimdull <fre...-RCI/mp9mI1I6GGFevw1D/A@public.gmane.org> wrote:> Hi, > > I was looking to get a plugin or something to calculate shipping > information from either fedex or ups. I have looked at active > shipping, the shipping gem and MightyInteractive fedex plugin. > > What are people doing in regards to shipping? The plugins/gems I have > tested are all outdated...--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Check out my blog post on the subject that has some code for UPS: http://www.bencurtis.com/archives/2007/10/ups-shipping-with-rails/ ---- Benjamin Curtis http://catchthebest.com/ - Team-powered recruiting http://agilewebdevelopment.com/plugins - Rails plugins http://www.bencurtis.com/ - Personal blog On Apr 7, 8:36 pm, heimdull <fre...-RCI/mp9mI1I6GGFevw1D/A@public.gmane.org> wrote:> Hi, > > I was looking to get a plugin or something to calculate shipping > information from either fedex or ups. I have looked at active > shipping, the shipping gem and MightyInteractive fedex plugin. > > What are people doing in regards to shipping? The plugins/gems I have > tested are all outdated...--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---