Skip to content

Instantly share code, notes, and snippets.

@liangzan
Created July 16, 2010 02:27
Show Gist options
  • Save liangzan/477836 to your computer and use it in GitHub Desktop.
Save liangzan/477836 to your computer and use it in GitHub Desktop.
dev_sqlite:
adapter: sqlite3
database: db/development.sqlite3
pool: 5
timeout: 5000
# in your shell
./script/server -p 3001 -e dev_sqlite
# you should see the same in localhost:3001
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment