rails--rails/railties/lib
Jeremy Kemper 7231bfb59c Dispatcher processes rescued actions with the same controller that processed the request. Closes #4625.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4589 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2006-07-08 01:34:22 +00:00
..
commands Ensure the logger is initialized. Closes #5629. 2006-07-06 20:37:49 +00:00
rails Prepare for tiny release of 1.1.2 2006-04-09 21:09:45 +00:00
rails_generator rails -d frontbase to create a new project with a frontbase database.yml. Closes #4945. 2006-07-08 01:22:48 +00:00
tasks db:test:clone should remove existing tables before reloading the schema. Closes #5607. 2006-07-05 18:35:06 +00:00
binding_of_caller.rb Documentation updates/fixes for railties 2005-10-16 03:00:44 +00:00
breakpoint.rb Added show_source_list and show_call_stack to breakpoints to make it easier to get context (closes #5476) [takiuchi@drecom.co.jp] 2006-07-05 02:02:30 +00:00
breakpoint_client.rb Remove opts.on { |options[:option_name] } style hash assignment. Closes #4440. 2006-06-28 20:53:00 +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 Use example.com as standard (closes #4413) [anna] 2006-03-25 19:43:40 +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
console_with_helpers.rb Don't polute the top level namespace in the console with ActionView helpers. Make them available from a helper method. 2006-03-23 21:56:38 +00:00
dispatcher.rb Dispatcher processes rescued actions with the same controller that processed the request. Closes #4625. 2006-07-08 01:34:22 +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 Namespaced OrderedHash so the Rails implementation does not clash with any others. (fixes #4911) [Julian Tarkhanov] 2006-04-30 20:36:37 +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
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
ruby_version_check.rb Reject Ruby 1.8.3 when loading Rails; extract version checking code. 2006-03-19 18:55:31 +00:00
rubyprof_ext.rb Documentation updates/fixes for railties 2005-10-16 03:00:44 +00:00
test_help.rb rename 'integration_test.rb' -> 'integration.rb' 2006-03-18 14:27:36 +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