toto
toto copied to clipboard
the 10 second blog-engine for hackers
I want to add some functionality to my blog that requires serverside code execution. It would be great if I could plug some Sinatra application into my blog.
I have a pretty stock instance of Toto. Locally I run it on thin and everything works. When I push it to heroku, the index loads but on every article,...
Current workaround: patch `Site#http`: http://github.com/cloudhead/toto/blob/master/lib/toto.rb#L110-112
Just as the title says, calling `article.url` includes the path, the domain, the protocol, but not the port. Run rackup locally, and open your atom feed. (Presuming rack uses a...
It seems like the link to the article and the article name are generated using two different methods, one of which removes the dot in the filename and the other...
When setting up using a sub folder like Blog the home URL doesn't work, so navigating to .../blog/ results in the toto 404 (so the app runs fine) only when...
Changed "set :ext" to "markdown", so Textmate picks up on the formatting when opening files. But the task "new" still uses ".txt" after changing "config.ru" (toto itself is correctly using...
If I wanted to respond to all routes in the form of 'tag/_', how would I go about that? I would like to have all routes of 'tag/_' forward to...
rhtml should be renamed to erb
I'm trying to get the first article to display on the index by calling the articles and just limiting the scope of the list to the first item. The problem...