This project is archived and is in readonly mode.

#3793 ✓resolved
beawesomeinstead

Rails routes rake task shows /rails/info/properties

Reported by beawesomeinstead | January 27th, 2010 @ 09:28 AM | in 3.0.2

To reproduce the issue you need to create a blank Rails 3 application and run 'rake routes'.

You'll get the following:

  GET    /session(.:format)                 {:controller=>"sessions", :action=>"show"}
  ... SNIPPED ...
  root        /                             {:controller=>"sessions", :action=>"new"}
  /rails/info/properties                    {:controller=>"rails/info", :action=>"properties"}

As mentioned on IRC, /rails/info/properties route should not be there.

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>

Attachments

Referenced by

Pages