rails--rails/railties/lib/commands
Rick Olson 88876163f9 boot.rb sets RAILS_ROOT, so remove that. Install http plugins inside a Dir.chdir block so that the cwd doesn't change
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6248 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2007-02-27 03:15:44 +00:00
..
ncgi
performance script/performance/profiler compatibility with the new ruby-prof, including an option to choose the results printer. Closes #5679. 2006-08-05 21:30:44 +00:00
process Fixed script/process/spawner to work properly with Mongrel including in -r (daemonize mode) [DHH] 2006-12-04 03:50:57 +00:00
servers Wups 2006-12-01 23:02:48 +00:00
about.rb
breakpointer.rb
console.rb Added one-letter aliases for the three default environments to script/console, so script/console p will load the production environment (t for test, d for development) [DHH] 2006-12-01 00:08:33 +00:00
destroy.rb
generate.rb
plugin.rb boot.rb sets RAILS_ROOT, so remove that. Install http plugins inside a Dir.chdir block so that the cwd doesn't change 2007-02-27 03:15:44 +00:00
runner.rb Use the first unparsed argument as the code or file to run. Closes #6286. 2006-09-29 07:45:08 +00:00
server.rb script/server creates the tmp/pids directory. Closes #6204. 2006-09-13 23:25:02 +00:00
update.rb