railsbridge / builders
- Source
- Commits
- Network (4)
- Issues (42)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
builders /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
Capfile | ||
| |
LICENSE | ||
| |
README.textile | ||
| |
Rakefile | ||
| |
app/ | ||
| |
config/ | ||
| |
db/ | ||
| |
doc/ | ||
| |
lib/ | ||
| |
public/ | ||
| |
script/ | ||
| |
test/ | ||
| |
vendor/ |
README.textile
Want to contribute?
- we prefer branches
- please make a separate branch for each bug fix or feature
- there should be an issue for any submission
- please don’t send pull requests or messages. just update the issue with the url for your fix when it’s ready
- contributions without tests won’t be accepted
- your commit message must end with “Closes #X.” where X is the issue number. for example:
Fixes the broken home link. Closes #21.. check out the Github Issues video for more info - we use Shoulda , Factory Girl , Webrat and RR for testing
- run `rake -T builders` for a list of available rake tasks to set up your development database
- if you have any questions please send a message to hardbap
Other gems/plugins we use:
Got a feature request or find a bug?
Please open an Issue

