mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
f846828dae
Restore the 4.0 behaviour for 'sqlite3:///', but deprecate it. We'll
change to the absolute-path interpretation in 4.2.
The current "correct" spellings for in-memory, relative, and absolute
URLs, respectively, are:
sqlite3::memory:
sqlite3:relative/path
sqlite3:/full/path
Substantially reverses/defers
|
||
---|---|---|
.. | ||
frameworks_test.rb | ||
hooks_test.rb | ||
i18n_test.rb | ||
load_path_test.rb | ||
notifications_test.rb |