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
*
Don't attempt to clear active connections unless we'ere connected
Sean Griffin
2016-06-29
1
-1
/
+1
*
Remove unused `ActiveRecord::Base.connection_id`
Sean Griffin
2016-06-29
1
-6
/
+2
*
Respect the current `connected?` method when calling `cache`
Arthur Neves
2016-06-14
1
-2
/
+2
*
Do not attempt to return connection with open transaction to pool (#24610)
Sean Griffin
2016-04-22
1
-2
/
+3
*
Directly support stateful executor hooks
Matthew Draper
2016-04-05
1
-14
/
+18
*
Publish AS::Executor and AS::Reloader APIs
Matthew Draper
2016-03-02
1
-25
/
+17
*
remove blank lines in the start of the ActiveRecord files
Ponomarev Nikolay
2014-07-29
1
-1
/
+0
*
Avoid retrieving connection in ActiveRecord::QueryCache multiple times.
Guo Xiang Tan
2014-07-07
1
-2
/
+3
*
Fix typo.
Hendy Tanata
2012-12-03
1
-2
/
+2
*
Cleans and removes 'Examples' tag [ci skip]
Alvaro Pereyra
2012-12-01
1
-0
/
+2
*
Fix #6951. Use query cache/uncache, when using not only database.yml but also...
kennyj
2012-10-31
1
-6
/
+6
*
load active_support/core_ext/object/blank in active_support/rails
Xavier Noria
2012-08-02
1
-1
/
+0
*
Restore connection_id on error.
kennyj
2012-07-23
1
-4
/
+10
*
use Rack::BodyProxy in activerecord middlewares
Sergey Nartimov
2012-01-16
1
-35
/
+10
*
use thread locals and an instance variable within QueryCache#BodyProxy to mai...
Mark J. Titorenko
2011-10-07
1
-2
/
+4
*
clear and disable query cache when an exception is raised from called middleware
Aaron Patterson
2011-08-28
1
-0
/
+6
*
Fix inconsistencies by being polite to the wrapped body. Needed for Rack::Sen...
Steve Hodgkiss
2011-06-18
1
-0
/
+8
*
ensure query cache is cleared when Rack body is closed, fixes bug reported on...
Aaron Patterson
2011-05-04
1
-0
/
+1
*
introduce a body proxy to ensure that query cache is enabled during streaming
Aaron Patterson
2011-05-02
1
-3
/
+24
*
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