2 items tagged “activerecord”
2009
cache-money. A “write-through caching library for ActiveRecord”, maintained by Nick Kallen from Twitter. Queries hit memcached first, and caches are automatically kept up-to-date when objects are created, updated and deleted. Only some queries are supported—joins and comparisons won’t hit the cache, for example.
2008
Is your Rails application safe? (via) update_attributes(params[:foo]) in ActiveRecord is an anti-pattern.