1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/railties/test/application/initializers
Matthew Draper f846828dae Revise 'sqlite3:' URL handling for smoother upgrades
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 fbb79b517f.
Uncovered by @guilleiguaran while investigating #14495, though that
sounds like a different issue.
2014-04-03 01:30:27 +10:30
..
frameworks_test.rb Revise 'sqlite3:' URL handling for smoother upgrades 2014-04-03 01:30:27 +10:30
hooks_test.rb
i18n_test.rb Default I18n.enforce_available_locales to true 2013-12-17 09:05:41 -02:00
load_path_test.rb Allow Pathnames to be added to eager load paths 2013-11-11 11:36:44 -07:00
notifications_test.rb Build fix for ruby 1.9.3 syntax 2013-11-16 22:50:52 +01:00