RailsCasts Pro episodes are now free!

Learn more or hide this

MOZGIII's Profile

GitHub User: MOZGIII

Comments by MOZGIII

Avatar

Ryan, what do you think of audited gem - https://github.com/collectiveidea/audited. This seems to be another solution to provide similar functional.

Avatar

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"?

Avatar

Thanks, good solution, exactly what I was looking for!

I think I misunderstood one thing:

ruby
  text :comments do
    comments.map(&:content)
  end

Will this require reindexing of comments on every comment update?