1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/lib
Yves Senn b8c2f3c769 charset should not be appended for head responses
1) Failure:
    test_head_created_with_image_png_content_type(RenderTest) [test/controller/render_test.rb:1238]:
    Expected: "image/png"
      Actual: "image/png; charset=utf-8"
2012-12-31 16:08:36 +01:00
..
abstract_controller Merge branch 'master' of github.com:lifo/docrails 2012-12-21 23:14:08 +05:30
action_controller charset should not be appended for head responses 2012-12-31 16:08:36 +01:00
action_dispatch charset should not be appended for head responses 2012-12-31 16:08:36 +01:00
action_pack
action_view Extract the component rendering of collection_radio_buttons and 2012-12-26 23:30:38 -03:00
abstract_controller.rb load active_support/core_ext/module/delegation in active_support/rails 2012-08-02 21:59:23 +02:00
action_controller.rb Add config.action_controller.permit_all_attributes to bypass StrongParameters protection 2012-09-16 23:58:21 -05:00
action_dispatch.rb Integrate Journey into Action Dispatch 2012-12-19 22:13:08 +00:00
action_pack.rb
action_view.rb Refactor AssetUrlHelper to make it friendly for plugins and extensions 2012-10-12 16:56:00 -05:00