aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/identity_map.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix typos in IM documentationVijay Dev2011-05-101-2/+2
* Document identity map inconsistency with associations, closes #474.José Valim2011-05-101-1/+28
* removed an unneed AS::Concern from AR::IdentityMapJosh Kalderimis2011-05-091-2/+1
* Revert "Revert the merge because tests did not pass."José Valim2011-05-071-5/+5
* Revert the merge because tests did not pass.José Valim2011-05-061-5/+5
* Adding base method symbolized_sti_name to activerecord base to be used on ide...Richard Millan2011-05-061-5/+5
* make sure IM repository is cleared after body is closedAaron Patterson2011-05-031-0/+1
* proxying the body in the IM middleware so that IM is available for streaming ERbAaron Patterson2011-05-031-3/+21
* Make the identity map use the instrumentation infrastructure so we can style ...David Heinemeier Hansson2011-05-011-6/+9
* Add log message when loading records from Identity Map.Emilio Tagua2011-04-041-1/+8
* No need to have reinit_with inside an InstanceMethods module.Emilio Tagua2011-02-181-17/+15
* Merge remote branch 'rails/master' into identity_mapEmilio Tagua2011-02-151-1/+3
* No need to specify clear is a method from IM when we are inside IM.Emilio Tagua2010-11-191-1/+1
* IM enable should be kept in current thread.Emilio Tagua2010-11-191-7/+10
* identity_map name is used for configuration, use IdentityMap to access it.Emilio Tagua2010-11-191-7/+0
* We have to check object class to avoid issues when using STI.Emilio Tagua2010-11-191-1/+2
* IM is disabled by default.Emilio Tagua2010-11-191-2/+2
* No need to check returned object now that weakhash is gone.Emilio Tagua2010-11-191-5/+1
* Usa Hash instead of WeakHash.Emilio Tagua2010-11-191-2/+2
* Revert "Use ActiveSupport::WeakHash for MRI, JRuby prefers Weakling."Emilio Tagua2010-11-191-4/+2
* Set IdentityMap disabled by default.Emilio Tagua2010-11-191-1/+1
* Added method to IM to remove objects by class and id. Then used it to remove ...Emilio Tagua2010-11-191-0/+4
* Don't load IdentityMap middleware if not enabled. Simplify middleware.Emilio Tagua2010-11-191-2/+3
* Don't wrap into identity map if it is disabled.Emilio Tagua2010-11-191-3/+2
* Use block syntax in IdentityMap middleware.Emilio Tagua2010-11-191-3/+8
* Change API name, we don't need any param.Emilio Tagua2010-11-191-1/+1
* Use just one repository and keep it in the current thread.Emilio Tagua2010-11-191-15/+6
* Use IdentityMap middleware to flush map on each request.Emilio Tagua2010-11-191-0/+12
* Use ActiveSupport::WeakHash for MRI, JRuby prefers Weakling.Emilio Tagua2010-11-191-1/+3
* Use hash[:Post][1] style identity maps for each table.Emilio Tagua2010-11-191-5/+9
* IdentityMap is enabled by default.Emilio Tagua2010-11-191-2/+4
* Add docs to Identity Map.Emilio Tagua2010-11-191-0/+13
* Added config syntax to enable/disable identity map: config.active_record.iden...Emilio Tagua2010-11-191-0/+1
* Test reorganizationMarcin Raczkowski2010-11-191-3/+5
* Separated initializationMarcin Raczkowski2010-11-191-0/+11
* Set Identity Map disabled by default. Enable it for testing.Emilio Tagua2010-11-191-1/+1
* Use strings primary keys in identity map keys to avoid problems with casting ...Emilio Tagua2010-11-191-3/+3
* Use yield instead block argument.Emilio Tagua2010-11-191-4/+4
* IdentityMap - Adding Weakling and IM Base as concernMarcin Raczkowski2010-11-191-0/+64