diff options
author | Prathamesh Sonpatki <csonpatki@gmail.com> | 2016-11-19 21:52:52 +0530 |
---|---|---|
committer | Prathamesh Sonpatki <csonpatki@gmail.com> | 2016-11-19 21:52:52 +0530 |
commit | 7b6b52d6bcd204aaddcdc36481956d73a54ea7bb (patch) | |
tree | b67e9cd63fdc07f6a9d841b417be35fe2f108262 /actioncable/lib/action_cable.rb | |
parent | ff2fe014d916a2f7c4330ca7208a857bd0ef8992 (diff) | |
download | rails-7b6b52d6bcd204aaddcdc36481956d73a54ea7bb.tar.gz rails-7b6b52d6bcd204aaddcdc36481956d73a54ea7bb.tar.bz2 rails-7b6b52d6bcd204aaddcdc36481956d73a54ea7bb.zip |
Fix tests for prepared_statements: false and queries hitting `#select_all`
- The query needs to be executed for hitting `select_all` so made sure
that query gets executed.
- Also instead of changing instance variable, just add new
configuration for prepared_statements: false and use it for this
test.
- This way we don't have to touch the internals of AR code and still
disable prepared statements config for this test.
Diffstat (limited to 'actioncable/lib/action_cable.rb')
0 files changed, 0 insertions, 0 deletions