rails/railties/lib
Nicholas Seckar 55bb615f10 Update duplicated OrderedOptions code.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3664 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2006-02-26 01:56:09 +00:00
..
commands Added more information to script/plugin's doings to ease debugging #3755 [Rick Olson] 2006-02-26 00:37:11 +00:00
rails_generator Added collision option to template generation in generators (closes #3329) [anna@wota.jp] 2006-02-26 01:12:58 +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 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 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 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 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 Added an omnipresent RailsInfoController with a properties action that delivers an HTML rendering of Rails::Info (but only when local_request? is true). Added a new default index.html which fetches this with Ajax. 2005-11-08 04:26:34 +00:00
rubyprof_ext.rb Documentation updates/fixes for railties 2005-10-16 03:00:44 +00:00
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