Rails 4.1 secrets

A lot of really helpful people on these forums.

I'll bet this person went ahead and did this:

production:   secret_key_base: 12345

Someone probably could have mentioned that <%= ENV["SECRET_KEY_BASE"] %> loads the config from something called an "environment variable", in this case SECRET_KEY_BASE, which has to be defined per-server, and they should go read up on where to define it for their particular system.