This project is archived and is in readonly mode.
Rails Guide Update - ActiveSupport::Cache
Reported by Brian Durand | January 18th, 2011 @ 06:12 PM
I've updated the Rails Guide on caching to accurately describe the changes to ActiveSupport::Cache that are already in Rails 3.0. The current version is very out of date.
The documentation mentions the NoStore cache and the FileStore#cleanup method from these tickets that have not been applied yet.
https://rails.lighthouseapp.com/projects/8994/tickets/6128
https://rails.lighthouseapp.com/projects/8994-ruby-on-rails/tickets...
Comments and changes to this ticket
-
Brian Durand January 18th, 2011 @ 06:18 PM
- Tag changed from rails guides, caching to rails guides, caching, patch
-
Xavier Noria January 20th, 2011 @ 07:49 AM
- Assigned user set to Xavier Noria
- Importance changed from to Low
-
Brian Durand February 16th, 2011 @ 05:28 PM
New patch that changes the class name for the class added in ticket https://rails.lighthouseapp.com/projects/8994/tickets/6128 from NoStore to NullStore
-
Xavier Noria February 21st, 2011 @ 02:09 PM
- State changed from new to committed
This patch has been split in two. Improvements in the guide about caching were pushed via docrails in fead0fc. On the other hand the documentation for the NullStore is going to be part of the patch that provides this new store, see #6128.
Since everything is being addressed elsewhere, I think it is fine to close this ticket.
Thanks!
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
Tags
Referenced by
- 6128 Provide NoStore implementation of ActiveSupport::Cache::Store The documentation ticket (https://rails.lighthouseapp.com...