aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/commands/dbconsole.rb
Commit message (Collapse)AuthorAgeFilesLines
* Merge docrailsPratik Naik2008-09-031-1/+1
|
* Reverse the priority of the mysql commands in dbconsoleMichael Koziarski2008-08-241-1/+1
|
* Ensure dbconsole includes the -p parameter to mysql as intendedMichael Koziarski2008-07-311-0/+2
|
* Don't provide the password with dbconsole unless explicitly opted in.Michael Koziarski2008-05-311-3/+11
| | | | | | | | Some operating system configurations allow other users to view your process list or environmental variables. This option should not be used on shared hosts. http://dev.mysql.com/doc/refman/5.0/en/password-security.html http://www.postgresql.org/docs/8.3/static/libpq-envars.html
* dbconsole should not require a username for postgresql. [#207 state:resolved]Kyle Hargraves2008-05-161-1/+2
| | | | Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
* Ensure dbconsole respects erb in database.yml. [#157 state:resolved] [Andrew ↵Pratik Naik2008-05-111-1/+2
| | | | | | Bennett] Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
* Some dbconsole tweaks. [#102 state:resolved]Jeremy Kemper2008-05-071-20/+26
|
* Add 'script/dbconsole' -- the database analog of 'script/console'Steve Purcell2008-05-071-0/+49