Closed xdmx closed 5 years ago
@xdmx moving to master solved this problem for me. I also could not mount apitome on /
for multipage layout. I had to mount it on non root path.
But it worked.
Happy to take PRs for these things -- I released apitome as a simple strategy that can be built on, but if you're using it and want to build more into it, I'm happy to merge those things.
Master fixed it for me as well, thanks!
If master has this fixed should there be a new release at some point soon? I just got bit from this and had to look around to find this issue.
Should be fixed in master, and I'll cut a release for this shortly.
I've been using apitome with a single page until today.
Since it's starting to take some time to load the page I've changed the single_page in the initializer to false.
I can load the api home, but when I click on a link in the menu (eg
http://localhost:3000/api/docs/activities/fetch_an_activity
) it throwsundefined method 'gsub' for nil:NilClass
This is the content of
example
in the web consoleI've also noticed that links in the left menu are all exploded when the page is loaded, it'd be nice to have them compacted like in the single page mode