This project is archived and is in readonly mode.
Rails info is not considering all requests local when in development environment
Reported by Edgard Castro | June 3rd, 2008 @ 03:28 AM
Reproduce:
Trying to load "http://X.X.X.X:3000/rails/info/properties" from a non-local host even using the development server environment provile returns "For security purposes, this information is only available to local requests."
Description:
Rails info controller is is not using the consider_all_requests_local variable for the development environment.
Patch attached.
Comments and changes to this ticket
-
Repository June 3rd, 2008 @ 03:55 AM
- State changed from new to resolved
(from [442d2f1032df6744c11f21b5ec6281c77e39c242]) Fixed that RailsInfoController wasnt considering all requests local in development mode (Edgard Castro) [#310 state:resolved]
-
Repository June 3rd, 2008 @ 03:56 AM
(from [4741c983c7440f9d97b8894bf4bc9ada39b257c0]) Fixed that RailsInfoController wasnt considering all requests local in development mode (Edgard Castro) [#310 state: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>