diff --git a/README.markdown b/README.markdown index 16c9210..4886cf0 100644 --- a/README.markdown +++ b/README.markdown @@ -19,10 +19,11 @@ This will create a Rails 2.3.2 app with Heroku-recommended code: * jQuery for Javascript and Ajax * Clearance for authentication +* Active Merchant for payment processing * Cucumber, Shoulda, Factory Girl, & Mocha for testing -* Flutie for CSS framework -* Formtastic for form builders * Inherited Resources for RESTful controllers +* Formtastic for form builders +* Flutie for CSS framework * Blitz for features, model, controller, & helper generators If you don't have all the necessary gems, they will be installed. diff --git a/doc/README_FOR_TEMPLATE b/doc/README_FOR_TEMPLATE index 8251ad2..8ee6eb4 100644 --- a/doc/README_FOR_TEMPLATE +++ b/doc/README_FOR_TEMPLATE @@ -52,6 +52,10 @@ For background processing: tobi-delayed_job +For payment processing: + + activemerchant + Plugins (in vendor/plugins): ---------------------------- -- libgit2 0.21.2