Configuration files for rails can be found in config/environments/. By default rails has 3 environments, development, production and test. By editing each file you are editing the configuration for that environment only.
Rails also has a configuration file in config/application.rb. This is a common...