rails/railties/lib/commands
Michael Koziarski 0abf0da001 Don't provide the password with dbconsole unless explicitly opted in.
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
2008-05-31 15:30:26 -07:00
..
ncgi Removed all the scripts in script/* and replaced it with one generic portal: script/run 2005-09-29 12:18:51 +00:00
performance script/performance/profiler compatibility with the ruby-prof >= 0.5.0. Closes #9176. [Catfish] 2008-04-07 19:29:09 +00:00
process Add --prefix option to script/server when using mongrel. [dacat] Closes #9716 2007-10-01 03:15:51 +00:00
servers Show rails version when the server starts. [#235 state:resolved] 2008-05-22 12:06:27 +01:00
about.rb Added script/about to display formatted Rails::Info output 2005-11-05 14:30:47 +00:00
console.rb Add Rails.version. [#236 state:resolved] 2008-05-22 11:56:30 +01:00
dbconsole.rb Don't provide the password with dbconsole unless explicitly opted in. 2008-05-31 15:30:26 -07:00
destroy.rb Clean up the act of commands 2005-09-29 12:33:48 +00:00
generate.rb Clean up the act of commands 2005-09-29 12:33:48 +00:00
plugin.rb Ensure script/plugin installs ssh/git plugins. [#277 state:resolved] 2008-05-29 20:21:49 +01:00
runner.rb Ruby 1.9 compat: File.exists\? -> File.exist\? en masse. References #1689 [Pratik Naik] 2007-12-10 05:54:46 +00:00
server.rb Don't make new_mongrel server default yet 2007-12-29 19:43:39 +00:00
update.rb Clean up the act of commands 2005-09-29 12:33:48 +00:00