diff options
author | Joseph Wong <joseph.wong@sap.com> | 2011-07-08 13:21:38 -0700 |
---|---|---|
committer | Joseph Wong <joseph.wong@sap.com> | 2011-07-12 11:10:25 -0700 |
commit | 88e6c062423638df667869292050802d674bc0fa (patch) | |
tree | 7fb5c4a8c75b6d7661a9c80b17f63e20a7cebe67 /railties | |
parent | e4479b2f1bc54edf155408d51dd3236955150ce1 (diff) | |
download | rails-88e6c062423638df667869292050802d674bc0fa.tar.gz rails-88e6c062423638df667869292050802d674bc0fa.tar.bz2 rails-88e6c062423638df667869292050802d674bc0fa.zip |
Fix for SqlBypass session store
Two issues fixed:
1) connection_pool is not defined - needed by SessionStore#drop_table!
and create_table! since c94651f
2) initialization of connection to the default of AR::Base.connection
only occurred at the singleton level - the instance level method defined
by cattr_accessor did not have this logic
Diffstat (limited to 'railties')
0 files changed, 0 insertions, 0 deletions