hotswap 0.2.3
Swap a SQLite database on a running Rails server without restart. Requests queue briefly during the swap, then resume on the new database.
Gemfile:
=
install:
=
Development Dependencies (8):
actionpack
>= 0
activerecord
>= 0
rack
>= 0
rack-test
~> 2.0
railties
>= 0
rake
>= 0
rspec
~> 3.0
webrick
>= 0