rails/railties/lib
2006-03-05 21:38:51 +00:00
..
commands Added socket cleanup for lighttpd, both before and after [DHH] Added automatic creation of tmp/ when running script/server [DHH] Added silence_stream that'll work on both STDERR or STDOUT or any other stream and deprecated silence_stderr in the process [DHH] 2006-03-04 19:39:26 +00:00
rails_generator Dont generate migration when doing scaffolding 2006-03-05 17:17:27 +00:00
tasks Added tracking of database and framework versions in script/about #4088 [charles.gerungan@gmail.com/Rick Olson] 2006-03-05 21:38:51 +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 Add integration test support to app generation and testing 2006-02-28 18:57:32 +00:00
commands.rb Backed out of script/run portal idea. Muscle memory too deep 2005-10-06 02:05:36 +00:00
console_app.rb remove explicit dependency mechanism setting in console_app 2006-03-03 21:24:39 +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 Clear stale, cached connections left behind by defunct threads. Eliminate duplicate connection cache. 2006-03-01 22:08:00 +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 Added tracking of database and framework versions in script/about #4088 [charles.gerungan@gmail.com/Rick Olson] 2006-03-05 21:38:51 +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 Add integration test support to app generation and testing 2006-02-28 18:57:32 +00:00
webrick_server.rb Remove the extraneous AR::Base.threaded_connections setting from the webrick server. 2006-02-28 19:10:08 +00:00