Being able to have links when navigating (edge)api.rubyonrails.org
localhostdotdev opened this issue · 3 comments
localhostdotdev commented
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 either anymore.
So in order to be share a link one way is to go to a page that links to the target page and open the target page in a new tab (it will lose the tree view though).
I'm pretty sure pushState in JS can solve this.
(Sorry, it looks like it's a very simple issue but I don't want to implement it before knowing it would be accepted)
rafaelfranca commented
It would be awesome if you could open a PR for it.
fxn commented
Let's consider rails/rails#36011 too.
zzak commented
This is fixed btw. (rails/sdoc#137)