Changeset [d6281f451a7a20035b5134b2e53f97d98b5b0f41] by Luca Guidi

November 12th, 2008 @ 12:37 PM

has_and_belongs_to_many association support http://github.com/jodosha/cached...

Committed by Luca Guidi

  • M CHANGELOG
  • M lib/activerecord/lib/active_record/associations.rb
  • M lib/activerecord/lib/active_record/associations/association_collection.rb
  • M lib/activerecord/lib/active_record/associations/has_and_belongs_to_many_association.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_many_association_test.rb
  • M test/fixtures/categories.yml
  • M test/fixtures/categories_posts.yml
  • M test/fixtures/posts.yml
  • M test/models/category.rb
  • M test/models/post.rb
  • M test/test_helper.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.