rails/railties/lib
David Heinemeier Hansson bbe9ee13e1 Make sure to check for FCGI as well as lighttpd
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2917 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2005-11-07 13:31:19 +00:00
..
commands Make sure to check for FCGI as well as lighttpd 2005-11-07 13:31:19 +00:00
rails_generator Added default lighttpd config in config/lighttpd.conf and added a default runner for lighttpd in script/server (works like script/server, but using lighttpd and FastCGI). It will use lighttpd if available, otherwise WEBrick. You can force either or using 'script/server lighttpd' or 'script/server webrick' [DHH] 2005-11-07 10:25:36 +00:00
tasks Fail gracefully from svn checks (closes #2700) [Rick Olson] 2005-11-07 09:46:40 +00:00
binding_of_caller.rb Documentation updates/fixes for railties 2005-10-16 03:00:44 +00:00
breakpoint_client.rb Documentation updates/fixes for railties 2005-10-16 03:00:44 +00:00
breakpoint.rb Documentation updates/fixes for railties 2005-10-16 03:00:44 +00:00
code_statistics.rb Documentation updates/fixes for railties 2005-10-16 03:00:44 +00:00
commands.rb Backed out of script/run portal idea. Muscle memory too deep 2005-10-06 02:05:36 +00:00
console_sandbox.rb Added console --profile for profiling an IRB session #1154 [bitsweat]. Changed console_sandbox into console --sandbox #1154 [bitsweat] 2005-04-30 15:37:45 +00:00
dispatcher.rb Failsafe response handler for dispatcher. 2005-11-02 01:20:36 +00:00
fcgi_handler.rb Make fcgi handler respond to TERM signals with an explicit exit 2005-11-02 13:21:22 +00:00
initializer.rb New configuration option config.plugin_paths which may be a single path like the default 'vendor/plugins' or an array of paths: ['vendor/plugins', 'lib/plugins']. Plugins are discovered in nested paths, so you can organize your plugins directory as you like. Refactor load_plugin from load_plugins. Simplify initializer unit test. Closes #2757. 2005-11-07 08:09:38 +00:00
rails_generator.rb Fixed rails_generator to be usable without RubyGems #686 [Cristi BALAN]. Moved all active support dependencies into active support 2005-03-06 12:20:53 +00:00
rails_info.rb Make use of silence_stderr in script/lighttpd, script/plugin, and Rails::Info 2005-11-07 04:06:05 +00:00
rails_version.rb Prepared for release of 0.14.2 (RC3) 2005-10-25 22:11:48 +00:00
railties_path.rb Adds update_javascripts task which will fetch all the latest js files from railties dir. 2005-10-15 04:06:39 +00:00
rubyprof_ext.rb Documentation updates/fixes for railties 2005-10-16 03:00:44 +00:00
test_help.rb Should be RAILS_ROOT/test/fixtures. 2005-10-15 17:05:55 +00:00
webrick_server.rb Documentation updates/fixes for railties 2005-10-16 03:00:44 +00:00