index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activerecord
/
test
/
query_cache_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Ensure that modifying has_and_belongs_to_many actions clear the query cache. ...
Rick Olson
2008-01-18
1
-1
/
+21
*
* Continue evolution toward ActiveSupport::TestCase and friends. #10679 [Jos...
Jeremy Kemper
2008-01-05
1
-2
/
+2
*
Speed up and simplify query caching.
Jeremy Kemper
2007-09-17
1
-57
/
+39
*
Explicitly require active_record/query_cache before using it.
Jeremy Kemper
2007-09-08
1
-1
/
+3
*
Ensure QueryCache doesn't try to dup numeric results (does not affect the maj...
Michael Koziarski
2007-09-02
1
-1
/
+7
*
dont call #collect on a string when returning query cache results. Closes #9...
Rick Olson
2007-07-25
1
-0
/
+6
*
Perform a deep #dup on query cache results so that modifying activerecord att...
Rick Olson
2007-07-25
1
-18
/
+19
*
Fixed query cache when multiple database connections were involved
Tobias Lütke
2007-02-21
1
-0
/
+11
*
You can now use cache in instance hierachies. This allows ActiveRecord::Base....
Tobias Lütke
2007-02-20
1
-2
/
+18
*
Introducing Model.cache { ... } for the occasional query caching needs. ( fan...
Tobias Lütke
2007-02-06
1
-0
/
+80