Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | uniformizes the punctuation of comments in some files generated for new apps | Xavier Noria | 2012-01-22 | 3 | -37/+37 |
| | | | | | | 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. | ||||
* | update the getting_started guide code [ci skip] | Vijay Dev | 2012-01-19 | 1 | -3/+3 |
| | |||||
* | remove deprecated whiny nil related code | Vishnu Atrai | 2011-12-25 | 2 | -6/+0 |
| | |||||
* | implements automatic EXPLAIN logging for slow queries | Xavier Noria | 2011-12-02 | 2 | -0/+11 |
| | |||||
* | Move schema_format :sql config setting from test.rb to application.rb | Alex Tambellini | 2011-11-17 | 1 | -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 logger | David Heinemeier Hansson | 2011-10-19 | 1 | -1/+1 |
| | |||||
* | Added X-Request-Id tracking and TaggedLogging to easily log that and other ↵ | David Heinemeier Hansson | 2011-10-19 | 1 | -0/+3 |
| | | | | production concerns | ||||
* | Added getting_started code, updated guide with link to rails github repo and ↵ | James Gifford | 2011-09-12 | 3 | -0/+132 |
path to code |