rails-docs-server icon indicating copy to clipboard operation
rails-docs-server copied to clipboard

Being able to have links when navigating (edge)api.rubyonrails.org

Open localhostdotdev opened this issue 6 years ago • 3 comments

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)

localhostdotdev avatar Mar 20 '19 17:03 localhostdotdev

It would be awesome if you could open a PR for it.

rafaelfranca avatar Mar 20 '19 20:03 rafaelfranca

Let's consider https://github.com/rails/rails/pull/36011 too.

fxn avatar Apr 19 '19 13:04 fxn

This is fixed btw. (rails/sdoc#137)

zzak avatar May 30 '23 03:05 zzak