summaryrefslogtreecommitdiff
path: root/lib/commands/default_command.rb
AgeCommit message (Expand)Author
2013-05-13remove usages of .html.erbmo khan
2013-03-22remove a bit of overhead from the route registrymo khan
2013-03-22change route registration to delegate to matches? class methodmo khan
2013-03-19convert all command to return response and render result in front controllermo khan
2013-03-03remove some requires to see if heroku likes that bettermo khan
2013-01-06add spec for routed commandmo k
2013-01-02remove the time from the 404 template.mo k
2012-12-31move route registration to a separate file and tidy up the application bootst...mo k
2012-12-31make the default command match every route.mo k
2012-12-31add a bit of error handling in the front controller.mo k
2012-12-30rearrange folder structure.mo k
2012-12-29start to create the index command.mo k
2012-12-29move to Booty namespace.mo k
2012-12-28figure out how to expose open structs binding.mo k
2012-12-28read from a file to render the erb template.mo k
2012-12-28use erb template to generate response body.mo k
2012-12-28change http status code to 404 in default command.mo k
2012-12-28connect up a default command.mo k