public
Description: The invisible framework
Homepage: http://macournoyer.com/
Clone URL: git://github.com/macournoyer/invisible.git
invisible / example
name age message
..
file README Loading commit data...
file Rakefile
file app.rb
directory config/
directory public/
directory spec/
directory views/
example/README
Example
=======

Run with Thin:

  thin start -R config/rack.ru

Or Rack rackup command, using Mongrel:

  rackup config/rack.ru