rails--rails/railties/lib
Nicholas Seckar 64c7bf7481 Remove autoload_paths to simplify configuration.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5311 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2006-10-16 18:12:01 +00:00
..
commands Use the first unparsed argument as the code or file to run. Closes #6286. 2006-09-29 07:45:08 +00:00
rails Prepare for tiny release of 1.1.2 2006-04-09 21:09:45 +00:00
rails_generator Fixed migration creation to work with namespaced models, so script/generate model Gallery::Image will use create_table :gallery_images #6327 [BobSilva] 2006-10-09 02:19:58 +00:00
tasks PostgreSQL: db:test:purge closes open database connections first. Closes #6236. 2006-10-09 06:34:57 +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 Fix script/console --sandbox for internal transactions changes. Closes #5738. 2006-09-12 01:17:11 +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 Update copyright times 2006-09-03 18:53:05 +00:00
fcgi_handler.rb Thoroughly test the FCGI dispatcher. Closes #5970. 2006-09-03 00:18:31 +00:00
initializer.rb Remove autoload_paths to simplify configuration. 2006-10-16 18:12:01 +00:00
rails_generator.rb
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 be sure to require_dependency on 'application', so that dependency loading is honored correctly 2006-08-08 22:29:57 +00:00
webrick_server.rb Remove Dir.chdir in the Webrick DispatchServlet#initialize method. Fix bad path errors when trying to load config/routes.rb. [Rick Olson] 2006-09-02 15:50:52 +00:00