书栈网 · BookStack 本次搜索耗时 0.021 秒,为您找到 117 个相关结果.
  • Overview

    106 2022-11-24 《Hanami v1.3 Guides》
    Interface Private Queries Timestamps Legacy Databases Count Custom commands An object that mediates between entities and the persistence layer. It offers a standardized API...
  • Database

    169 2022-11-24 《Hanami v1.3 Guides》
    Create Drop Migrate Rollback Prepare Apply Version We can manage our database via the command line. The following commands can be only used with the SQL adapter and with ...
  • Inflector

    154 2022-11-24 《Hanami v2.0 Guides》
    Configuring the inflector Using the inflector in a component Replacing the inflector Hanami includes an inflector that supports the pluralization, singularization and humaniza...
  • Has One

    130 2022-11-24 《Hanami v1.3 Guides》
    Setup Basic usage Add, Remove, Update, and Replace Also known as one-to-one, is an association between an entity (User ) associated to one child entity (Avatar ). Setup $ bu...
  • Version

    92 2022-11-24 《Hanami v1.3 Guides》
    Version Version By running hanami version we can see the current version of the framework that we are using. $ bundle exec hanami version v1 . 3.0 There are also --ver...
  • Logging

    93 2022-11-24 《Hanami v1.3 Guides》
    Filter sensitive information Arbitrary Arguments Automatic Logging Custom Loggers Colorization Disable colorization Custom colorizer Each project has a global logger avail...
  • Rack integration

    159 2022-11-24 《Hanami v2.0 Guides》
    Rack environment Rack middleware Inspecting the middleware stack Application-level middleware Router middleware Using config.ru Rack environment Actions offer a high level...
  • Overview

    135 2022-11-24 《Hanami v1.3 Guides》
    Principles Rendering Context Clean Context Explicit Interfaces Disable Helpers Principles A Hanami view is an object that defines presentational logic. Helpers are modules ...
  • v0.7.0

    103 2022-11-24 《Hanami v1.3 Guides》
    Rename all the gems in your Gemfile from lotus to hanami Rename .lotusrc into .hanamirc Find and replace in project: lotus => hanami Find and replace in project: Lo...
  • Parameters

    112 2022-11-24 《Hanami v1.3 Guides》
    Sources Access Symbol Access Whitelisting Validations & Coercion Use Cases Boundaries Usage Concrete Classes Inline predicates Body Parsers Parameters are taken from t...