Commit ee360790fc3415d94b81b12397b72f6d9f74ee1e

Authored by Dan Croak
1 parent f868efe8

updating docs

Showing 2 changed files with 7 additions and 2 deletions   Show diff stats
README.markdown
@@ -19,10 +19,11 @@ This will create a Rails 2.3.2 app with Heroku-recommended code: @@ -19,10 +19,11 @@ This will create a Rails 2.3.2 app with Heroku-recommended code:
19 19
20 * jQuery for Javascript and Ajax 20 * jQuery for Javascript and Ajax
21 * Clearance for authentication 21 * Clearance for authentication
  22 +* Active Merchant for payment processing
22 * Cucumber, Shoulda, Factory Girl, & Mocha for testing 23 * Cucumber, Shoulda, Factory Girl, & Mocha for testing
23 -* Flutie for CSS framework  
24 -* Formtastic for form builders  
25 * Inherited Resources for RESTful controllers 24 * Inherited Resources for RESTful controllers
  25 +* Formtastic for form builders
  26 +* Flutie for CSS framework
26 * Blitz for features, model, controller, & helper generators 27 * Blitz for features, model, controller, & helper generators
27 28
28 If you don't have all the necessary gems, they will be installed. 29 If you don't have all the necessary gems, they will be installed.
doc/README_FOR_TEMPLATE
@@ -52,6 +52,10 @@ For background processing: @@ -52,6 +52,10 @@ For background processing:
52 52
53 tobi-delayed_job 53 tobi-delayed_job
54 54
  55 +For payment processing:
  56 +
  57 + activemerchant
  58 +
55 Plugins (in vendor/plugins): 59 Plugins (in vendor/plugins):
56 ---------------------------- 60 ----------------------------
57 61