How to properly mount github's gollum wiki inside a Rails App?
问题 I'm trying to provide a gollum based wiki for my app by mounting it as a rack application inside my routes.rb file: require 'gollum/frontend/app' #Gollun config gollum_path = Rails.root Precious::App.set(:gollum_path, gollum_path) Precious::App.set(:wiki_options, {:universal_toc => false}) TestWiki::Application.routes.draw do mount Precious::App, :at => "wiki" end The wiki is supposed to run at '/wiki' but everytime a go to this url it redirects me to /wiki/create/Home , and after a create a