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 (
raker /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Mon Nov 02 19:25:01 -0800 2009 | |
| |
README | Sun Nov 01 21:16:18 -0800 2009 | |
| |
Rakefile | ||
| |
config.ru | Tue Nov 03 00:53:12 -0800 2009 | |
| |
lib/ | Tue Nov 03 00:51:16 -0800 2009 | |
| |
rack-raker.gemspec | Mon Nov 02 19:24:16 -0800 2009 | |
| |
specs.watchr.rb | Tue Nov 03 00:45:33 -0800 2009 | |
| |
test/ |
README
= Rack::Raker
A simple Rack middleware (or app) to run Rake tasks.
= Usage
== Middleware
require 'rack/raker'
use Rack::Raker, '/path/to/Rakefile'
run Rack::Lobster.new
== App
require 'rack/raker'
run Rack::Raker.new('/path/to/Rakefile')








