This project is archived and is in readonly mode.

Changeset [e7312105c73c20b286ebf17b16808001803e2c61] by Jeremy Kemper

July 1st, 2009 @ 08:55 PM

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

Committed by Jeremy Kemper

  • M actionmailer/Rakefile
  • M actionmailer/lib/action_mailer/version.rb
  • M actionmailer/test/abstract_unit.rb
  • M actionpack/Rakefile
  • M actionpack/lib/action_controller/base/filter_parameter_logging.rb
  • M actionpack/lib/action_controller/base/http.rb
  • M actionpack/lib/action_controller/base/streaming.rb
  • M actionpack/lib/action_controller/routing/generation/polymorphic_routes.rb
  • M actionpack/lib/action_controller/routing/route_set.rb
  • M actionpack/lib/action_controller/testing/performance.rb
  • M actionpack/lib/action_controller/testing/performance_test.rb
  • M actionpack/lib/action_dispatch/http/mime_type.rb
  • M actionpack/lib/action_pack/version.rb
  • M actionpack/lib/action_view/base.rb
  • M actionpack/lib/action_view/helpers/asset_tag_helper.rb
  • M actionpack/lib/action_view/helpers/capture_helper.rb
  • M actionpack/lib/action_view/helpers/form_tag_helper.rb
  • M actionpack/lib/action_view/render/partials.rb
  • M actionpack/lib/action_view/render/rendering.rb
  • M actionpack/lib/action_view/template/handlers/builder.rb
  • M actionpack/lib/action_view/template/handlers/erb.rb
  • M actionpack/test/activerecord/polymorphic_routes_test.rb
  • M actionpack/test/controller/filter_params_test.rb
  • M actionpack/test/controller/render_test.rb
  • M actionpack/test/controller/routing_test.rb
  • M actionpack/test/controller/send_file_test.rb
  • M actionpack/test/fixtures/public/.gitignore
  • M actionpack/test/fixtures/public/elsewhere/cools.js
  • M actionpack/test/fixtures/public/elsewhere/file.css
  • M actionpack/test/fixtures/public/javascripts/common.javascript
  • M actionpack/test/fixtures/public/stylesheets/random.styles
  • M actionpack/test/lib/fixture_template.rb
  • M actionpack/test/old_base/abstract_unit.rb
  • M actionpack/test/template/asset_tag_helper_test.rb
  • M actionpack/test/template/capture_helper_test.rb
  • M actionpack/test/template/form_tag_helper_test.rb
  • M activemodel/test/cases/helper.rb
  • M activerecord/Rakefile
  • M activerecord/lib/active_record/associations/association_collection.rb
  • M activerecord/lib/active_record/associations/has_and_belongs_to_many_association.rb
  • M activerecord/lib/active_record/associations/has_many_association.rb
  • M activerecord/lib/active_record/associations/has_many_through_association.rb
  • M activerecord/lib/active_record/associations/through_association_scope.rb
  • M activerecord/lib/active_record/base.rb
  • M activerecord/lib/active_record/connection_adapters/abstract/schema_statements.rb
  • M activerecord/lib/active_record/connection_adapters/abstract_adapter.rb
  • M activerecord/lib/active_record/connection_adapters/mysql_adapter.rb
  • M activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb
  • M activerecord/lib/active_record/connection_adapters/sqlite_adapter.rb
  • M activerecord/lib/active_record/version.rb
  • M activerecord/test/cases/adapter_test.rb
  • M activerecord/test/cases/associations/has_and_belongs_to_many_associations_test.rb
  • M activerecord/test/cases/associations/has_many_associations_test.rb
  • M activerecord/test/cases/associations/has_many_through_associations_test.rb
  • M activerecord/test/cases/base_test.rb
  • M activerecord/test/cases/calculations_test.rb
  • M activerecord/test/cases/finder_test.rb
  • M activerecord/test/cases/helper.rb
  • M activerecord/test/cases/inheritance_test.rb
  • M activerecord/test/cases/migration_test.rb
  • M activerecord/test/cases/reflection_test.rb
  • M activerecord/test/fixtures/companies.yml
  • M activerecord/test/models/company.rb
  • M activerecord/test/models/post.rb
  • M activerecord/test/models/project.rb
  • M activerecord/test/schema/schema.rb
  • M activeresource/Rakefile
  • M activeresource/lib/active_resource/version.rb
  • M activeresource/test/abstract_unit.rb
  • M activesupport/lib/active_support/cache.rb
  • M activesupport/lib/active_support/cache/file_store.rb
  • M activesupport/lib/active_support/cache/mem_cache_store.rb
  • M activesupport/lib/active_support/cache/memory_store.rb
  • M activesupport/lib/active_support/inflector.rb
  • M activesupport/lib/active_support/test_case.rb
  • M activesupport/lib/active_support/testing/declarative.rb
  • M activesupport/lib/active_support/testing/isolation.rb
  • M activesupport/lib/active_support/testing/setup_and_teardown.rb
  • M activesupport/lib/active_support/vendor/i18n-0.1.3/test/i18n_exceptions_test.rb
  • M activesupport/lib/active_support/vendor/i18n-0.1.3/test/i18n_test.rb
  • M activesupport/lib/active_support/vendor/i18n-0.1.3/test/simple_backend_test.rb
  • M activesupport/lib/active_support/version.rb
  • M activesupport/test/abstract_unit.rb
  • M activesupport/test/caching_test.rb
  • M activesupport/test/inflector_test.rb
  • M activesupport/test/inflector_test_cases.rb
  • M activesupport/test/isolation_test.rb
  • M railties/Rakefile
  • M railties/lib/initializer.rb
  • M railties/lib/initializer_old.rb
  • M railties/lib/performance_test_help.rb
  • M railties/lib/rails/configuration.rb
  • M railties/lib/rails/core.rb
  • M railties/lib/rails/paths.rb
  • M railties/lib/rails/plugin/loader.rb
  • M railties/lib/rails/version.rb
  • M railties/lib/railties_path.rb
  • M railties/lib/test_help.rb
  • M railties/test/abstract_unit.rb
  • M railties/test/generator_lookup_test.rb
  • M railties/test/initializer/path_test.rb
  • M railties/test/initializer/root/config/database.yml
  • M railties/test/initializer_test.rb
  • M railties/test/new_initializer_test.rb
  • M railties/test/paths_test.rb
  • M railties/test/plugin_loader_test.rb
  • M railties/test/plugin_locator_test.rb
  • M railties/test/plugin_test.rb
  • M railties/test/rails_generator_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>