aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb
diff options
context:
space:
mode:
authorJon Leighton <j@jonathanleighton.com>2012-09-14 22:33:44 +0100
committerJon Leighton <j@jonathanleighton.com>2012-09-15 00:02:59 +0100
commit61951427903dbc0d92f6106ec5874025e2185056 (patch)
tree40604bb4fdd7693fcc57fd703e1bdab0f7f8b7bb /activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb
parent748052a99bb3046e4cdb7f8c00457da74fbdb75b (diff)
downloadrails-61951427903dbc0d92f6106ec5874025e2185056.tar.gz
rails-61951427903dbc0d92f6106ec5874025e2185056.tar.bz2
rails-61951427903dbc0d92f6106ec5874025e2185056.zip
Remove our use of #outside_transaction?
This method was first seen in 045713ee240fff815edb5962b25d668512649478, and subsequently reimplemented in fb2325e35855d62abd2c76ce03feaa3ca7992e4f. According to @jeremy, this is okay to remove. He thinks it was added because at the time we didn't have much transaction state to keep track of, and he viewed it as a hack for us to track it internally, thinking it was better to ask the connection for the transaction state. Over the years we have added more and more state to track, a lot of which is impossible to ask the connection for. So it seems that this is just a relic of the passed and we will just track the state internally only.
Diffstat (limited to 'activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb')
0 files changed, 0 insertions, 0 deletions