Пакет gem-record-tag-helper: Информация

    Исходный пакет: gem-record-tag-helper
    Версия: 1.0.1-alt1
    Собран:  18 июня 2020 г. 9:25 в задании #247371
    Категория: Разработка/Ruby
    Сообщить об ошибке в пакете
    Домашняя страница: https://github.com/rails/record_tag_helper

    Лицензия: MIT
    О пакете: ActionView Record Tag Helpers
    Описание: 
    RecordTagHelper consists of code that was formerly a part of ActionView, but has
    been removed from core in Rails 5. This gem is provided to ensure projects that
    use functionality from ActionView::Helpers::RecordTagHelper have an appropriate
    upgrade path.
    
    This gem provides methods for generating container tags, such as div, for your
    record. This is the recommended way of creating a container for your Active
    Record object, as it adds appropriate class and id attributes to that container.
    You can then refer to those containers easily by following that convention,
    instead of having to think about which class or id attribute you should use.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    gem-record-tag-helper (noarch)
    gem-record-tag-helper-doc (noarch)

    Сопровождающий: Ruby Maintainers Team

    Список участников:
    Pavel Skrylev

      1. rpm-build-ruby

    Последнее изменение


    6 мая 2020 г. Pavel Skrylev 1.0.1-alt1
    - > Ruby Policy 2.0
    - ^ 1.0.0 -> 1.0.1
    - ! spec tags
    24 сентября 2018 г. Pavel Skrylev 1.0.0-alt1
    - Initial gemified build for Sisyphus