I want to detect the ID in which my page is called.
Example:
http://localhost:3000#technical-options
the browser jumps to the element with id technical-options
but i am not able to detect the full request by ruby / rails.
this did not help How do I get the current absolute URL in Ruby on Rails?
request.url
, request.fullpath
are not delivering the id after the #
many thanks