1. 06 8月, 2013 1 次提交
    • S
      Create sqlite3 directory if not present · f0362394
      schneems 提交于
      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
      f0362394
  2. 05 8月, 2013 6 次提交
  3. 04 8月, 2013 30 次提交
  4. 03 8月, 2013 3 次提交