Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Deletes trailing whitespaces (over text files only find * -type f -exec sed ↵ | Santiago Pastorino | 2010-08-14 | 1 | -4/+4 |
| | | | | 's/[ \t]*$//' -i {} \;) | ||||
* | strengthening the test suite for rescue_from | Neeraj Singh | 2010-07-26 | 1 | -0/+23 |
| | | | | Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | strengthening the rescue_from test suites | Neeraj Singh | 2010-07-26 | 1 | -0/+14 |
| | | | | Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | No need to emulate default Ruby behavior in initialize | Yehuda Katz | 2010-02-10 | 1 | -3/+0 |
| | |||||
* | Don't rely on @message in Error classes being available for use | Yehuda Katz | 2010-02-10 | 1 | -4/+1 |
| | |||||
* | Add tests for ActiveSupport::Rescuable. Use ActiveSupport::Rescuable in ↵ | Pratik Naik | 2008-10-04 | 1 | -0/+75 |
ActionController::Base. |