Open sheerun opened 11 years ago
This is of course compatible with how pow names domain (directory name + .dev). Using pow domains is good because there's cookies pollution in localhost:3000, and there are problems with oauth solitions, but that's another story.
Convention over configuration. I think it is an exception that application on development will be available under domain different than
#{basename}.dev
. Unfortunately it is not such predictable on production, so I decided to throw an exception whendomain
is not present in neither ENV norapplication.yml
in production environment.