Displaying 5 results from an estimated 5 matches for "slantwise".
Did you mean:
scanwise
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...
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
2009 Mar 08
0
Logging question
I have been using the Slantwise Fetcher plugin for a while now.
I have run into some problems lately and it''s a bit of a pain to
troubleshoot because it is not clear where (or if) it logs anything.
Can anybody give me some pointers about how to enable logging for this?
It would be great if I could have separate logs f...
2007 Dec 06
1
Fetcher Daemon Questions - receive???
I''m starting to play with Slantwise.com''s Fetcher to process emails via
a Ruby script.
Here''s the basic code lifted from their plugin:
[code]
class MailFetcherDaemon < Daemon::Base
@config = YAML.load_file("#{RAILS_ROOT}/config/mail.yml")
@config = @config[RAILS_ENV].to_options
@sleep_time = @...
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