aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/code/getting_started/config/environments/development.rb
Commit message (Collapse)AuthorAgeFilesLines
* uniformizes the punctuation of comments in some files generated for new appsXavier Noria2012-01-221-9/+9
| | | | | | Some end with a full stop, some don't. Let's have attention to detail and make them uniform. I have chosen to add full stops according to our documentation guidelines related to RDoc.
* remove deprecated whiny nil related codeVishnu Atrai2011-12-251-3/+0
|
* implements automatic EXPLAIN logging for slow queriesXavier Noria2011-12-021-0/+7
|
* Added getting_started code, updated guide with link to rails github repo and ↵James Gifford2011-09-121-0/+30
path to code