mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
f036239447
If the `db/` directory is not present on a remote machine it will blow up in unexpected ways with error messages that do not indicate there is a missing directory: ``` SQLite3::CantOpenException: unable to open database file ``` This PR checks to see if a directory exists for the sqlite3 file and if not creates it for you. This PR is an alternative to #11692 as suggested by @josevalim |
||
---|---|---|
.. | ||
copy_table_test.rb | ||
explain_test.rb | ||
quoting_test.rb | ||
sqlite3_adapter_test.rb | ||
sqlite3_create_folder_test.rb | ||
statement_pool_test.rb |