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
/
cases
/
query_cache_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Should use the same connection in using query cache
Ryuta Kamizono
2017-06-29
1
-7
/
+1
*
Merge pull request #29614 from kamipo/show_query_cache_keys_2
Rafael França
2017-06-28
1
-1
/
+2
|
\
|
*
Show query cache keys in `test_middleware_caches`
Ryuta Kamizono
2017-06-29
1
-1
/
+2
*
|
Enable query cache if set a configurations
Tsukasa OISHI
2017-06-29
1
-14
/
+2
|
/
*
Show query cache keys in `test_exceptional_middleware_clears_and_disables_cac...
Ryuta Kamizono
2017-06-28
1
-1
/
+2
*
Ensure query caching for `select_*` methods in connection adapters
Ryuta Kamizono
2017-06-15
1
-0
/
+40
*
Fix `Relation#exists?` queries with query cache
Ryuta Kamizono
2017-06-15
1
-0
/
+6
*
Ensure test threads share a DB connection
eileencodes
2017-02-20
1
-0
/
+12
*
Use temporary connection pool for sqlite3_mem adapter
Yasuo Honda
2017-01-31
1
-11
/
+22
*
Make sure to clear query cache to prevent sporadic test failure
Akira Matsuda
2017-01-18
1
-0
/
+4
*
oops! :scream_cat:
Akira Matsuda
2017-01-10
1
-1
/
+1
*
Use temporary connection pool for the tests clearing AR::Base's active_connec...
Akira Matsuda
2017-01-10
1
-59
/
+92
*
Fix style guide violations
Rafael Mendonça França
2017-01-05
1
-3
/
+3
*
Merge pull request #25460 from maclover7/jm-uncached
Sean Griffin
2017-01-03
1
-0
/
+21
|
\
|
*
Add explicit testing for `uncached` vs. `cached`
Jon Moss
2016-06-21
1
-0
/
+21
*
|
fix QueryCache nil dup
Richard Monette
2016-12-15
1
-0
/
+14
*
|
Configure query caching (per thread) on the connection pool
Matthew Draper
2016-11-06
1
-0
/
+34
*
|
Clear query cache during checkin, instead of an execution callback
Matthew Draper
2016-10-27
1
-28
/
+68
*
|
Clear the correct query cache
Samuel Cochran
2016-10-26
1
-0
/
+23
*
|
Use old typecasting method if no type casted binds are passed in
Aaron Patterson
2016-10-20
1
-1
/
+35
*
|
Fixnum and Bignum are deprecated in Ruby trunk
Matthew Draper
2016-10-08
1
-1
/
+1
*
|
Fix "warning: assigned but unused variable - task"
Ryuta Kamizono
2016-08-26
1
-1
/
+1
*
|
Test that AR query cache isn't busted when types are not same object
James Coleman
2016-08-24
1
-0
/
+20
*
|
applies new string literal convention in activerecord/test
Xavier Noria
2016-08-06
1
-21
/
+21
*
|
Fix `payload[:class_name]` to `payload[:spec_name]`
Ryuta Kamizono
2016-07-17
1
-0
/
+2
*
|
Remove unused `ActiveRecord::Base.connection_id`
Sean Griffin
2016-06-29
1
-12
/
+0
|
/
*
Fix postgresql query_cache test
Arthur Neves
2016-06-14
1
-0
/
+1
*
Respect the current `connected?` method when calling `cache`
Arthur Neves
2016-06-14
1
-0
/
+15
*
Remove not needed line on test
Arthur Neves
2016-06-14
1
-1
/
+0
*
Support for unified Integer class in Ruby 2.4+
Jeremy Daer
2016-05-18
1
-3
/
+2
*
Publish AS::Executor and AS::Reloader APIs
Matthew Draper
2016-03-02
1
-43
/
+13
*
Removed mocha from Active Record Part 1
Ronak Jangir
2015-08-25
1
-32
/
+37
*
PostgreSQL, Fix OID based type casts in C for primitive types.
Lars Kanis
2015-03-25
1
-1
/
+1
*
Revert ":cut: remove unnecessary rescue Exceptions"
Yves Senn
2015-03-06
1
-1
/
+1
*
:cut: remove unnecessary rescue Exceptions
Aaron Patterson
2015-03-05
1
-1
/
+1
*
Restore query cache on rollback
Florian Weingarten
2014-12-01
1
-0
/
+32
*
Make select_all on query cache accept a Relation without binds.
Arthur Neves
2014-03-13
1
-0
/
+8
*
use `teardown` for cleanup, not `setup`.
Yves Senn
2014-01-16
1
-5
/
+2
*
Currently, we clear query_cache in cache block finish, even if we may already...
Vipul A M
2013-12-03
1
-0
/
+9
*
Standardize the use of current_adapter?
Rafael Mendonça França
2013-01-01
1
-1
/
+1
*
Fix #6951. Use query cache/uncache, when using not only database.yml but also...
kennyj
2012-10-31
1
-0
/
+11
*
Cleanup trailing whitespaces
dfens
2012-10-12
1
-1
/
+1
*
Restore connection_id on error.
kennyj
2012-07-23
1
-0
/
+12
*
fixing tests to deal with data differences between prepared statements and no...
Aaron Patterson
2012-07-13
1
-1
/
+1
*
Disable query cache for lock queries
Damir Zekic
2012-07-06
1
-0
/
+8
*
Remove warnings and unused code
Rafael Mendonça França
2012-06-11
1
-5
/
+0
*
current AR::ConnectionAdapters::SQLite3Adapter supports only SQLite3 ~> 1.3.6
Akira Matsuda
2012-06-12
1
-1
/
+1
*
remove calls to find(:first), find(:last) and find(:all)
Jon Leighton
2012-04-26
1
-3
/
+3
[next]