I am looking to retrieve just rate information from FedEx Web Services API. I have the account information setup. After reviewing previous posts most people recommend the Shipping gem. However, I only need to get the rates from FedEx, so adding a gem seems overkill. Does anyone have code they are willing to share that pulls rates and parses the result? Any code samples or references are greatly appreciated. Thanks, Jason
On Mon, May 18, 2009 at 6:35 AM, Jason <mccreary.jason-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > I am looking to retrieve just rate information from FedEx Web Services > API. I have the account information setup. After reviewing previous > posts most people recommend the Shipping gem. However, I only need to > get the rates from FedEx, so adding a gem seems overkill. > > Does anyone have code they are willing to share that pulls rates and > parses the result? Any code samples or references are greatly > appreciated. > > Thanks, > JasonWhat do you mean you have the account information setup with FedEx? Are you the shipper in all cases? If this is the case, you should be able to use ActiveShipping: http://github.com/Shopify/active_shipping/tree/master Good luck, -Conrad --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
I simply mean that I have setup an account with FedEx (API Key, etc). I will take a look at ActiveShipping, as I also am working on a PayPal script and leaning towards ActiveMerchant. Does anyone know if installing these as a gem or plugin makes a difference on a shared hosting environment? I worry that because of it I won''t be able to use it in production.
On Mon, May 18, 2009 at 4:41 PM, Jason <mccreary.jason-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > I simply mean that I have setup an account with FedEx (API Key, etc). > > I will take a look at ActiveShipping, as I also am working on a PayPal > script and leaning towards ActiveMerchant. > > Does anyone know if installing these as a gem or plugin makes a > difference on a shared hosting environment? I worry that because of it > I won''t be able to use it in production.In general, each project owner will generally provide proper installation instructions. Good luck, -Conrad --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---