This project is archived and is in readonly mode.

Changeset [ea3a7e1bb1efc8b3ca10c4163bc116f3d5e23af1] by David Heinemeier Hansson

June 12th, 2008 @ 11:48 PM

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

http://github.com/rails/rails/co...

Committed by Repository

  • A actionpack/lib/action_view/template_handlers.rb
  • A actionpack/test/fixtures/test/render_file_from_template.html.erb
  • A activerecord/test/cases/database_statements_test.rb
  • A activeresource/test/fixtures/customer.rb
  • A activesupport/lib/active_support/core_ext/module/model_naming.rb
  • A activesupport/test/core_ext/module/model_naming_test.rb
  • A railties/test/fixtures/plugins/default/gemlike/init.rb
  • A railties/test/fixtures/plugins/default/gemlike/lib/gemlike.rb
  • A railties/test/fixtures/plugins/default/gemlike/rails/init.rb
  • R actionpack/test/fixtures/test/block_content_for.erb
  • R actionpack/test/fixtures/test/erb_content_for.erb
  • R activerecord/lib/active_record/vendor/db2.rb
  • R activerecord/lib/active_record/vendor/mysql.rb
  • M actionmailer/lib/action_mailer/base.rb
  • M actionpack/CHANGELOG
  • M actionpack/lib/action_controller/base.rb
  • M actionpack/lib/action_controller/caching/actions.rb
  • M actionpack/lib/action_controller/rack_process.rb
  • M actionpack/lib/action_controller/record_identifier.rb
  • M actionpack/lib/action_controller/routing/segments.rb
  • M actionpack/lib/action_controller/session_management.rb
  • M actionpack/lib/action_view.rb
  • M actionpack/lib/action_view/base.rb
  • M actionpack/lib/action_view/helpers/capture_helper.rb
  • M actionpack/lib/action_view/helpers/form_helper.rb
  • M actionpack/lib/action_view/helpers/form_options_helper.rb
  • M actionpack/lib/action_view/helpers/form_tag_helper.rb
  • M actionpack/lib/action_view/helpers/javascript_helper.rb
  • M actionpack/lib/action_view/helpers/prototype_helper.rb
  • M actionpack/lib/action_view/helpers/record_tag_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/partial_template.rb
  • M actionpack/lib/action_view/template.rb
  • M actionpack/lib/action_view/template_finder.rb
  • M actionpack/lib/action_view/template_handler.rb
  • M actionpack/lib/action_view/template_handlers/builder.rb
  • M actionpack/lib/action_view/template_handlers/compilable.rb
  • M actionpack/lib/action_view/template_handlers/erb.rb
  • M actionpack/lib/action_view/test_case.rb
  • M actionpack/test/controller/caching_test.rb
  • M actionpack/test/controller/capture_test.rb
  • M actionpack/test/controller/cgi_test.rb
  • M actionpack/test/controller/new_render_test.rb
  • M actionpack/test/controller/routing_test.rb
  • M actionpack/test/controller/session/mem_cache_store_test.rb
  • M actionpack/test/template/date_helper_test.rb
  • M actionpack/test/template/form_helper_test.rb
  • M actionpack/test/template/form_options_helper_test.rb
  • M actionpack/test/template/form_tag_helper_test.rb
  • M actionpack/test/template/javascript_helper_test.rb
  • M actionpack/test/template/prototype_helper_test.rb
  • M actionpack/test/template/record_tag_helper_test.rb
  • M actionpack/test/template/tag_helper_test.rb
  • M actionpack/test/template/template_finder_test.rb
  • M actionpack/test/template/text_helper_test.rb
  • M activerecord/CHANGELOG
  • M activerecord/lib/active_record/association_preload.rb
  • M activerecord/lib/active_record/associations.rb
  • M activerecord/lib/active_record/base.rb
  • M activerecord/lib/active_record/calculations.rb
  • M activerecord/lib/active_record/connection_adapters/abstract/schema_statements.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/fixtures.rb
  • M activerecord/lib/active_record/validations.rb
  • M activerecord/test/cases/active_schema_test_postgresql.rb
  • M activerecord/test/cases/associations/belongs_to_associations_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_associations_test.rb
  • M activerecord/test/cases/calculations_test.rb
  • M activerecord/test/cases/reflection_test.rb
  • M activerecord/test/models/company.rb
  • M activerecord/test/models/developer.rb
  • M activeresource/lib/active_resource/base.rb
  • M activeresource/test/base_test.rb
  • M activesupport/lib/active_support/cache.rb
  • M activesupport/lib/active_support/cache/compressed_mem_cache_store.rb
  • M activesupport/lib/active_support/cache/drb_store.rb
  • M activesupport/lib/active_support/core_ext/enumerable.rb
  • M activesupport/lib/active_support/core_ext/hash/except.rb
  • M activesupport/lib/active_support/core_ext/hash/slice.rb
  • M activesupport/lib/active_support/core_ext/module.rb
  • M activesupport/lib/active_support/core_ext/object/extending.rb
  • M activesupport/lib/active_support/core_ext/string/unicode.rb
  • M activesupport/lib/active_support/inflector.rb
  • M activesupport/lib/active_support/ordered_hash.rb
  • M activesupport/lib/active_support/testing/setup_and_teardown.rb
  • M activesupport/test/core_ext/class_test.rb
  • M activesupport/test/core_ext/time_with_zone_test.rb
  • M activesupport/test/test_test.rb
  • M railties/configs/initializers/inflections.rb
  • M railties/lib/rails/gem_dependency.rb
  • M railties/lib/rails/plugin.rb
  • M railties/lib/webrick_server.rb
  • M railties/test/initializer_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_info_controller_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>