1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
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
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
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
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 Windows: include MinGW in RUBY_PLATFORM check. Closes #2982. 2007-03-06 09:22:07 +00:00
update.rb