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 (
Dale Campbell (author)
Sat Apr 18 22:03:27 -0700 2009
commit 0310468f158e7b4122ca695345b42b2e5845e30e
tree 4db38c4350433448a116b6dce768414e94d4380e
parent cd4e5c42b5f51402354460cc9fcc040fc1dba53a
tree 4db38c4350433448a116b6dce768414e94d4380e
parent cd4e5c42b5f51402354460cc9fcc040fc1dba53a
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
README | ||
| |
Rakefile | ||
| |
app/ | ||
| |
bin/ | ||
| |
config.ru | ||
| |
config/ | ||
| |
corrupt.gemspec | ||
| |
db/ | ||
| |
lib/ | ||
| |
public/ | ||
| |
spec/ | ||
| |
tasks/ | ||
| |
tmp/ | ||
| |
vendor/ |
README
= Corrupt Bare-bones Rack based MVC framework. So many buzz-words, it could kill a baby seal. === Code * Github: http://github.com/Oshuma/corrupt.rack * Rubyforge: http://rubyforge.org/projects/corrupt === Getting Started If you haven't already: # From Rubyforge $ [sudo] gem install corrupt # From Github $ [sudo] gem install Oshuma-corrupt --source http://gems.github.com/ This will generate a new application: $ corrupt -n /path/to/kickass_app $ cd /path/to/kickass_app Then just copy and edit the example app_config.yml: $ cp config/app_config.yml.example config/app_config.yml $ $EDITOR config/app_config.yml Now start the server (through Rack): $ rake run:rackup









