toto icon indicating copy to clipboard operation
toto copied to clipboard

the 10 second blog-engine for hackers

Results 61 toto issues
Sort by recently updated
recently updated
newest added

Could you please maintain this repository, or transfer it to someone else? Last commit is an year ago..

People, Instead of: ```$ heroku create myblog``` is there some way I can play with this on my own Fedora Linux server or get it running on GitLab? Thanks! Phil.

Ruby 2.7 basically removed the tainting mechanism, leads to stackoverflow. https://blog.saeloun.com/2020/02/18/ruby-2-7-access-and-setting-of-safe-warned-will-become-global-variable.html

toto doesn't work with ruby 1.9+ but it fixed in the repo but not published. Particularly this [line](https://github.com/cloudhead/toto/blob/master/lib/toto.rb#L341). @cloudhead it shouldn't take more than a minute to publish

I have error when trying to render xml docs

I've spent a little time adding some tag functionality, such as links to tags for each article, and a "tagged with" page. I think it is pretty cool for the...

Hello ! Having a damaged file under /articles prevents site from displaying '/' ``` TypeError at / can't convert String into Hash ``` # Damaged? By damaged, I mean front...

Hey Cloudhead, When adding a `*.builder` file to the `templates` directory the file is not picked up (it gives a 404) unless you also create a `*.rhtml` file in the...

Toto is great! I wanted to run toto under a bare JRuby rackup, which generally just seems to need the maruku support already added in for Win32. The first of...

Ruby 1.9 users will get a warning about `iconv` being deprecated, but it's still better than `String#encode`.