This project is archived and is in readonly mode.

#3423 ✓resolved
Sam Ruby

Can't start server with Rails 1.9.2

Reported by Sam Ruby | October 25th, 2009 @ 01:14 AM | in 3.0.2

Symptom: http://pastie.org/668553

Failure started with the following commit:

http://github.com/rails/rails/commit/a840c8afbf4e30b7bd9979e8cd7019...

At point of failure, app has the following values

With Ruby 1.8.7:

#<ActionDispatch::Routing::RouteSet::Dispatcher:0x7f61a47d20c8 @glob_param=nil>
With Ruby 1.9.2:
#<ActionDispatch::Routing::Route:0x00000003bbe9e8 @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000003c5cf80 @glob_param=nil>, @defaults={}, @name=nil, @requirements={}, @path="/:controller(/:action(/:id))", @conditions={:path_info=>/\A\/(?<controller>rails\/info|rails_info|application)(\/(?<action>[^\/.?]+)(\/(?<id>[^\/.?]+))?)?\Z/}>

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

Referenced by

Pages