Skip to content

Instantly share code, notes, and snippets.

@hatboysam
Last active October 13, 2015 06:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save hatboysam/4155918 to your computer and use it in GitHub Desktop.
Save hatboysam/4155918 to your computer and use it in GitHub Desktop.
development:
adapter: postgresql
database: development
username: <%= ENV['PG_USER'] %>
password: <%= ENV['PG_PASS'] %>
host: localhost
@dacook
Copy link

dacook commented Jul 24, 2013

The tabs in this file cause Rake to crash, eg:
rake aborted!
(): found character that cannot start any token while scanning for the next token at line 2 column 1
/home/david/.rvm/gems/ruby-1.9.3-p429@sinatra_gems/gems/sinatra-activerecord-1.2.3/lib/sinatra/activerecord.rb:39:in `database_file='
...

Please update to spaces for future readers.

@hatboysam
Copy link
Author

Updated, sorry for leaving this incorrect for so long.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment