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
2005-12-03 06:53:14 +00: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 Changed all script/* to use /usr/bin/env ruby instead of hard-coded Ruby path. public/dispatcher.* still uses the hard-coded path for compatibility with web servers that dont have Ruby in path [DHH] 2005-11-09 21:15:41 +00:00
process Remove bogus hyphen from script/process/reaper calls to 'ps'. Closes #2767. 2005-11-07 17:57:21 +00:00
servers Run initialize_logger in script/lighttpd to ensure the log file exists before tailing it 2005-11-30 19:18:55 +00:00
about.rb Added script/about to display formatted Rails::Info output 2005-11-05 14:30:47 +00:00
breakpointer.rb Clean up the act of commands 2005-09-29 12:33:48 +00:00
console.rb Make help for the console command more explicit about how to specify the desired environment in which to run the console. Closes #2911. 2005-11-21 05:33:13 +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 Add install.rb file to plugin generation which is loaded, if it exists, when you install a plugin. 2005-12-03 06:53:14 +00:00
runner.rb Fix problem with RAILS_ENV being frozen when set from environment variable 2005-10-14 02:51:33 +00:00
server.rb Use require_library_or_gem 'fcgi' in script/server 2005-11-07 15:35:03 +00:00
update.rb Clean up the act of commands 2005-09-29 12:33:48 +00:00