| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix query cache for multiple connections | Eileen Uchitelle | 2018-11-20 | 1 | -4/+11 |
* | Optimize the code inside AR::QueryCache middleware | Bogdan Gusiev | 2018-04-04 | 1 | -11/+4 |
* | Use the query cache when connection is already connected | yuuji.yaginuma | 2018-02-19 | 1 | -6/+6 |
* | Merge pull request #28869 from eugeneius/query_cache_all_pools | Matthew Draper | 2017-11-17 | 1 | -6/+9 |
|\ |
|
| * | Enable query cache on all connection pools | Eugene Kenny | 2017-04-24 | 1 | -6/+9 |
* | | Use frozen-string-literal in ActiveRecord | Kir Shatrov | 2017-07-19 | 1 | -0/+2 |
* | | Revert "Merge pull request #29540 from kirs/rubocop-frozen-string" | Matthew Draper | 2017-07-02 | 1 | -1/+0 |
* | | Enforce frozen string in Rubocop | Kir Shatrov | 2017-07-01 | 1 | -0/+1 |
* | | Enable query cache if set a configurations | Tsukasa OISHI | 2017-06-29 | 1 | -6/+6 |
|/ |
|
* | Configure query caching (per thread) on the connection pool | Matthew Draper | 2016-11-06 | 1 | -2/+9 |
* | Try harder to avoid making a connection while releasing it | Matthew Draper | 2016-11-06 | 1 | -2/+2 |
* | Clear query cache during checkin, instead of an execution callback | Matthew Draper | 2016-10-27 | 1 | -9/+2 |
* | Clear the correct query cache | Samuel Cochran | 2016-10-26 | 1 | -4/+4 |
* | Avoid bumping the class serial when invoking executor | Matthew Draper | 2016-10-03 | 1 | -6/+4 |
* | 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 |