This project is archived and is in readonly mode.

Changeset [cf6e025a4538e488ed35f61f1f7f3498833a34e6] by Jeremy Kemper

May 18th, 2009 @ 07:54 PM

Merge branch 'master' of git@github.com:rails/rails http://github.com/rails/rails/co...

Committed by Jeremy Kemper

  • M Rakefile
  • M actionpack/CHANGELOG
  • M actionpack/Rakefile
  • M actionpack/lib/action_controller/abstract.rb
  • M actionpack/lib/action_controller/abstract/base.rb
  • M actionpack/lib/action_controller/abstract/callbacks.rb
  • M actionpack/lib/action_controller/abstract/logger.rb
  • M actionpack/lib/action_controller/base/base.rb
  • M actionpack/lib/action_controller/base/chained/filters.rb
  • M actionpack/lib/action_controller/base/http_authentication.rb
  • M actionpack/lib/action_controller/dispatch/dispatcher.rb
  • M actionpack/lib/action_controller/dispatch/middlewares.rb
  • M actionpack/lib/action_controller/new_base.rb
  • M actionpack/lib/action_controller/new_base/base.rb
  • M actionpack/lib/action_controller/new_base/compatibility.rb
  • M actionpack/lib/action_controller/new_base/hide_actions.rb
  • M actionpack/lib/action_controller/new_base/http.rb
  • M actionpack/lib/action_controller/new_base/rescuable.rb
  • M actionpack/lib/action_controller/new_base/testing.rb
  • M actionpack/lib/action_controller/routing.rb
  • M actionpack/lib/action_controller/testing/process.rb
  • M actionpack/lib/action_controller/vendor/html-scanner/html/sanitizer.rb
  • M actionpack/lib/action_dispatch.rb
  • M actionpack/lib/action_dispatch/middleware/callbacks.rb
  • M actionpack/lib/action_dispatch/middleware/failsafe.rb
  • M actionpack/lib/action_dispatch/middleware/params_parser.rb
  • M actionpack/lib/action_dispatch/middleware/show_exceptions.rb
  • M actionpack/lib/action_view.rb
  • M actionpack/lib/action_view/helpers/form_options_helper.rb
  • M actionpack/lib/action_view/helpers/number_helper.rb
  • M actionpack/lib/action_view/helpers/tag_helper.rb
  • M actionpack/lib/action_view/helpers/text_helper.rb
  • M actionpack/lib/action_view/template/handlers.rb
  • M actionpack/test/abstract_controller/abstract_controller_test.rb
  • M actionpack/test/abstract_unit.rb
  • M actionpack/test/abstract_unit2.rb
  • M actionpack/test/activerecord/active_record_store_test.rb
  • M actionpack/test/activerecord/polymorphic_routes_test.rb
  • M actionpack/test/controller/action_pack_assertions_test.rb
  • M actionpack/test/controller/base_test.rb
  • M actionpack/test/controller/dispatcher_test.rb
  • M actionpack/test/controller/filters_test.rb
  • M actionpack/test/controller/helper_test.rb
  • M actionpack/test/controller/http_digest_authentication_test.rb
  • M actionpack/test/controller/render_test.rb
  • M actionpack/test/controller/rescue_test.rb
  • M actionpack/test/dispatch/show_exceptions_test.rb
  • M actionpack/test/new_base/render_action_test.rb
  • M actionpack/test/new_base/render_layout_test.rb
  • M actionpack/test/new_base/render_partial_test.rb
  • M actionpack/test/new_base/render_template_test.rb
  • M actionpack/test/new_base/render_test.rb
  • M actionpack/test/new_base/render_xml_test.rb
  • M actionpack/test/new_base/test_helper.rb
  • M actionpack/test/template/form_options_helper_test.rb
  • M actionpack/test/template/number_helper_test.rb
  • M actionpack/test/template/text_helper_test.rb
  • M activerecord/CHANGELOG
  • M activerecord/lib/active_record.rb
  • M activerecord/lib/active_record/associations.rb
  • M activerecord/lib/active_record/associations/association_collection.rb
  • M activerecord/lib/active_record/associations/has_one_through_association.rb
  • M activerecord/lib/active_record/attribute_methods.rb
  • M activerecord/lib/active_record/base.rb
  • M activerecord/lib/active_record/named_scope.rb
  • M activerecord/lib/active_record/session_store.rb
  • M activerecord/test/cases/aaa_create_tables_test.rb
  • M activerecord/test/cases/associations/eager_test.rb
  • M activerecord/test/cases/associations/has_many_associations_test.rb
  • M activerecord/test/cases/associations/has_one_through_associations_test.rb
  • M activerecord/test/cases/finder_test.rb
  • M activerecord/test/cases/helper.rb
  • M activerecord/test/cases/named_scope_test.rb
  • M activerecord/test/fixtures/people.yml
  • M activerecord/test/models/person.rb
  • M activerecord/test/schema/schema.rb
  • M activerecord/test/schema/schema2.rb
  • M activesupport/lib/active_support/json.rb
  • M activesupport/lib/active_support/json/backends/jsongem.rb
  • M activesupport/lib/active_support/json/backends/yaml.rb
  • M activesupport/lib/active_support/xml_mini/jdom.rb
  • M activesupport/lib/active_support/xml_mini/libxml.rb
  • M activesupport/lib/active_support/xml_mini/nokogiri.rb
  • M activesupport/lib/active_support/xml_mini/rexml.rb
  • M activesupport/test/json/decoding_test.rb
  • M activesupport/test/xml_mini/nokogiri_engine_test.rb
  • M activesupport/test/xml_mini/rexml_engine_test.rb
  • M railties/Rakefile
  • M railties/builtin/rails_info/rails/info.rb
  • M railties/configs/routes.rb
  • M railties/lib/commands/performance/profiler.rb
  • M railties/lib/console_app.rb
  • M railties/lib/initializer.rb
  • M railties/lib/rails/plugin/loader.rb
  • M railties/lib/rails/plugin/locator.rb
  • M railties/lib/rails_generator/generators/applications/app/template_runner.rb
  • M railties/lib/rails_generator/generators/components/model/templates/model.rb
  • M railties/lib/rails_generator/scripts.rb
  • M railties/lib/tasks/gems.rake
  • M railties/test/rails_info_test.rb

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile »

<h2 style="font-size: 14px">Tickets have moved to Github</h2>

The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>