RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: MOZGIII
Yes, but still...
Ryan, what do you think of audited gem - https://github.com/collectiveidea/audited. This seems to be another solution to provide similar functional.
In the episode description: With HTTP response headers you can the cache in the user's browser and proxies. Etags, Last-Modified, Cache-Control and Rack::Cache are all covered here
Should there be "used"?
Thanks, good solution, exactly what I was looking for!
I think I misunderstood one thing:
text :comments do comments.map(&:content) end
Will this require reindexing of comments on every comment update?
Yes, but still...
Ryan, what do you think of audited gem - https://github.com/collectiveidea/audited. This seems to be another solution to provide similar functional.
In the episode description:
With HTTP response headers you can the cache in the user's browser and proxies. Etags, Last-Modified, Cache-Control and Rack::Cache are all covered here
Should there be "used"?
Thanks, good solution, exactly what I was looking for!
I think I misunderstood one thing:
Will this require reindexing of comments on every comment update?