This project is archived and is in readonly mode.

#3815 ✓resolved
Nobuhiro IMAI

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

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

Pages