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

    108 2022-11-24 《Hanami v2.0 Guides》
    Environment helpers Hanami.env Hanami.env? Environment specific app config Production deployments Hanami supports different environments based on a HANAMI_ENV environment v...
  • Configuration

    127 2022-11-24 《Hanami v2.0 Guides》
    Changing default config Log filters Colorized output Customizing logging destinations Hanami provides a built-in logger that is used by default as a general-purpose logger an...
  • Commands

    195 2022-11-24 《Hanami v2.0 Guides》
    Gem commands hanami new hanami version Project commands hanami console hanami generate hanami middleware hanami routes hanami server hanami version Hanami provides a co...
  • Selectively boot apps

    117 2022-11-24 《Hanami v1.3 Guides》
    With Hanami you can build your project by following the Monolith-First principle. As you add more code to the project, you can grow it organically, by splitting the project into...
  • Plugins

    149 2022-11-24 《Hanami v1.3 Guides》
    Add a command Hook into existing command Hanami has a convenient way to load commands from third party gems, so if you want to add a Hanami compatible gem, you only have to add...
  • v0.9.0

    116 2022-11-24 《Hanami v1.3 Guides》
    config/environment.rb lib/bookshelf.rb Use Ruby 2.3+ Edit Gemfile , by changing Hanami version: gem 'hanami', '~> 0.9' Edit Gemfile , by changing Hanami Model version: ...
  • Slices

    147 2022-11-24 《Hanami v2.0 Guides》
    Creating a slice Features of a slice Slice containers Standard app components Slice imports and exports Slice settings Slice loading In addition to the app directory, Han...
  • Booting

    175 2022-11-24 《Hanami v2.0 Guides》
    Hanami.prepare Hanami.boot Stepping through the boot process Hanami applications support a prepared state and a booted state. Whether your app is prepared or booted determi...
  • SQL Queries

    107 2022-11-24 《Hanami v1.3 Guides》
    Select Raw SQL Sort Limit SQL Functions Joins Group by Select You can select a subset of columns to be fetched from the database: class UserRepository < Hanami :: ...
  • Overview

    127 2022-11-24 《Hanami v1.3 Guides》
    Compile Mode Fingerprint Mode Serve Static Assets What Does It Mean To Serve Static Assets With Hanami? Fresh Asset Stale Asset Precompiled Asset Dynamic Resource Missing Res...