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
/
lib
/
active_record
/
query_cache.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Adds basic description and title.
Rizwan Reza
2010-06-16
1
-0
/
+1
*
adds missing requires for Object#blank? and Object#present?
Xavier Noria
2010-03-28
1
-0
/
+2
*
ActiveRecord::QueryCache middleware
Joshua Peek
2008-12-22
1
-13
/
+25
*
Removed query cache rescue as it could cause code to be run twice (closes #10...
David Heinemeier Hansson
2007-12-07
1
-2
/
+0
*
Fixed that the Query Cache should just be ignored if the database is misconfi...
David Heinemeier Hansson
2007-12-06
1
-0
/
+2
*
Speed up and simplify query caching.
Jeremy Kemper
2007-09-17
1
-113
/
+15
*
Match Fixnum and Float in particular. Rescue dup error and return result.
Jeremy Kemper
2007-09-08
1
-4
/
+5
*
Explicitly require active_record/query_cache before using it.
Jeremy Kemper
2007-09-08
1
-1
/
+1
*
Ensure QueryCache doesn't try to dup numeric results (does not affect the maj...
Michael Koziarski
2007-09-02
1
-5
/
+6
*
dont call #collect on a string when returning query cache results. Closes #9...
Rick Olson
2007-07-25
1
-1
/
+1
*
Perform a deep #dup on query cache results so that modifying activerecord att...
Rick Olson
2007-07-25
1
-2
/
+8
*
Use the query cache iff Active Record is configured.
Jeremy Kemper
2007-02-22
1
-8
/
+16
*
Fixed query cache when multiple database connections were involved
Tobias Lütke
2007-02-21
1
-2
/
+2
*
Enable active record cache automatically for all actions
Tobias Lütke
2007-02-21
1
-4
/
+16
*
You can now use cache in instance hierachies. This allows ActiveRecord::Base....
Tobias Lütke
2007-02-20
1
-3
/
+15
*
Introducing Model.cache { ... } for the occasional query caching needs. ( fan...
Tobias Lütke
2007-02-06
1
-18
/
+33
*
r3616@asus: jeremy | 2005-09-26 23:09:28 -0700
Jeremy Kemper
2005-10-16
1
-8
/
+9
*
A bit more work on the still unfinished query cache #1722
David Heinemeier Hansson
2005-07-22
1
-3
/
+3
*
Fixed that each request with the WEBrick adapter would open a new database co...
David Heinemeier Hansson
2005-07-10
1
-2
/
+1
*
Made documentation ready for release (AR)
David Heinemeier Hansson
2005-07-06
1
-2
/
+2
*
Started work on a per-request query cache
David Heinemeier Hansson
2005-05-02
1
-0
/
+64