This project is archived and is in readonly mode.

#2516 ✓duplicate
Luke Melia

Avoid loading AR:SessionStore if not used

Reported by Luke Melia | April 18th, 2009 @ 06:48 AM | in 3.x

During initialization, a check to see whether ActiveRecord::SessionStore is the configured session store causes the ActiveRecord::SessionStore class to be loaded, adding unnecessary time to startup. This patch avoids that.

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

Pages