Hello, I''m new here. I started programming in Ruby on Rails week ago. It''s great! I''m preparing my first application but I need to make tickets system - (my vision) people will come, register, buy tickets (via paypal) in their profile. When will a payment arrive the system will add tickets automatically. Is it possible to make it in Ruby on Rails? Thank you :) -- 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?hl=en -~----------~----~----~----~------~----~------~--~---
Martin Snajdr wrote:> Hello, I''m new here. I started programming in Ruby on Rails week ago. > It''s great! > I''m preparing my first application but I need to make tickets system - > (my vision) people will come, register, buy tickets (via paypal) in > their profile. When will a payment arrive the system will add tickets > automatically. Is it possible to make it in Ruby on Rails? > > Thank you :)It is possible you just need to know how to deal with paypal. -- 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?hl=en -~----------~----~----~----~------~----~------~--~---
On 8/16/07, Keynan Pratt <rails-mailing-list-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> > Martin Snajdr wrote: > > Hello, I''m new here. I started programming in Ruby on Rails week ago. > > It''s great! > > I''m preparing my first application but I need to make tickets system - > > (my vision) people will come, register, buy tickets (via paypal) in > > their profile. When will a payment arrive the system will add tickets > > automatically. Is it possible to make it in Ruby on Rails? > > > > Thank you :) > > It is possible you just need to know how to deal with paypal.http://activemerchant.org is the lib that powers Shopify. It supports paypal. -- Rick Olson http://lighthouseapp.com http://weblog.techno-weenie.net http://mephistoblog.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?hl=en -~----------~----~----~----~------~----~------~--~---
Rick Olson wrote:> On 8/16/07, Keynan Pratt <rails-mailing-list-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote: >> >> It is possible you just need to know how to deal with paypal. > > http://activemerchant.org is the lib that powers Shopify. It supports > paypal. > > -- > Rick Olson > http://lighthouseapp.com > http://weblog.techno-weenie.net > http://mephistoblog.comThank you, it looks great for me but hard to use :) so I will learn it... -- 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?hl=en -~----------~----~----~----~------~----~------~--~---