public
Description: RESTful Rails app for storing credit cards
Clone URL: git://github.com/joevandyk/monkeycharger.git
Search Repo:
name age message
folder .gitignore Mon Feb 25 04:11:08 -0800 2008 updated git ignores [joevandyk]
folder CHANGELOG Thu Nov 22 23:18:10 -0800 2007 moved files around [joevandyk]
folder MIT-LICENSE Thu Nov 22 23:18:10 -0800 2007 moved files around [joevandyk]
folder README Thu Nov 22 23:18:10 -0800 2007 moved files around [joevandyk]
folder Rakefile Thu Nov 22 23:18:10 -0800 2007 moved files around [joevandyk]
folder app/ Wed Feb 20 07:46:57 -0800 2008 Security Fix!! [joevandyk]
folder config/ Wed Feb 20 07:46:57 -0800 2008 Security Fix!! [joevandyk]
folder db/ Mon Feb 25 04:11:08 -0800 2008 updated git ignores [joevandyk]
folder lib/ Thu Nov 22 23:18:10 -0800 2007 moved files around [joevandyk]
folder public/ Thu Nov 22 23:18:10 -0800 2007 moved files around [joevandyk]
folder script/ Thu Nov 22 23:43:37 -0800 2007 Upgraded Rails [joevandyk]
folder spec/ Wed Feb 20 17:36:40 -0800 2008 Upgraded to rspec trunk [joevandyk]
folder stories/ Thu Nov 22 23:40:18 -0800 2007 Upgraded Rails and RSpec [joevandyk]
folder test/ Thu Nov 22 23:18:10 -0800 2007 moved files around [joevandyk]
folder vendor/ Wed Feb 20 17:36:40 -0800 2008 Upgraded to rspec trunk [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