Hello, I am pleased to announce Payment, an easy to use payment gateway for Ruby. Take a look at the project page at http://rubyforge.org/projects/payment/ or for those of you who have rubygems, go to your command line and type: gem install payment Currently, Authorize.Net is the only gateway it supports, but more gateways are going to be built very soon. I hope this project fills a need for this great community. I am planning on adding Rails integration to the payment gateway for a Billing generator of sorts. The Trac install can be found at http://payment.rufy.com/ for those interested in contributing to this project. -Lucas Carlson http://www.rufy.com/
Damn, beat me to it. ;-) I was going to use this as my first open source project as I''ve been working a lot with payment APIs in PHP with pgcart.com. So, you''ve prompted me to switch my focus over to my knowledge of shipping APIs. http://rubyforge.org/projects/shipping/ -Robby On Fri, 2005-02-04 at 16:30 -0800, Lucas Carlson wrote:> Hello, I am pleased to announce Payment, an easy to use payment gateway > for Ruby. > > Take a look at the project page at > http://rubyforge.org/projects/payment/ or for those of you who have > rubygems, go to your command line and type: > > gem install payment > > Currently, Authorize.Net is the only gateway it supports, but more > gateways are going to be built very soon. I hope this project fills a > need for this great community. I am planning on adding Rails > integration to the payment gateway for a Billing generator of sorts. > > The Trac install can be found at http://payment.rufy.com/ for those > interested in contributing to this project. > > -Lucas Carlson > http://www.rufy.com/ > > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails-- /*************************************** * Robby Russell | Owner.Developer.Geek * PLANET ARGON | www.planetargon.com * Portland, OR | robby-/Lcn8Y7Ot69QmPsQ1CNsNQ@public.gmane.org * 503.351.4730 | blog.planetargon.com * PHP/PostgreSQL Hosting & Development * --- Now hosting PostgreSQL 8.0! --- ****************************************/
Is there anyone writing an e-Commerce application with rails? Robby Russell wrote:> Damn, beat me to it. ;-) > > I was going to use this as my first open source project as I''ve been > working a lot with payment APIs in PHP with pgcart.com. So, you''ve > prompted me to switch my focus over to my knowledge of shipping APIs. > > http://rubyforge.org/projects/shipping/ > > -Robby > > On Fri, 2005-02-04 at 16:30 -0800, Lucas Carlson wrote: > >>Hello, I am pleased to announce Payment, an easy to use payment gateway >>for Ruby. >> >>Take a look at the project page at >>http://rubyforge.org/projects/payment/ or for those of you who have >>rubygems, go to your command line and type: >> >>gem install payment >> >>Currently, Authorize.Net is the only gateway it supports, but more >>gateways are going to be built very soon. I hope this project fills a >>need for this great community. I am planning on adding Rails >>integration to the payment gateway for a Billing generator of sorts. >> >>The Trac install can be found at http://payment.rufy.com/ for those >>interested in contributing to this project. >> >>-Lucas Carlson >>http://www.rufy.com/ >> >>_______________________________________________ >>Rails mailing list >>Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org >>http://lists.rubyonrails.org/mailman/listinfo/rails
That was my thought process.. See how I do with the shipping module.. (still fairly new to ruby) and see if I can refactor pgCart while translating it to Ruby..while keeping my db structure (postgresql). pgcart was slotted to be open sourced in a few months..and it just might end up being rebuilt in Ruby before then. -Robby On Fri, 2005-02-04 at 17:19 -0800, Francisco Hernandez wrote:> Is there anyone writing an e-Commerce application with rails? > > Robby Russell wrote: > > Damn, beat me to it. ;-) > > > > I was going to use this as my first open source project as I''ve been > > working a lot with payment APIs in PHP with pgcart.com. So, you''ve > > prompted me to switch my focus over to my knowledge of shipping APIs. > > > > http://rubyforge.org/projects/shipping/ > > > > -Robby > > > > On Fri, 2005-02-04 at 16:30 -0800, Lucas Carlson wrote: > > > >>Hello, I am pleased to announce Payment, an easy to use payment gateway > >>for Ruby. > >> > >>Take a look at the project page at > >>http://rubyforge.org/projects/payment/ or for those of you who have > >>rubygems, go to your command line and type: > >> > >>gem install payment > >> > >>Currently, Authorize.Net is the only gateway it supports, but more > >>gateways are going to be built very soon. I hope this project fills a > >>need for this great community. I am planning on adding Rails > >>integration to the payment gateway for a Billing generator of sorts. > >> > >>The Trac install can be found at http://payment.rufy.com/ for those > >>interested in contributing to this project. > >> > >>-Lucas Carlson > >>http://www.rufy.com/ > >> > >>_______________________________________________ > >>Rails mailing list > >>Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > >>http://lists.rubyonrails.org/mailman/listinfo/rails > > > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails-- /*************************************** * Robby Russell | Owner.Developer.Geek * PLANET ARGON | www.planetargon.com * Portland, OR | robby-/Lcn8Y7Ot69QmPsQ1CNsNQ@public.gmane.org * 503.351.4730 | blog.planetargon.com * PHP/PostgreSQL Hosting & Development * --- Now hosting PostgreSQL 8.0! --- ****************************************/
Yes, but I haven''t tacked payment yet. We''re still in the early stages. Tobias runs snowdevil.ca which is a currently functioning e-commerce site on rails. Brian On Fri, 04 Feb 2005 17:19:09 -0800, Francisco Hernandez <lagcisco-b7MHZcQsHeJWk0Htik3J/w@public.gmane.org> wrote:> Is there anyone writing an e-Commerce application with rails? > > Robby Russell wrote: > > Damn, beat me to it. ;-) > > > > I was going to use this as my first open source project as I''ve been > > working a lot with payment APIs in PHP with pgcart.com. So, you''ve > > prompted me to switch my focus over to my knowledge of shipping APIs. > > > > http://rubyforge.org/projects/shipping/ > > > > -Robby > > > > On Fri, 2005-02-04 at 16:30 -0800, Lucas Carlson wrote: > > > >>Hello, I am pleased to announce Payment, an easy to use payment gateway > >>for Ruby. > >> > >>Take a look at the project page at > >>http://rubyforge.org/projects/payment/ or for those of you who have > >>rubygems, go to your command line and type: > >> > >>gem install payment > >> > >>Currently, Authorize.Net is the only gateway it supports, but more > >>gateways are going to be built very soon. I hope this project fills a > >>need for this great community. I am planning on adding Rails > >>integration to the payment gateway for a Billing generator of sorts. > >> > >>The Trac install can be found at http://payment.rufy.com/ for those > >>interested in contributing to this project. > >> > >>-Lucas Carlson > >>http://www.rufy.com/ > >> > >>_______________________________________________ > >>Rails mailing list > >>Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > >>http://lists.rubyonrails.org/mailman/listinfo/rails > > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails >-- The years ahead pick up their dark bags. They move closer. There''s a slight rise in the silence then nothing. -- (If you''re receiving this in response to mail sent to bluczkie-OM76b2Iv3yLQjUSlxSEPGw@public.gmane.org, don''t be concerned This is my new address, but mail will be forwarded here indefinitely)
On Feb 5, 2005, at 2:19 Uhr, Francisco Hernandez wrote:> Is there anyone writing an e-Commerce application with rails?yes, we will launch one next week..
Me too. Probably will launch in 2 weeks, though I admit I am cheating a bit and using PayPal, but that''s mainly because the client wants to have multiple currencies. But for the next site, Payment looks like the goods. Excellent! And I would be very interested in the Shipping one. On Sat, 5 Feb 2005 12:34:17 +0100, Florian Weber <csshsh-WuBoz9ku3QfAi70hqydFXw@public.gmane.org> wrote:> > On Feb 5, 2005, at 2:19 Uhr, Francisco Hernandez wrote: > > > Is there anyone writing an e-Commerce application with rails? > > yes, we will launch one next week.. > > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails >-- Jordan Brock Spin Technologies www.spintech.com.au