This project is archived and is in readonly mode.

Changeset [8037fee9ff1dd13c421e6689229457c1ef084074] by José Valim

June 19th, 2009 @ 03:10 PM

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

Committed by José Valim

  • M actionpack/lib/action_controller/base/compatibility.rb
  • M actionpack/lib/action_controller/base/filter_parameter_logging.rb
  • M actionpack/lib/action_controller/base/flash.rb
  • M actionpack/lib/action_controller/base/layouts.rb
  • M actionpack/lib/action_controller/base/mime_responds.rb
  • M actionpack/lib/action_controller/base/request_forgery_protection.rb
  • M actionpack/lib/action_controller/base/streaming.rb
  • M actionpack/lib/action_controller/base/verification.rb
  • M actionpack/lib/action_controller/caching/actions.rb
  • M actionpack/lib/action_controller/legacy/layout.rb
  • M actionpack/lib/action_dispatch/http/mime_type.rb
  • M actionpack/lib/action_dispatch/http/request.rb
  • M actionpack/lib/action_view.rb
  • M actionpack/lib/action_view/base.rb
  • M actionpack/lib/action_view/helpers/active_record_helper.rb
  • M actionpack/lib/action_view/helpers/capture_helper.rb
  • M actionpack/lib/action_view/paths.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/rjs.rb
  • M actionpack/lib/action_view/template/path.rb
  • M actionpack/lib/action_view/template/resolver.rb
  • M actionpack/lib/action_view/template/template.rb
  • M actionpack/lib/action_view/template/text.rb
  • M actionpack/test/abstract_controller/layouts_test.rb
  • M actionpack/test/abstract_unit.rb
  • M actionpack/test/activerecord/render_partial_with_record_identification_test.rb
  • M actionpack/test/controller/action_pack_assertions_test.rb
  • M actionpack/test/controller/base_test.rb
  • M actionpack/test/controller/filters_test.rb
  • M actionpack/test/controller/helper_test.rb
  • M actionpack/test/controller/layout_test.rb
  • M actionpack/test/controller/mime_responds_test.rb
  • M actionpack/test/controller/record_identifier_test.rb
  • M actionpack/test/controller/redirect_test.rb
  • M actionpack/test/controller/render_test.rb
  • M actionpack/test/controller/send_file_test.rb
  • M actionpack/test/dispatch/mime_type_test.rb
  • M actionpack/test/fixtures/layouts/builder.builder
  • M actionpack/test/fixtures/layouts/standard.html.erb
  • M actionpack/test/fixtures/layouts/talk_from_action.erb
  • M actionpack/test/fixtures/test/render_implicit_js_template_without_layout.js.erb
  • M actionpack/test/lib/controller/fake_models.rb
  • M actionpack/test/lib/fixture_template.rb
  • M actionpack/test/new_base/content_type_test.rb
  • M actionpack/test/new_base/etag_test.rb
  • M actionpack/test/new_base/render_action_test.rb
  • M actionpack/test/new_base/render_implicit_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_rjs_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_text_test.rb
  • M actionpack/test/new_base/render_xml_test.rb
  • M actionpack/test/template/active_record_helper_test.rb
  • M actionpack/test/template/atom_feed_helper_test.rb
  • M actionpack/test/template/body_parts_test.rb
  • M actionpack/test/template/compiled_templates_test.rb
  • M actionpack/test/template/form_helper_test.rb
  • M actionpack/test/template/prototype_helper_test.rb
  • M actionpack/test/template/record_tag_helper_test.rb
  • M actionpack/test/template/render_test.rb
  • M actionpack/test/template/test_test.rb
  • M actionpack/test/template/url_helper_test.rb
  • M activemodel/lib/active_model.rb
  • M activemodel/lib/active_model/attributes.rb
  • M activemodel/lib/active_model/errors.rb
  • M activemodel/lib/active_model/naming.rb
  • M activemodel/lib/active_model/serializers/json.rb
  • M activemodel/lib/active_model/validations.rb
  • M activemodel/test/cases/attributes_test.rb
  • M activemodel/test/cases/json_serialization_test.rb
  • M activemodel/test/cases/naming_test.rb
  • M activemodel/test/cases/validations/presence_validation_test.rb
  • M activerecord/lib/active_record/base.rb
  • M activerecord/lib/active_record/serializers/json_serializer.rb
  • M activerecord/lib/active_record/validations.rb
  • M activeresource/lib/active_resource/base.rb
  • M activesupport/lib/active_support/core_ext/module.rb
  • M activesupport/lib/active_support/core_ext/module/model_naming.rb
  • M activesupport/lib/active_support/json/decoding.rb
  • M activesupport/lib/active_support/json/encoding.rb
  • M activesupport/test/core_ext/module/model_naming_test.rb
  • M railties/lib/initializer.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>