Chris Earle
2007-Feb-08 21:39 UTC
37signals Getting Real purchase system, credit card check
Hi all, quick question does anyone know what 37signals is using on https://gettingreal.37signals.com/purchases/new I''m assuming it''s a basic Rails backend ... but what I really like is the credit card / cart simplicity -- and instant checking? No idea how that would be done ...... third-party system on the backend (ocCommerce? authorize.net?) or just some bank-API Any thoughts appreciated! -- Chris Earle System Solutions Specialist --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
dankelley
2007-Feb-08 22:58 UTC
Re: 37signals Getting Real purchase system, credit card check
I don''t think they are using Rails. If you point your browser at https://gettingreal.37signals.com/index.php you''ll get a page. I think that means they run the site on PHP. Oh my, is this is a worrisome sign about Rails? On Feb 8, 5:39 pm, "Chris Earle" <cea...-1t81/0liowCw5LPnMra/2Q@public.gmane.org> wrote:> I''m assuming it''s a basic Rails backend--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Philip Hallstrom
2007-Feb-08 23:12 UTC
Re: 37signals Getting Real purchase system, credit card check
> I don''t think they are using Rails. If you point your browser at > https://gettingreal.37signals.com/index.php > you''ll get a page. I think that means they run the site on PHP. > > Oh my, is this is a worrisome sign about Rails?No... somewhere DHH has said that one should use the best tool for the job... I actually specifically remmeber him mentioning their site... that PHP was enough and Rails would have been overkill or some such... Probably along the lines of "if it works, why change it?" Of course, I could be totally wrong too :) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Chris Mear
2007-Feb-08 23:13 UTC
Re: 37signals Getting Real purchase system, credit card check
On Feb 8, 11:12 pm, Philip Hallstrom <r...-SUcgGwS4C16SUMMaM/qcSw@public.gmane.org> wrote:> > I don''t think they are using Rails. If you point your browser at > > https://gettingreal.37signals.com/index.php > > you''ll get a page. I think that means they run the site on PHP. > > > Oh my, is this is a worrisome sign about Rails? > > No... somewhere DHH has said that one should use the best tool for the > job... I actually specifically remmeber him mentioning their site... that > PHP was enough and Rails would have been overkill or some such...They''ve said several times that they use PHP for individual pages and things were they just need a few includes or whatever, and a full- blown Rails app would be overkill. I believe the SVN blog used to run on Movable Type, generating PHP pages to add some dynamic elements, or something like that. Chances are they''re using PHP for the info and content pages of the Getting Real site too. Makes perfect sense to me. But the purchase app at https://gettingreal.37signals.com/purchases/new is very clearly Rails based -- just have a peek at some of the HTML that''s been generated. Chris --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Christos Zisopoulos
2007-Feb-08 23:17 UTC
Re: 37signals Getting Real purchase system, credit card check
The source to https://gettingreal.37signals.com/purchases/new looks like bog standard Rails to me. Naming conventions, multi attribute date assignments, the lot... If memory serves me well, before DHH started Rails at 37signals, they were a PHP shop. He did some PHP cosulting for them, but they moved to ruby after that. The index.php might be remnants of that time. No idea about the CC backend by the way... -christos On 8 Feb 2007, at 23:58, dankelley wrote:> > I don''t think they are using Rails. If you point your browser at > https://gettingreal.37signals.com/index.php > you''ll get a page. I think that means they run the site on PHP. > > Oh my, is this is a worrisome sign about Rails? > > > On Feb 8, 5:39 pm, "Chris Earle" <cea...-1t81/0liowCw5LPnMra/2Q@public.gmane.org> wrote: > >> I''m assuming it''s a basic Rails backend > > > >--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Conrad Taylor
2007-Feb-08 23:54 UTC
Re: 37signals Getting Real purchase system, credit card check
Hi Chris, please understand that 37signals is a company and the information that you''re requesting maybe proprietary. -Conrad On 2/8/07, Chris Earle <cearle-1t81/0liowCw5LPnMra/2Q@public.gmane.org> wrote:> > Hi all, > > quick question > > does anyone know what 37signals is using on > https://gettingreal.37signals.com/purchases/new > > > I''m assuming it''s a basic Rails backend ... but what I really like is the > credit card / cart simplicity -- and instant checking? > > No idea how that would be done ...... third-party system on the backend > (ocCommerce? authorize.net?) or just some bank-API > > Any thoughts appreciated! > > -- > Chris Earle > System Solutions Specialist > > > > > > >--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
askegg
2007-Feb-09 01:03 UTC
Re: 37signals Getting Real purchase system, credit card check
On Feb 9, 8:39 am, "Chris Earle" <cea...-1t81/0liowCw5LPnMra/2Q@public.gmane.org> wrote:> Hi all, > > quick question > > does anyone know what 37signals is using onhttps://gettingreal.37signals.com/purchases/new > > I''m assuming it''s a basic Rails backend ... but what I really like is the > credit card / cart simplicity -- and instant checking? > > No idea how that would be done ...... third-party system on the backend > (ocCommerce? authorize.net?) or just some bank-API > > Any thoughts appreciated! > > -- > Chris Earle > System Solutions SpecialistShopify released their backed framework for CC processing under the name ActiveMerchant (http://home.leetsoft.com/am). --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Chris Earle
2007-Feb-09 13:31 UTC
Re: 37signals Getting Real purchase system, credit card check
Ha, yeah, I know that I just figured if someone knew what systems they were running ..... wasn''t trying to steal any inside info thanks tho ;-) "Conrad Taylor" <conradwt-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote in message news:7317d7610702081554q4f1032c6nfd16c43ecfd1ae9b-JsoAwUIsXouq+1Nelnf3ueG/Ez6ZCGd0@public.gmane.org> > Hi Chris, please understand that 37signals is a company and the > information that you''re requesting maybe proprietary. > > -Conrad > > On 2/8/07, Chris Earle <cearle-1t81/0liowCw5LPnMra/2Q@public.gmane.org>wrote:> > > > Hi all, > > > > quick question > > > > does anyone know what 37signals is using on > > https://gettingreal.37signals.com/purchases/new > > > > > > I''m assuming it''s a basic Rails backend ... but what I really like isthe> > credit card / cart simplicity -- and instant checking? > > > > No idea how that would be done ...... third-party system on the backend > > (ocCommerce? authorize.net?) or just some bank-API > > > > Any thoughts appreciated! > > > > -- > > Chris Earle > > System Solutions Specialist > > > > > > > > > > > > > > > > >--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Chris Earle
2007-Feb-09 13:34 UTC
Re: 37signals Getting Real purchase system, credit card check
"Chris Mear" <chris-OIzkuoyqg0kAvxtiuMwx3w@public.gmane.org> wrote in message news:1170976417.978694.20400-VmKPqtHgnhcSa6Aw6UQYTWB/v6IoIuQBratpaaBEXXs@public.gmane.org> > But the purchase app at https://gettingreal.37signals.com/purchases/new > is very clearly Rails based -- just have a peek at some of the HTML > that''s been generated. > > ChrisYeah, my thought exactly .... just intrigued by the purchase app .......... Suggestion is Active Merchant so far ... that sound right to anyone? if so, then I will definately keep Active Merchant on the shortlist for my own purchasing/validation system Thanks all -- Chris --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
subimage interactive
2007-Feb-09 20:53 UTC
Re: 37signals Getting Real purchase system, credit card check
Don''t know what they''re using, but check out Substruct........................ We''re using the Payment gem, not the ActiveMerchant gem for now. http://dev.subimage.com/projects/substruct On 2/9/07, Chris Earle <cearle-1t81/0liowCw5LPnMra/2Q@public.gmane.org> wrote:> > > > "Chris Mear" <chris-OIzkuoyqg0kAvxtiuMwx3w@public.gmane.org> wrote in > message news:1170976417.978694.20400-VmKPqtHgnhcSa6Aw6UQYTWB/v6IoIuQBratpaaBEXXs@public.gmane.org > > > > But the purchase app at https://gettingreal.37signals.com/purchases/new > > is very clearly Rails based -- just have a peek at some of the HTML > > that''s been generated. > > > > Chris > > Yeah, my thought exactly .... just intrigued by the purchase app > .......... > Suggestion is Active Merchant so far ... that sound right to anyone? if > so, > then I will definately keep Active Merchant on the shortlist for my own > purchasing/validation system > > Thanks all > > -- > Chris > > > > > > > >-- -------------------- seth at subimage interactive ----- http://www.subimage.com http://sublog.subimage.com ----- http://www.getcashboard.com http://dev.subimage.com/projects/substruct --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Jeff Barczewski
2007-Feb-12 05:37 UTC
Re: 37signals Getting Real purchase system, credit card check
On 2/9/07, Chris Earle <cearle-1t81/0liowCw5LPnMra/2Q@public.gmane.org> wrote:> > > > "Chris Mear" <chris-OIzkuoyqg0kAvxtiuMwx3w@public.gmane.org> wrote in > message news:1170976417.978694.20400-VmKPqtHgnhcSa6Aw6UQYTWB/v6IoIuQBratpaaBEXXs@public.gmane.org > > > > But the purchase app at https://gettingreal.37signals.com/purchases/new > > is very clearly Rails based -- just have a peek at some of the HTML > > that''s been generated. > > > > Chris > > Yeah, my thought exactly .... just intrigued by the purchase app > .......... > Suggestion is Active Merchant so far ... that sound right to anyone? if > so, > then I will definately keep Active Merchant on the shortlist for my own > purchasing/validation system > >We use Rails with ActiveMerchant against a Trust Commerce gateway. It was easy to setup and works well. Since there is only basic documentation, just look at the source code, samples, and tests to understand how to use ActiveMerchant. The nice thing about going this route is that you have some flexibility in being able to switch to other processors fairly easily should you need to. We were able to start with the ActiveMerchant tests to create a full set of tests with different cards and data to fully understand what error codes and messages we would get back. That made the live testing almost uneventful :-) -- Jeff Barczewski, MasterView core team Inspired Horizons Ruby on Rails Training and Consultancy Next Ruby on Rails plus JRuby workshop Feb 22-24 St. Louis, MO http://inspiredhorizons.com/training/rails/index.html Limited seating, register now! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---