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 (
Brian Hogan (author)
Mon Nov 24 12:57:25 -0800 2008
commit 66c75e1e551b3ed249f576bb3ffbec8013a42e61
tree 29bc3cf51cd7fa45443f3292164aaac11803f9ea
parent 608837f601791538ecab3af807bc286983f90578
tree 29bc3cf51cd7fa45443f3292164aaac11803f9ea
parent 608837f601791538ecab3af807bc286983f90578
pastebin /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Mon Nov 24 12:52:52 -0800 2008 | |
| |
README.rdoc | Mon Nov 24 12:57:25 -0800 2008 | |
| |
Rakefile | Mon Nov 24 11:08:50 -0800 2008 | |
| |
app/ | Mon Nov 24 11:08:50 -0800 2008 | |
| |
config/ | Mon Nov 24 12:52:52 -0800 2008 | |
| |
db/ | Mon Nov 24 12:52:52 -0800 2008 | |
| |
doc/ | Mon Nov 24 11:08:50 -0800 2008 | |
| |
public/ | Mon Nov 24 11:08:50 -0800 2008 | |
| |
script/ | Mon Nov 24 11:08:50 -0800 2008 | |
| |
test/ | Mon Nov 24 11:08:50 -0800 2008 |
README.rdoc
PasteBin
This is a very simple pastebin application that I use when giving talks on how to do behavior-driven development with Ruby on Rails.
Installation and Usage
This requires the Ruby on Rails framework. If you wish to run the Integration tests, you’ll need the Webrat gem.
You’ll also need SQLite3.
To use, rename the database.yml.example file to database.yml and then run the following commands:
rake db:migrate ruby script/server
Then visit localhost:3000 to give it a try.
License
Copyright 2008 Brian P. Hogan under the MIT license. Do what you want with this code, just don’t claim it as your own. There’s no warranties here either and no guarantee that this will even work for you.







