This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Steve Purcell (author)
Sun May 04 03:53:50 -0700 2008
commit 4a07103687084496b773e18a03b1f2f5e686f7ad
tree 98b50b9347310a9fa9d9e561d0b2d5d245addc72
parent 0a21193dc660396fb993b06d1d3c168a9cd900a5
tree 98b50b9347310a9fa9d9e561d0b2d5d245addc72
parent 0a21193dc660396fb993b06d1d3c168a9cd900a5












This leaves the MySQL password in the output of ps. The same is true in the case of the environment variable used for postgres.
If this is a concern, you develop in a strange place and have bigger problems. That said, patches are welcome :)
in the case of cross-referenced environnements (or just environnement aliases) like:
all: adapter: postgresql
development: all database: dev login: ... pass: ...
production: all database: prod login: ... pass: ...
Error “not supported for this database type” is returned. Environnement should be built correctly
sorry for the bad formatted code…