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

    207 2022-11-24 《Hanami v1.3 Guides》
    Clean Architecture Application Core Delivery Mechanisms Monolith First Anatomy Of A Project Hanami is based on two principles: Clean Architecture and Monolith First . Cle...
  • Delivery

    161 2022-11-24 《Hanami v1.3 Guides》
    Multipart Delivery Single Part Delivery Remove Templates Built-in Strategies Custom Strategy Multipart Delivery By default a mailer delivers a multipart email, that has a H...
  • Rack Integration

    171 2022-11-24 《Hanami v1.3 Guides》
    Rack Environment Rack Middleware Global Middleware Project Middleware Application Middleware Action Middleware Rack Environment Actions offer a high level API built on top...
  • Project

    204 2022-11-24 《Hanami v1.3 Guides》
    Project Database Testing Framework Template Engine Project We can generate a new project via hanami new , followed by the name that we want to use. $ hanami new bookshelf...
  • Testing

    210 2022-11-24 《Hanami v1.3 Guides》
    During development and testing we don’t want to accidentally send emails to the real world. The delivery method for these two envs is set to :test . In order to assert that a m...
  • Autoloading

    225 2022-11-24 《Hanami v2.0 Guides》
    Autoloading in the app directory Autoloading in the lib directory Requiring gems Inflections Hanami uses the Zeitwerk code loader to support autoloading. This means that yo...
  • Overview

    164 2022-11-24 《Hanami v1.3 Guides》
    Example A mailer is an object that’s responsible to deliver a mail message, by rendering one or more templates. For simplicity, each mailer can handle only one use case (featur...
  • Has Many Through

    248 2022-11-24 《Hanami v1.3 Guides》
    Setup Basic usage Aliasing Also known as many-to-many, is an association between an entity (Story ) and a collection of many entities (User ), passing via an intermediate enti...
  • Advanced Usage

    167 2022-11-24 《Hanami v1.3 Guides》
    Required and Optional keys Type Safety Macros Filled Maybe Each Confirmation Forms Rules Nested Input Data Composition Whitelisting Result Messages Output Error Mess...
  • Interactors

    195 2022-11-24 《Hanami v1.3 Guides》
    Overview A New Feature: Email Notifications Callbacks? We Don’t Need Them! Concept Preparing Creating Our Interactor Creating a Book Persisting the Book Dependency Injectio...