This project is archived and is in readonly mode.
hard to read Middleware info from script/about
Reported by Nobuhiro IMAI | January 30th, 2010 @ 01:07 AM
I found that Middleware infomation from script/about is hard to
read.
How about splitting by comma or any other suitable separator?
before:
(snip)
Active Support version 3.0.pre
Middleware ActionDispatch::StaticRack::LockRack::RuntimeRails::Rack:: ...
(snip)
after:
Middleware ActionDispatch::Static,Rack::Lock,Rack::Runtime, ...
Thanks,
Comments and changes to this ticket
-
Nobuhiro IMAI February 4th, 2010 @ 11:10 AM
- Tag cleared.
- Assigned user set to José Valim
391f2543c96a9b3de4e44f4ea6aeee2f53ad9e5c fixes this properly.
Could you please close this ticket?Thanks,
-
José Valim February 4th, 2010 @ 11:23 AM
- State changed from new to resolved
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>