I\'m having some problem expiring an action cache in my application. Here is my controller: class ToplistsController < ApplicationController
I have been playing around with different caching strategies on Heroku and have add their memcached add-on with an aim to add action caching to my app.
I have a controller 开发者_如何学JAVAindex action which returns json output. render :json => my_array.to_json
This sound simple but开发者_开发知识库 it not that much. I want to order a List based on one of the properties of T, which is double type. If you know the propertyname before compilation: