public
Description: Bare-bones Rack based MVC framework.
Homepage: http://oshuma.github.com/corrupt.rack/
Clone URL: git://github.com/Oshuma/corrupt.rack.git
Click here to lend your support to: corrupt.rack and make a donation at www.pledgie.com !
Dale Campbell (author)
Sat Apr 18 22:03:27 -0700 2009
commit  0310468f158e7b4122ca695345b42b2e5845e30e
tree    4db38c4350433448a116b6dce768414e94d4380e
parent  cd4e5c42b5f51402354460cc9fcc040fc1dba53a
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