Ruby on Rails Thursday, May 29, 2014

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.

--
Posted via http://www.ruby-forum.com/.

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/a5e49255575d935055d9d319f9608f7e%40ruby-forum.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment