Пакет ruby-sinatra-contrib: Информация

    Бинарный пакет: ruby-sinatra-contrib
    Версия: 1.4.8-alt1
    Архитектура: noarch
    Собран:  20 июня 2017 г. 14:16 в задании #184341
    Исходный пакет: ruby-sinatra
    Скопирован в задании: #184343
    Категория: Разработка/Ruby
    Сообщить об ошибке в пакете
    Домашняя страница: https://github.com/sinatra/sinatra

    Лицензия: MIT/Ruby
    О пакете: Collection of common Sinatra extensions, semi-officially supported
    Описание: 
    Collection of common Sinatra extensions, semi-officially supported:
    - sinatra/capture: Let's you capture the content of blocks in templates.
    - sinatra/config_file: Allows loading configuration from yaml files.
    - sinatra/content_for: Adds Rails-style content_for helpers to Haml,
      Erb, Erubis and Slim.
    - sinatra/cookies: A cookies helper for reading and writing cookies.
    - sinatra/engine_tracking: Adds methods like haml? that allow helper
      methods to check whether they are called from within a template.
    - sinatra/json: Adds a #json helper method to return JSON documents.
    - sinatra/link_header: Helpers for generating link HTML tags and
      corresponding Link HTTP headers. Adds link, stylesheet and prefetch
      helper methods.
    - sinatra/multi_route: Adds ability to define one route block for
      multiple routes and multiple or custom HTTP verbs.
    - sinatra/namespace: Adds namespace support to Sinatra.
    - sinatra/respond_with: Choose action and/or template automatically
      depending on the incoming request. Adds helpers respond_to and
      respond_with.
    - sinatra/custom_logger: This extension allows you to define your own
      logger instance using +logger+ setting. That logger then will be
      available as #logger helper method in your routes and views.
    - sinatra/required_params: Ensure if required query parameters exist

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

    Список участников:
    Andrey Cherepanov

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


    20 июня 2017 г. Andrey Cherepanov 1:1.4.8-alt1
    - Downgrade version to work with old ruby-rack
    19 июня 2017 г. Andrey Cherepanov 2.0.0-alt2
    - Build with ruby-rack 1.x
    13 июня 2017 г. Andrey Cherepanov 2.0.0-alt1
    - Initial build for Sisyphus