Commit 771f259b983de193ae40036340cf652d61a36745
1 parent
60deb2e6
Exists in
master
and in
1 other branch
adding google analytics to README
Showing
1 changed file
with
3 additions
and
2 deletions
Show diff stats
README.markdown
@@ -9,13 +9,14 @@ thoughtbot's Suspenders modified for Heroku. | @@ -9,13 +9,14 @@ thoughtbot's Suspenders modified for Heroku. | ||
9 | 9 | ||
10 | This will create a Rails 2.3.2 app with: | 10 | This will create a Rails 2.3.2 app with: |
11 | 11 | ||
12 | +* Paperclip for file uploads, set for Amazon S3 | ||
12 | * Clearance for authentication | 13 | * Clearance for authentication |
13 | * Gmail SMTP for email | 14 | * Gmail SMTP for email |
14 | * Cucumber, Shoulda, Factory Girl, & Mocha for testing | 15 | * Cucumber, Shoulda, Factory Girl, & Mocha for testing |
16 | +* Delayed Job for background processing | ||
15 | * Hoptoad Notifier for exception notification | 17 | * Hoptoad Notifier for exception notification |
16 | -* Paperclip for file uploads, set for Amazon S3 | 18 | +* Google Analytics for usage analytics |
17 | * Coulda for model, controller, & helper generators | 19 | * Coulda for model, controller, & helper generators |
18 | -* Delayed Job for background processing | ||
19 | 20 | ||
20 | Get the latest & greatest at anytime with: | 21 | Get the latest & greatest at anytime with: |
21 | 22 |