public
Description: Ruby on Rails
Homepage: http://rubyonrails.org
Clone URL: git://github.com/rails/rails.git
Add 'script/dbconsole' -- the database analog of 'script/console'
Steve Purcell (author)
Sun May 04 03:53:50 -0700 2008
jeremy (committer)
Wed May 07 13:52:00 -0700 2008
commit  4a07103687084496b773e18a03b1f2f5e686f7ad
tree    98b50b9347310a9fa9d9e561d0b2d5d245addc72
parent  0a21193dc660396fb993b06d1d3c168a9cd900a5

Comments

jordi Tue May 13 18:14:02 -0700 2008

This leaves the MySQL password in the output of ps. The same is true in the case of the environment variable used for postgres.

jeremy Wed May 14 00:00:33 -0700 2008

If this is a concern, you develop in a strange place and have bigger problems. That said, patches are welcome :)

EppO Tue Jun 03 06:28:13 -0700 2008

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

EppO Tue Jun 03 06:33:32 -0700 2008

sorry for the bad formatted code…