aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/commands/dbconsole.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'mainstream/master'Pratik Naik2008-08-281-1/+1
|\
| * Reverse the priority of the mysql commands in dbconsoleMichael Koziarski2008-08-241-1/+1
* | Corrected the command-line help text for script/dbconsole.Dave Rothlisberger2008-08-041-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
* dbconsole should not require a username for postgresql. [#207 state:resolved]Kyle Hargraves2008-05-161-1/+2
* Ensure dbconsole respects erb in database.yml. [#157 state:resolved] [Andrew ...Pratik Naik2008-05-111-1/+2
* 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