E-commerce with Ruby

Hi, I’m wondering if there are any good examples of doing e-commerce using
Ruby. Thanks

Hi, I’m wondering if there are any good examples of doing e-commerce using
Ruby. Thanks

I’m not sure what qualifies as e-commerce.

I think there is a BuskPay or something in
the RAA.

And I tried to write a PayPal interface
script once. It never worked, but I’ll
share it with anyone who wants some
non-working code. :slight_smile:

Hal

···

----- Original Message -----
From: “Useko Netsumi” REMOVE_THISusenets@nyc.rr.com
Newsgroups: comp.lang.ruby
To: “ruby-talk ML” ruby-talk@ruby-lang.org
Sent: Friday, May 23, 2003 1:06 PM
Subject: E-commerce with Ruby

“Useko Netsumi” REMOVE_THISusenets@nyc.rr.com wrote in message
news:baln0j$1897o$1@ID-159205.news.dfncis.de

Hi, I’m wondering if there are any good examples of doing e-commerce using
Ruby. Thanks

I know Dave Thomas is going to give a talk on the subject.
Perhaps one day he will publish his experience online, please Dave :slight_smile:

Mikkel

MikkelFJ wrote:

“Useko Netsumi” REMOVE_THISusenets@nyc.rr.com wrote in message
news:baln0j$1897o$1@ID-159205.news.dfncis.de

Hi, I’m wondering if there are any good examples of doing e-commerce using
Ruby. Thanks

I know Dave Thomas is going to give a talk on the subject.
Perhaps one day he will publish his experience online, please Dave :slight_smile:

The talk is up on the RubyConf site:

Cheers

Dave

What I thought about e-commerce is as follow:

  1. it has a cataloging mechanism(w/RDBMS or OOBMS
    interface)
  2. AAA - Authentication, Authorization, and Accounting
    mechanism
  3. Encryption/SSL capability
  4. Interfacing with the major credit-card and/or payment
    system
  5. and other requirement I’m sure I missed and its important as well.

Perhaps we can find each item above individually but not yet integrated as
Ruby package.

I’d love to see some basic working skeleton/foundation examples that we all
can learn and improve it over time. Perhaps RAA would take charge and build
some mini-standard for e-commerce functionality using Ruby.

Thanks

PS: Please excuse my english.

“Hal E. Fulton” hal9000@hypermetrics.com wrote in message
news:1e1601c32168$647dfe80$0300a8c0@austin.rr.com

From: “Useko Netsumi” REMOVE_THISusenets@nyc.rr.com
Newsgroups: comp.lang.ruby
To: “ruby-talk ML” ruby-talk@ruby-lang.org
Sent: Friday, May 23, 2003 1:06 PM
Subject: E-commerce with Ruby

Hi, I’m wondering if there are any good examples of doing e-commerce
using

···

----- Original Message -----

Ruby. Thanks

I’m not sure what qualifies as e-commerce.

I think there is a BuskPay or something in
the RAA.

And I tried to write a PayPal interface
script once. It never worked, but I’ll
share it with anyone who wants some
non-working code. :slight_smile:

Hal

“Dave Thomas” dave@pragprog.com wrote in message
news:3ECE91E7.3080708@pragprog.com

MikkelFJ wrote:

I know Dave Thomas is going to give a talk on the subject.
Perhaps one day he will publish his experience online, please Dave :slight_smile:

The talk is up on the RubyConf site:

Ruby | zenspider.com | by ryan davis

That was fast :slight_smile:
Thanks

Mikkel