I just started learning ruby on rails. I followed a lot of install examples, but when i ran the example am getting this error
A secret is required to generate an integri
The easiest way to generate a new secret token is to run
rake secret
at the command line.