Skip to content

Instantly share code, notes, and snippets.

@juniovitorino
Last active December 11, 2015 18:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save juniovitorino/4642417 to your computer and use it in GitHub Desktop.
Save juniovitorino/4642417 to your computer and use it in GitHub Desktop.
Rails: SQLite database connection in Rails 3
development:
adapter: sqlite3
database: db/development.sqlite3
pool: 5
timeout: 5000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment