I recently created a new project with Rails 4.2.0 and created a controller called Land for the landing page. So, I ran into this error upon visting http:/
Land
http:/
Ahh, it seems that you are missing
//= require turbolinks
in your application.js
See this on removing turbolinks (and obviously make sure it's all in place if you want it running).