public
Description: RESTful Rails app for storing credit cards
Clone URL: git://github.com/joevandyk/monkeycharger.git
joevandyk (author)
Wed Feb 20 07:40:34 -0800 2008
commit  faecf1ec1f6e99d62c3cfc2ff0cf260b29c7ef81
tree    fa5e78421e300dab08add2e52693a6749a5d55ed
parent  3b200e70c01a08d053980d9a8f61698c44583e67
name age message
file .gitignore Thu Nov 22 23:24:49 -0800 2007 removing log dir from .gitignore [joevandyk]
file CHANGELOG Thu Nov 22 23:18:10 -0800 2007 moved files around [joevandyk]
file MIT-LICENSE Thu Nov 22 23:18:10 -0800 2007 moved files around [joevandyk]
file README Thu Nov 22 23:18:10 -0800 2007 moved files around [joevandyk]
file Rakefile Thu Nov 22 23:18:10 -0800 2007 moved files around [joevandyk]
directory app/ Thu Nov 22 23:18:10 -0800 2007 moved files around [joevandyk]
directory config/ Thu Nov 22 23:18:10 -0800 2007 moved files around [joevandyk]
directory db/ Thu Nov 22 23:18:10 -0800 2007 moved files around [joevandyk]
directory lib/ Thu Nov 22 23:18:10 -0800 2007 moved files around [joevandyk]
directory public/ Thu Nov 22 23:18:10 -0800 2007 moved files around [joevandyk]
directory script/ Thu Nov 22 23:43:37 -0800 2007 Upgraded Rails [joevandyk]
directory spec/ Thu Nov 22 23:40:18 -0800 2007 Upgraded Rails and RSpec [joevandyk]
directory stories/ Thu Nov 22 23:40:18 -0800 2007 Upgraded Rails and RSpec [joevandyk]
directory test/ Thu Nov 22 23:18:10 -0800 2007 moved files around [joevandyk]
directory vendor/ Wed Feb 20 07:40:34 -0800 2008 Upgraded rspec [joevandyk]
README
MonkeyCharger is a small stand-alone RESTified Rails app that lets you store
and charge credit cards.  It uses the ActiveMerchant library for the 
authorizing and capturing of credit cards.

You probably want to run this application on a super-secured machine that's firewalled
like crazy and is not accessible from the internet.  And follow the Visa CISP 
documentation.

NOTE ON RUNNING TESTS: running 'rake' will run the integration tests, which do hit the 
remote payment gateways.  You'll need a valid account with someone like authorize.net 
to successfully run those tests.  Running 'rake spec' doesn't hit any remote gateways.

Also, before running the tests, cp config/initializers/monkeycharger.rb.example to 
config/initializers/monkeycharger.rb.


Copyright (c) 2007 Joe Van Dyk, released under the MIT license