rails--rails/railties/lib/commands
David Heinemeier Hansson 1162c29e30 Start in irb mode if possible
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6623 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2007-04-29 01:35:33 +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 Introduce RELATIVE_RAILS_ROOT and changed spawner script to use it. Prior to this change spawner would assume the non symlinked deploy directory which made reaper reload the wrong code after further deployments. 2007-04-16 21:55:59 +00:00
servers Start in irb mode if possible 2007-04-29 01:35:33 +00:00
about.rb Added script/about to display formatted Rails::Info output 2005-11-05 14:30:47 +00:00
console.rb script/console quotes RAILS_ROOT in irb command line so it works with spaces in the path. Closes #7955. 2007-04-09 17:34:24 +00: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 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 Windows: include MinGW in RUBY_PLATFORM check. Closes #2982. 2007-03-06 09:22:07 +00:00
update.rb Clean up the act of commands 2005-09-29 12:33:48 +00:00