tijn / git-wiki

A wiki engine that uses a Git repository as its data store.
http://atonie.org/2008/02/git-wiki
Other
16 stars 6 forks source link

git-wiki error: undefined method `header' for #<Sinatra::Application #2

Open ferriswheel opened 13 years ago

ferriswheel commented 13 years ago

hello Tijn,

i have just installed your fork of git-wiki.

when i click on the export link in the menu i got this

application error NoMethodError at /a/tarball undefined method `header' for #Sinatra::Application:0x99b51f0

file: git-wiki.rb location: block in

line: 82

'header' methods is missing. is this fork working? i choose it because it was the most recent according to the github network graph.

regards

john

tijn commented 13 years ago

Hi John,

Heh, I actually never used the export function myself. I can assure you that this fork is in a working state. (I am using it almost daily for personal notekeeping.) I don't think much else is broken.

My fork is diverging a lot from other forks already:

So.. as you can see, it is quite different from when I forked it. In the future I want to play with a backbone.js interface. I don't know if these things suit you, it'd be great to have another user besides just me :-D

Otherwise, I advice you to look at al3x/git-wiki. I forked it from him.

Kind regards, Tijn