This project is archived and is in readonly mode.

#1170 ✓committed
Aliaksey Kandratsenka

[PATCH] Return processing lock to dispatcher. This fixes class reloading race in development mode

Reported by Aliaksey Kandratsenka | October 4th, 2008 @ 03:30 PM | in 2.x

The problem is that even if concurrency is turned off, class reloading in development mode is not guarded by any lock.

This causes errors like this 'NameError: uninitialized constant ActionController' because classes are being reloaded while action tries to make use of them

Also available here http://github.com/alk/rails/comm...

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

Referenced by

Pages