annotate config/environment.rb @ 27:efc548be0a3a

Fix logging to stdout in production.
author edogawaconan <me@myconan.net>
date Sat, 06 Sep 2014 00:08:18 +0900
parents 157f7fd136fc
children 257910c60eb3
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
a1c9fadc0904 Initial.
edogawaconan <me@myconan.net>
parents:
diff changeset
1 # Load the Rails application.
19
157f7fd136fc Double quotes everywhere.
edogawaconan <me@myconan.net>
parents: 0
diff changeset
2 require File.expand_path("../application", __FILE__)
0
a1c9fadc0904 Initial.
edogawaconan <me@myconan.net>
parents:
diff changeset
3
a1c9fadc0904 Initial.
edogawaconan <me@myconan.net>
parents:
diff changeset
4 # Initialize the Rails application.
a1c9fadc0904 Initial.
edogawaconan <me@myconan.net>
parents:
diff changeset
5 Rails.application.initialize!