This project is archived and is in readonly mode.

#1718 ✓stale
kumo (at kumo)

expire_action silently failing with :as routes

Reported by kumo (at kumo) | January 9th, 2009 @ 09:40 AM | in 2.x

I am having problems with expiring action caches in Rails 2.2. I have a configured the route for a controller named Pages to appear as "pagine" using the :as option. I am using the file based cache and the caching works although the created files match the controller name (e.g. /pages/1). However when I try and expire the action it looks for a file that matches the name I gave rather than the controller name.

So rather than trying to delete /pages/1 it tries to delete /pagine/1 and so the action is never expired.

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

Pages