Hello,
I am looking to set a Variable from the command line during starting up my server that will be accessible to the whole ruby on rails application.
One way of setting such a config variable was putting defining it into the environment.rb file but then I don't know if I could override the value of this variable in the environment.rb file when I start up my server from the command line.
Thanks Philip