Check whether javascript and cookies are enabled in ruby on rails?

ruby-on-rails

Solution

You coud use the `<noscript> ... </noscript>` tag. For more information look here.

Problem

I want to check whether javascript and cookies are enabled or not on page load in Ruby on Rails. So if anyone tries to open it, website should display a message that he cannot proceed further.

Original source

Related problems