aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/code/getting_started/config/environments
Commit message (Collapse)AuthorAgeFilesLines
* Move schema_format :sql config setting from test.rb to application.rbAlex Tambellini2011-11-171-5/+0
| | | | | | I've moved the schema_format :sql config setting to application.rb because you would never enable this only for the test environment. If you use database constraints or database specific data types you would want all of your environments to use them.
* Encourage use of tagged logging even when using a different loggerDavid Heinemeier Hansson2011-10-191-1/+1
|
* Added X-Request-Id tracking and TaggedLogging to easily log that and other ↵David Heinemeier Hansson2011-10-191-0/+3
| | | | production concerns
* Added getting_started code, updated guide with link to rails github repo and ↵James Gifford2011-09-123-0/+132
path to code