rails--rails/railties/lib
David Heinemeier Hansson 09f89c4abf Added -r/--repeat option to script/process/spawner that offers the same loop protection as the spinner did. This deprecates the script/process/spinner, so it's no longer included in the default Rails skeleton, but still available for backwards compatibility (closes #3461) [ror@andreas-s.net]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3672 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2006-02-26 20:25:24 +00:00
..
commands Added -r/--repeat option to script/process/spawner that offers the same loop protection as the spinner did. This deprecates the script/process/spinner, so it's no longer included in the default Rails skeleton, but still available for backwards compatibility (closes #3461) [ror@andreas-s.net] 2006-02-26 20:25:24 +00:00
rails_generator Added -r/--repeat option to script/process/spawner that offers the same loop protection as the spinner did. This deprecates the script/process/spinner, so it's no longer included in the default Rails skeleton, but still available for backwards compatibility (closes #3461) [ror@andreas-s.net] 2006-02-26 20:25:24 +00:00
tasks rake appdoc fails with unrecognized option (closes #3757) [Jakob S] 2006-02-25 23:27:41 +00:00
binding_of_caller.rb
breakpoint.rb
breakpoint_client.rb
code_statistics.rb
commands.rb
console_sandbox.rb
dispatcher.rb Remove LoadingModule 2006-02-03 20:29:39 +00:00
fcgi_handler.rb Added SIGTRAP signal handler to RailsFCGIHandler that'll force the process into a breakpoint after the next request. This breakpoint can then be caught with script/breakpointer and give you access to the Ruby image inside that process. Useful for debugging memory leaks among other things [DHH] 2006-02-19 06:25:47 +00:00
initializer.rb Update duplicated OrderedOptions code. 2006-02-26 01:56:09 +00:00
rails_generator.rb
rails_info.rb Rename Version constant to VERSION. Closes #2802. 2005-11-17 00:32:16 +00:00
rails_version.rb Update versions to match latest from stable 2006-02-05 00:59:57 +00:00
railties_path.rb
rubyprof_ext.rb
test_help.rb Force RAILS_ENV to be "test" when running tests, so that ENV["RAILS_ENV"] = "production" in config/environment.rb doesnt wreck havok [DHH] (closes #2660) 2005-11-09 15:11:55 +00:00
webrick_server.rb Fixed that static requests could unlock the mutex guarding dynamic requests in the WEBrick servlet (closes #3433) [tom@craz8.com] 2006-01-21 23:38:41 +00:00