rake secret takes HOW LONG just to generate a random hex string?!?
@riking IT PUTS IT ON THE CONSOLE SCREEN
@squirrelbutt Oh well okay then
Bundle exec ruby -c 'require "securerandom"; p SecureRandom.hex'
@squirrelbutt probably a long time if your system is low on entropy
@squirrelbutt but it needs to load the entirety of Rails to figure out where to put it when it's done!!!!