This project is archived and is in readonly mode.
Tests for Rails::InfoController and Rails::Info
Reported by Manfred Stienstra | April 3rd, 2009 @ 06:32 PM | in 2.x
Attached is a patch that adds some tests which were accidentally forgotten in the middleware info commit. In the process I also refactored the InfoController tests a little bit.
Comments and changes to this ticket
-
Manfred Stienstra April 3rd, 2009 @ 06:48 PM
- no changes were found...
-
josh April 7th, 2009 @ 03:14 PM
- State changed from new to open
-
Repository April 7th, 2009 @ 03:19 PM
- State changed from open to resolved
(from [f209d3898fbd866e1405861319b85c97674a0508]) Improve tests and code for Rails::InfoController and Rails::Info [#2411 state:resolved]
- Refactor Rails::InfoController tests.
- Return forbidden status from the InfoController for remote requests instead of a 500.
- Add tests for displaying middleware in Rails::Info.
Signed-off-by: Joshua Peek josh@joshpeek.com http://github.com/rails/rails/co...
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
<h2 style="font-size: 14px">Tickets have moved to Github</h2>
The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>
People watching this ticket
Attachments
Referenced by
- 2411 Tests for Rails::InfoController and Rails::Info (from [f209d3898fbd866e1405861319b85c97674a0508]) Improve...