Commit ee360790fc3415d94b81b12397b72f6d9f74ee1e
1 parent
f868efe8
Exists in
master
and in
1 other branch
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 | 19 | |
20 | 20 | * jQuery for Javascript and Ajax |
21 | 21 | * Clearance for authentication |
22 | +* Active Merchant for payment processing | |
22 | 23 | * Cucumber, Shoulda, Factory Girl, & Mocha for testing |
23 | -* Flutie for CSS framework | |
24 | -* Formtastic for form builders | |
25 | 24 | * Inherited Resources for RESTful controllers |
25 | +* Formtastic for form builders | |
26 | +* Flutie for CSS framework | |
26 | 27 | * Blitz for features, model, controller, & helper generators |
27 | 28 | |
28 | 29 | If you don't have all the necessary gems, they will be installed. | ... | ... |