public
Description: Just playing around with Rack, Thin, and Haml
Clone URL: git://github.com/antrover/rack_thin_haml_test.git
README
Thin, Rack and Haml (simple) experiment / playground

To start the app, navigate to the root and type: 
'rake app:start' 

To stop it, type:
'rake app:stop'

Once started, navigate to http://localhost:3000 to view a few variables being rendered through Haml. It's quite boring 
actually :)

The default Thin startup switches and whatnot can be found in tasks/app.rake


TODO: 
Rspec'ify this app.
Come up with a better way of passing variables needed in views from controller to render_template.rb (tiny HAML wrapper) 
to views.
Bust out Datamapper and do something rad with it.
Benchamrk.
Add more rake tasks (will come in handy with Datamapper)