书栈网 · BookStack 本次搜索耗时 0.033 秒,为您找到 117 个相关结果.
  • Use Your Own ORM

    144 2022-11-24 《Hanami v1.3 Guides》
    Hanami + ROM 4.0 Hanami components are decoupled from each other. This level of separation allows you to use the ORM (data layer) of your choice. Here’s how to do it: Edit yo...
  • Generators

    126 2022-11-24 《Hanami v1.3 Guides》
    Applications Actions Route Models Migrations Mailers Secret Hanami has convenient code generators to speed up our development process. Applications With Hanami architect...
  • Settings

    197 2022-11-24 《Hanami v2.0 Guides》
    Types Required and optional settings Default values Constraints Using settings within your app Accessing settings within components Accessing settings within providers Access...
  • PostgreSQL

    118 2022-11-24 《Hanami v1.3 Guides》
    UUID UUID as Primary Key Array JSON(B) Hanami natively supports PostgreSQL data types. Please check your PostgreSQL version for the available features. UUID Here’s how to ...
  • Overview

    171 2022-11-24 《Hanami v2.0 Guides》
    Routing Adding a route Root request routing Path matching Fixed paths Paths with variables Constraints Globbing and catch all routes Named routes Scopes Redirects Inspec...
  • Overview

    157 2022-11-24 《Hanami v1.3 Guides》
    The first route Rack Actions Mounting Applications Mounting To A Path Mounting On A Subdomain Hanami applications use Hanami::Router for routing: a Rack compatible, lightw...
  • Overview

    105 2022-11-24 《Hanami v1.3 Guides》
    Basic Usage Entity Repository Prepare the database Hanami’s model domain is implemented in a way that separates the behavior that we want to express (entities ) from the pers...
  • v1.3.0

    116 2022-11-24 《Hanami v1.3 Guides》
    Edit Gemfile , by changing Hanami version: gem 'hanami', '~> 1.3' Edit Gemfile , by changing Hanami Model version: gem 'hanami-model', '~> 1.3' [DEPRECATION] Remove force_...
  • Custom Predicates

    99 2022-11-24 《Hanami v1.3 Guides》
    Inline Custom Predicates Global Custom Predicates Internationalization (I18n) We have seen that built-in predicates as an expressive tool to get our job done with common use c...
  • Getting Started

    187 2022-11-24 《Hanami v2.0 Guides》
    Getting started Creating a Hanami application Prerequisites Installing the gem Using the application generator Adding our first functionality Adding a new route and action P...