spec/rails_app/config/database.yml in tartarus-2.0.4 vs spec/rails_app/config/database.yml in tartarus-2.2
- old
+ new
@@ -1,6 +1,9 @@
# SQLite version 3.x
-# gem install sqlite3-ruby (not necessary on OS X Leopard)
+# gem install sqlite3
+#
+# Ensure the SQLite 3 gem is defined in your Gemfile
+# gem 'sqlite3'
development:
adapter: sqlite3
database: db/development.sqlite3
pool: 5
timeout: 5000