• J
    Clarify 'database does not exist' message and implementation. · 9aa7c25c
    Jeremy Kemper 提交于
    * Clarify what the situation is and what to do.
    * Advise loading schema using `rake db:setup` instead of migrating.
    * Use a rescue in the initializer rather than extending the error
      message in-place.
    * Preserve the original backtrace of other errors by using `raise`
      rather than raising again with `raise error`.
    
    References 0ec45cd1
    9aa7c25c
sqlite3_adapter.rb 19.5 KB