RoR: Where is the "rails/info/properties" route defined?

Posted by Dave Paroulek on Stack Overflow See other posts from Stack Overflow or by Dave Paroulek
Published on 2010-06-13T19:10:22Z Indexed on 2010/06/13 19:22 UTC
Read the original article Hit count: 180

Filed under:

I'm running Rails 2.3.4. When I create a new rails project, the public/index.html file has a link named "About your application's environment" that points to "rails/info/properties". In dev mode, it gives a summary of the runtime environment. However, in production mode, it gives a 404 page cannot be found.

Could someone point me in the direction of how and where the "rails/info/properties" route is configured? I'd just like to understand how it's set up.

© Stack Overflow or respective owner

Related posts about ruby-on-rails