Upgraded Rails
[monkeycharger.git] / README
blob3337cad55d95a64d54d55be56ad88771db60b475
2 MonkeyCharger is a small stand-alone RESTified Rails app that lets you store
3 and charge credit cards.  It uses the ActiveMerchant library for the 
4 authorizing and capturing of credit cards.
6 You probably want to run this application on a super-secured machine that's firewalled
7 like crazy and is not accessible from the internet.  And follow the Visa CISP 
8 documentation.
10 NOTE ON RUNNING TESTS: running 'rake' will run the integration tests, which do hit the 
11 remote payment gateways.  You'll need a valid account with someone like authorize.net 
12 to successfully run those tests.  Running 'rake spec' doesn't hit any remote gateways.
14 Also, before running the tests, cp config/initializers/monkeycharger.rb.example to 
15 config/initializers/monkeycharger.rb.
18 Copyright (c) 2007 Joe Van Dyk, released under the MIT license