Rafael A. Salazar

Results 3 issues of Rafael A. Salazar

- ruby 1.8.7 (2009-06-12 patchlevel 174) [i486-linux] - sinatra 1.0 - mojombo-git (1.1.1) - haml (3.0.17) - rdiscount (1.6.5) Error at ./run-ru -sthin -p4567 ./git-wiki.rb:131: undefined method `use_in_file_templates!' for GitWiki::App:Class...

If I browse directly to an image: ``` http://localhost:4567/tree.jpg ``` It dumps the binary file on screen instead of displaying the actual image.

I am trying to link an image with something like: ``` ![Tree](/tree.jpg) ``` or ``` ![Tree](/pages/tree.jpg) ``` or ``` ![Tree](tree.jpg) ``` It is not working so far. Where should I...