1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionview/CHANGELOG.md
Ryuta Kamizono 9fdebb17ff ✂️
[ci skip]
2017-06-28 22:21:03 +09:00

664 B

  • Fix issues with scopes and engine on current_page? method.

    Fixes #29401.

    Nikita Savrov

  • Generate field ids in collection_check_boxes and collection_radio_buttons.

    This makes sure that the labels are linked up with the fields.

    Fixes #29014.

    Yuji Yaginuma

  • Add :json type to auto_discovery_link_tag to support JSON Feeds

    Mike Gunderloy

  • Update distance_of_time_in_words helper to display better error messages for bad input.

    Jay Hayes

Please check 5-1-stable for previous changes.