relevance / heroku_suspenders forked from dancroak/heroku_suspenders
- Source
- Commits
- Network (8)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
commit 7ed38613c4d448009fc3a71e7930ac3f19d42d7b
tree 3c24c3316a21c3c3d45249a000cce609ea97a4b6
parent c92c493b9eb10e64d941afd2126f3bdf61a7d6c7
tree 3c24c3316a21c3c3d45249a000cce609ea97a4b6
parent c92c493b9eb10e64d941afd2126f3bdf61a7d6c7
| name | age | message | |
|---|---|---|---|
| |
.gems | Wed Sep 02 14:23:55 -0700 2009 | |
| |
.gitignore | Wed Jul 01 12:29:31 -0700 2009 | |
| |
>= 1.2.5 | Fri Aug 14 20:28:59 -0700 2009 | |
| |
Capfile | Wed Jul 01 12:29:31 -0700 2009 | |
| |
README.markdown | Fri Aug 14 20:28:59 -0700 2009 | |
| |
Rakefile | ||
| |
app/ | Mon Nov 16 21:56:13 -0800 2009 | |
| |
config/ | ||
| |
db/ | Mon Sep 07 14:58:33 -0700 2009 | |
| |
doc/ | Fri Aug 14 20:28:59 -0700 2009 | |
| |
features/ | Wed Sep 02 15:03:55 -0700 2009 | |
| |
lib/ | Fri Jul 31 08:23:14 -0700 2009 | |
| |
log/ | Wed Jul 01 12:29:31 -0700 2009 | |
| |
public/ | Wed Oct 21 15:25:14 -0700 2009 | |
| |
script/ | ||
| |
spec/ | Mon Oct 19 10:24:54 -0700 2009 | |
| |
test/ | Sun Aug 16 17:15:31 -0700 2009 | |
| |
vendor/ |
README.markdown
Heroku's Suspenders
thoughtbot's Suspenders modified for Heroku.
git clone git://github.com/dancroak/heroku_suspenders.git
cd heroku_suspenders
./script/create_project project_name
This will create a Rails 2.3.2 app with Heroku-recommended code:
- Paperclip for file uploads, set for Amazon S3
- Gmail SMTP for email
- Delayed Job for background processing
- Hoptoad Notifier for exception notification
- Google Analytics for usage analytics
... and some other opinions:
- jQuery for Javascript and Ajax
- Clearance for authentication
- Active Merchant for payment processing
- Cucumber, Shoulda, Factory Girl, Mocha, Fakeweb, & Timecop for testing
- 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.
Get the latest & greatest at anytime with:
rake suspenders:pull
A helper rake task will prompt you for all your production config vars (S3 keys, GMail account, Hoptoad API key...) and set them on your Heroku app:
rake heroku:setup
More details available in doc/README_FOR_TEMPLATE.
Mascot
The official Suspenders mascot is Suspenders Boy:


