This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit 4cf3d5e3d74ccc56397fb6c9151a343768131635
tree 5acc25fccd4a1528156b6dd794ff0524f2e51c17
parent 1f7054ff1c22c20c480b40ed88c97912f04ec851 parent bb5629c1453588af6e99a585d2ec3bd29704be36
tree 5acc25fccd4a1528156b6dd794ff0524f2e51c17
parent 1f7054ff1c22c20c480b40ed88c97912f04ec851 parent bb5629c1453588af6e99a585d2ec3bd29704be36
blerb /
| name | age | message | |
|---|---|---|---|
| |
.DS_Store | Mon Feb 04 16:17:35 -0800 2008 | [William Smith] |
| |
.gitignore | Mon Feb 04 16:28:51 -0800 2008 | [William Smith] |
| |
README | Mon Feb 04 16:07:55 -0800 2008 | [hornbeck] |
| |
Rakefile | Thu Jan 31 04:24:54 -0800 2008 | [lancecarlson] |
| |
app/ | Mon Feb 04 16:52:10 -0800 2008 | [William Smith] |
| |
config/ | Mon Feb 04 21:30:59 -0800 2008 | [benburkert] |
| |
dev.db | Mon Feb 04 16:52:10 -0800 2008 | [William Smith] |
| |
lib/ | Mon Feb 04 22:56:37 -0800 2008 | [jwhitmire] |
| |
log/ | Wed Jan 30 17:20:59 -0800 2008 | [lancecarlson] |
| |
public/ | Mon Feb 04 16:17:35 -0800 2008 | [William Smith] |
| |
script/ | Tue Jan 29 07:12:38 -0800 2008 | [jwhitmire] |
| |
spec/ | Mon Feb 04 22:56:52 -0800 2008 | [jwhitmire] |
| |
stories/ | Mon Feb 04 21:57:03 -0800 2008 | [benburkert] |
| |
test.db | Mon Feb 04 16:52:10 -0800 2008 | [William Smith] |
| |
test/ | Fri Jan 25 15:06:14 -0800 2008 | [jwhitmire] |
README
= Welcome to Blerb! == Installation * git clone git://github.com/hornbeck/blerb.git - anon checkout * git clone git@github.com:hornbeck/blerb.git - commit access * cd blerb * mv config/database.yml.sample config/database.yml * fill in the correct database credentials * rake dm:db:automigrate * merb Blerb should now be running on port 4000, so open up your browser and visit localhost:4000! == Dependencies (versions tested) merb (0.5.3) merb_helpers (0.5) datamapper (0.2.5) rspec (1.1.2) merb_stories (0.1.0)




