rails-docs-server
rails-docs-server copied to clipboard
Right now I go to any class and the URL doesn't change (e.g. it just reloads a frame). What's annoying is that Chrome doesn't have the "Show frame" context menu...
I have a pretty slow internet speed (4G), so I'm super keen to make the Guides & API documentation as awesomely fast to load as possible. # What is it...
This PR is split into two commits, which solve the following problems: 1. The v4.2 and v5.0 guides are the only guides which link to `constant_autoloading_and_reloading.html`. However, visiting that path...
- `--verbose`, `--target` and `--tags` flags (`--help` is provided for free by `optparse`) - Changes from all the other PRs combined into one PR basically - [x] `rake test` pass...
This way it's backward compatible and still lets me see the output for easier debugging. Supersedes #14 and could be combined with #17.
Probably Travis like every other rails/* project.
(I can change the way I do Pull Requests if you find those too spammy, but at least it isolates each issue)
Also keep a version.js ("static JSONP"), for simple cross-domain access. @fxn thoughts? My intention is that we'd arrange for Apache to serve the files directly; I gather this puts them...