Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Set the application logger using configuration | Rafael Mendonça França | 2014-07-07 | 1 | -3/+5 |
| | |||||
* | Tune up Rails::Rack::Logger. Only put space between requests in development ↵ | Jeremy Kemper | 2012-09-26 | 1 | -7/+7 |
| | | | | logs. | ||||
* | Remove ActionDispatch::Head middleware in favor of Rack::Head | Santiago Pastorino | 2012-07-23 | 1 | -1/+7 |
| | | | | Closes #7110 there's more work to do on rack-cache issue 69 | ||||
* | Run the logger tests in isolation | Rafael Mendonça França | 2012-06-19 | 1 | -0/+2 |
| | |||||
* | convert railties to use AS::TestCase | Aaron Patterson | 2012-01-05 | 1 | -1/+1 |
| | |||||
* | Fix failing tests. | José Valim | 2011-10-26 | 1 | -0/+2 |
| | |||||
* | Solve the RAILS_ENV problem in the railties tests in a more generic way | Jon Leighton | 2011-06-06 | 1 | -0/+4 |
| | |||||
* | Parenthesize arguments when the first one is a Regexp literal. | Sebastian Martinez | 2011-05-23 | 1 | -3/+3 |
| | | | | This fixes 'warning: ambiguous first argument; put parentheses or even spaces'. | ||||
* | Logs should show overridden method; Issue 426 | David Lee | 2011-05-07 | 1 | -0/+40 |