Changeset [5c01b60ad311cbc7ad2ff7dbc43fa8c43975241d] by Luca Guidi

October 13th, 2008 @ 03:58 PM

Make sure habtm and has_one are safely used http://github.com/jodosha/cached...

Committed by Luca Guidi

  • M CHANGELOG
  • M lib/activerecord/lib/active_record/associations.rb
  • M tasks/cached_models_tasks.rake
  • M test/active_record/associations/has_and_belongs_to_many_association_test.rb
  • M test/active_record/associations/has_one_association_test.rb
  • M test/fixtures/addresses.yml
  • M test/fixtures/categories.yml
  • M test/fixtures/categories_posts.yml
  • M test/models/address.rb
  • M test/models/author.rb
  • M test/models/category.rb
  • M test/models/post.rb
New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป

CachedModels provides to your ActiveRecord models a transparent approach to use ActiveSupport caching mechanism.