Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Make sure missing template exceptions actually say which template they were l... | Michael Koziarski | 2007-07-11 | 1 | -0/+14 | |
* | Routing: respond with 405 Method Not Allowed status when the route path match... | Jeremy Kemper | 2007-05-26 | 1 | -0/+26 | |
* | Added .erb and .builder as preferred aliases to the now deprecated .rhtml and... | David Heinemeier Hansson | 2007-02-20 | 1 | -1/+1 | |
* | RecordInvalid, RecordNotSaved => 422 Unprocessable Entity, StaleObjectError =... | Jeremy Kemper | 2007-01-17 | 1 | -1/+3 | |
* | Wrap and skip tests using mocha. | Jeremy Kemper | 2007-01-14 | 1 | -2/+3 | |
* | Use mocha for rescue tests. | Jeremy Kemper | 2007-01-13 | 1 | -16/+14 | |
* | Use 400 Bad Request status for unrescued ActiveRecord::RecordInvalid exceptions. | Jeremy Kemper | 2006-12-22 | 1 | -0/+1 | |
* | Unrescued ActiveRecord::RecordNotFound responds with 404 instead of 500. | Jeremy Kemper | 2006-12-08 | 1 | -0/+1 | |
* | test controller rescues | Jeremy Kemper | 2006-11-13 | 1 | -0/+212 |