Hello all, Does anyone have experience using the Amazon web API with Rails? Have you had any luck with it? --------------------------------- Stay in the know. Pulse on the new Yahoo.com. Check it out. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
I''ve had pretty good success with ruby-amazon. http://raa.ruby-lang.org/project/ruby-amazon/ --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Amazon offers quite a few Web services, from the store stuff to S3 and EC2. They offer a lot of Ruby examples with their APIs, which is nice. We use S3 with a Rails app with great success. From: Will Gant <williamwgant-/E1597aS9LQAvxtiuMwx3w@public.gmane.org> Reply-To: <rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> Date: Wed, 13 Sep 2006 17:04:15 -0700 (PDT) To: Rails List <rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> Subject: [Rails] Amazon and Rails Hello all, Does anyone have experience using the Amazon web API with Rails? Have you had any luck with it? Stay in the know. Pulse on the new Yahoo.com. Check it out. <http://us.rd.yahoo.com/evt=42974/*http://www.yahoo.com/preview> --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
On Sep 13, 2006, at 8:04 PM, Will Gant wrote:> Does anyone have experience using the Amazon web API with Rails? > Have you had any luck with it?I''m using the ECommerce Services in a current project, using ruby- amazon. My main use has been to fill a local model with data from amazon, and I set that up as a plugin (dependent on ruby-amazon): http://jystewart.net/process/archives/2006/07/loads_from_amazon-ruby- on-rails-plugin/ http://projects.jystewart.net/svn/rails/loads_from_amazon/trunk/ I''ve been working on integrating with the Pro Merchant API but ran into a few problems that i haven''t had time to work through yet. James. -- James Stewart : Freelance Web Developer Work : http://jystewart.net Play : http://james.anthropiccollective.org --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
I''m using it too, but trying to connect to it so that Ajax is possible. Anyone have any luck? HH wrote:> Amazon offers quite a few Web services, from the store stuff to S3 and > EC2. > They offer a lot of Ruby examples with their APIs, which is nice. > > We use S3 with a Rails app with great success. > > > From: Will Gant <williamwgant-/E1597aS9LQAvxtiuMwx3w@public.gmane.org> > Reply-To: <rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> > Date: Wed, 13 Sep 2006 17:04:15 -0700 (PDT) > To: Rails List <rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> > Subject: [Rails] Amazon and Rails > > Hello all, > Does anyone have experience using the Amazon web API with Rails? Have > you > had any luck with it? > > > > Stay in the know. Pulse on the new Yahoo.com. Check it out. > <http://us.rd.yahoo.com/evt=42974/*http://www.yahoo.com/preview>-- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---