search for: slantwisedesign

Displaying 8 results from an estimated 8 matches for "slantwisedesign".

2005 Dec 23
3
Verisign Payflow Scripts
Here''s a link to the Verisign scripts we used... We customized ours a bit but this will get you going. Graciously provided by Jon at Slantwise Design and posted with permission (http://www.slantwisedesign.com), these may make it into some other format someday (gem? Plug in?). Anyway, of course, no warranty with this code, use at your own risk and really no support - you''ll have to get that going on your own. Payment processing is not for the faint of heart. Hope it is helpful. http://ww...
2006 Jun 28
0
Verisign Payflo Pro
Has anyone developed a plugin/gem/anything for Verisign that is recommendable and stable yet? I''ve seen the post at http://www.slantwisedesign.com/articles/view/2 but it doesn''t seem to me to be ready for a production environment. If I am incorrect, please let me know. -- Posted via http://www.ruby-forum.com/.
2007 Apr 02
0
Merb presentation
Merbists, I gave a presentation about Merb to my local Ruby group last week. I''ve put it up as a blog post. Please take a look and let me know if there are obvious errors. http://railspikes.com/2007/4/1/merb Thanks, -- Luke Francl Ruby on Rails Developer Slantwise Design <http://slantwisedesign.com> -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/merb-devel/attachments/20070402/b0d87591/attachment.html
2006 Mar 03
9
Credit card handling
Are there any articles anywhere that look at how to properly handle credit card information, the things you need to do to properly store CC info, etc? Joe
2006 Aug 01
2
Active Merchant or Payment module?
Which do you guys prefer for credit card processing? Both look like they get the job done. -- Is there any consensus on which one is better? Are there other credit card processing solutions I''m not aware of? Any thoughts or suggestions would be most welcome. Thanks! : ) Jason -- Posted via http://www.ruby-forum.com/.
2007 Mar 09
0
Merb + attachment_fu
Merbists, I saw a note in the attachment_fu source code regarding supporting Merb[1] as well as a post on the Caboose forum[2]. Has anyone gotten Merb working with Rick Olson''s attachment_fu to handle uploads for a Rails app? I''ve hacked together something, but it''s not pretty. Besides fixing the TODO mentioned in the attachment_fu source code to support Merb
2007 Mar 13
0
Specs for Ticket 21
I''ve submitted some specs for the problem I found with parsing multipart forms. http://merb.devjavu.com/projects/merb/ticket/21 It looks like the problem is broader than I thought before. The multipart form parsing only takes the last field in the form, the others get thrown away. Luke -------------- next part -------------- An HTML attachment was scrubbed... URL:
2007 Mar 13
2
running merb locally
Stupid question, but is there a way to run merb locally, without installing it as a gem? I don''t mean freezing it into a merb app, but checking out merb and being able to run it without installing the gem first. The reason I ask is that I''m working on some debugging stuff and it''d be helpful to be able to modify the source code, run it, modify, run, and so on. (And yes,