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 (
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Sun Jun 22 21:27:43 -0700 2008 | [antrover] |
| |
README | Sun Jun 22 14:38:48 -0700 2008 | [antrover] |
| |
config.ru | Sun Jun 22 14:38:48 -0700 2008 | [antrover] |
| |
config/ | Sun Jun 22 21:27:43 -0700 2008 | [antrover] |
| |
controllers/ | Sun Jun 22 14:38:48 -0700 2008 | [antrover] |
| |
lib/ | Sun Jun 22 22:40:14 -0700 2008 | [antrover] |
| |
logs/ | Sun Jun 22 21:27:43 -0700 2008 | [antrover] |
| |
rakefile | Sun Jun 22 14:38:48 -0700 2008 | [antrover] |
| |
tasks/ | Sun Jun 22 14:38:48 -0700 2008 | [antrover] |
| |
tmp/ | Sun Jun 22 21:27:43 -0700 2008 | [antrover] |
| |
views/ | Sun Jun 22 21:33:57 -0700 2008 | [antrover] |
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)




