aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/code/getting_started
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #3724 from marcandre/media_defaultYehuda Katz2011-11-221-1/+1
|\ | | | | stylesheet_tag default's media is "screen"
| * Make explicit the default media when calling stylesheet_tag and change the ↵Marc-Andre Lafortune2011-11-221-1/+1
| | | | | | | | default generators.
* | Move schema_format :sql config setting from test.rb to application.rbAlex Tambellini2011-11-172-5/+5
| | | | | | | | | | | | 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.
* | Use head :no_content on the guides as well.José Valim2011-11-091-2/+2
|/
* edge doesnt provide turn gem in the gemfile anymoreVijay Dev2011-10-231-5/+0
|
* 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
* delete stray backup files from guides sample appVijay Dev2011-09-132-62/+0
|
* Added getting_started code, updated guide with link to rails github repo and ↵James Gifford2011-09-1288-0/+1414
path to code