Displaying 1 result from an estimated 1 matches for "seroczynski".
2010 Nov 14
4
Problem with Rails 3 "rails server -d"
In my app controller I require a file named "configuration.rb" in the
config directory like so
require "config/configuration"
This has been working perfectly fine in Rails 2 in all environments
including prod. Having migrated to Rails 3 this works in all
environments if I run "rails server" without the daemon option. If I
run the server with the daemon option (-d),