This project is archived and is in readonly mode.

Changeset [aad429a46e3017fa7ca73f58428693e821be42b6] by Sven Fuchs

August 21st, 2008 @ 06:04 PM

Merge branch 'master' into i18n http://github.com/rails/rails/co...

Committed by Sven Fuchs

  • M actionmailer/lib/action_mailer/base.rb
  • M actionmailer/test/fixtures/test_mailer/signed_up.erb
  • M actionmailer/test/fixtures/test_mailer/signed_up.html.erb
  • M actionpack/CHANGELOG
  • M actionpack/lib/action_controller/base.rb
  • M actionpack/lib/action_controller/cgi_process.rb
  • M actionpack/lib/action_controller/dispatcher.rb
  • M actionpack/lib/action_controller/filters.rb
  • M actionpack/lib/action_controller/headers.rb
  • M actionpack/lib/action_controller/integration.rb
  • M actionpack/lib/action_controller/rack_process.rb
  • M actionpack/lib/action_controller/request.rb
  • M actionpack/lib/action_controller/response.rb
  • M actionpack/lib/action_controller/test_process.rb
  • M actionpack/lib/action_view/base.rb
  • M actionpack/lib/action_view/helpers/asset_tag_helper.rb
  • M actionpack/lib/action_view/helpers/atom_feed_helper.rb
  • M actionpack/lib/action_view/partials.rb
  • M actionpack/lib/action_view/paths.rb
  • M actionpack/lib/action_view/renderable.rb
  • M actionpack/test/controller/caching_test.rb
  • M actionpack/test/controller/cgi_test.rb
  • M actionpack/test/controller/content_type_test.rb
  • M actionpack/test/controller/integration_test.rb
  • M actionpack/test/controller/layout_test.rb
  • M actionpack/test/controller/mime_responds_test.rb
  • M actionpack/test/controller/new_render_test.rb
  • M actionpack/test/controller/rack_test.rb
  • M actionpack/test/controller/render_test.rb
  • M actionpack/test/controller/request_test.rb
  • M actionpack/test/fixtures/_top_level_partial.html.erb
  • M actionpack/test/fixtures/_top_level_partial_only.erb
  • M actionpack/test/fixtures/test/_layout_for_block_with_args.html.erb
  • M actionpack/test/fixtures/test/using_layout_around_block_with_args.html.erb
  • M actionpack/test/template/asset_tag_helper_test.rb
  • M actionpack/test/template/atom_feed_helper_test.rb
  • M actionpack/test/template/render_test.rb
  • M activerecord/lib/active_record/associations.rb
  • M activerecord/lib/active_record/associations/association_proxy.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/has_one_association.rb
  • M activerecord/lib/active_record/base.rb
  • M activerecord/lib/active_record/calculations.rb
  • M activerecord/lib/active_record/connection_adapters/abstract/query_cache.rb
  • M activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb
  • M activerecord/lib/active_record/dirty.rb
  • M activerecord/lib/active_record/named_scope.rb
  • M activerecord/lib/active_record/reflection.rb
  • M activerecord/lib/active_record/validations.rb
  • M activerecord/test/cases/associations/cascaded_eager_loading_test.rb
  • M activerecord/test/cases/associations/eager_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_one_associations_test.rb
  • M activerecord/test/cases/associations/join_model_test.rb
  • M activerecord/test/cases/base_test.rb
  • M activerecord/test/cases/dirty_test.rb
  • M activerecord/test/cases/named_scope_test.rb
  • M activerecord/test/cases/reflection_test.rb
  • M activerecord/test/connections/native_mysql/connection.rb
  • M activerecord/test/models/author.rb
  • M activerecord/test/models/developer.rb
  • M activeresource/CHANGELOG
  • M activeresource/lib/active_resource/connection.rb
  • M activesupport/lib/active_support.rb
  • M activesupport/lib/active_support/buffered_logger.rb
  • M activesupport/lib/active_support/cache/compressed_mem_cache_store.rb
  • M activesupport/lib/active_support/cache/file_store.rb
  • M activesupport/lib/active_support/cache/memory_store.rb
  • M activesupport/lib/active_support/callbacks.rb
  • M activesupport/lib/active_support/core_ext/kernel/debugger.rb
  • M activesupport/lib/active_support/dependencies.rb
  • M activesupport/lib/active_support/memoizable.rb
  • M activesupport/lib/active_support/testing/performance.rb
  • M activesupport/lib/active_support/typed_array.rb
  • M activesupport/test/buffered_logger_test.rb
  • M activesupport/test/caching_test.rb
  • M activesupport/test/callbacks_test.rb
  • M activesupport/test/core_ext/file_test.rb
  • M activesupport/test/memoizable_test.rb
  • M activesupport/test/typed_array_test.rb
  • M railties/lib/fcgi_handler.rb
  • M railties/lib/initializer.rb
  • M railties/lib/rails/rack.rb
  • M railties/lib/rails/rack/logger.rb
  • M railties/lib/rails_generator/generators/applications/app/app_generator.rb
  • M railties/lib/tasks/framework.rake

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>