Archive for February, 2008

Action Caching with GET Parameters

Tuesday, February 26th, 2008

Ya ever notice how when you do page or action caching in Rails, it ignores the GET query parameters?
Sup with that?
The REST bible says you should include inputs to algorithmic resources as GET query params. Unfortunately, this means that Rails will ignore the inputs to your algorithmic resources, and you can’t cache them. Not so [...]