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

    222 2022-11-24 《Hanami v1.3 Guides》
    Edit Gemfile , by changing Hanami version: gem 'hanami', '~> 1.2' Edit Gemfile , by changing Hanami Model version: gem 'hanami-model', '~> 1.2' Run bundle update hanami ha...
  • v1.1.0

    164 2022-11-24 《Hanami v1.3 Guides》
    Edit Gemfile , by changing Hanami version: gem 'hanami', '~> 1.1' Edit Gemfile , by changing Hanami Model version: gem 'hanami-model', '~> 1.1' Run bundle update hanami ha...
  • Destroy

    151 2022-11-24 《Hanami v1.3 Guides》
    Applications Actions Models Migrations Mailers Hanami has convenient code generators to speed up our development process. If we commit a mistake, we can destroy what we jus...
  • Code reloading

    214 2022-11-24 《Hanami v2.0 Guides》
    Reloading in the console Hanami offers fast code reloading in development via the hanami-reloader gem. When you run hanami server in development, guard watches the file syst...
  • v1.0.0

    185 2022-11-24 《Hanami v1.3 Guides》
    config/boot.rb config/environment.rb lib/bookshelf.rb Edit Gemfile , by changing Hanami version: gem 'hanami', '~> 1.0' Edit Gemfile , by changing Hanami Model version:...
  • Has Many

    137 2022-11-24 《Hanami v1.3 Guides》
    Setup Basic usage Add and Remove Querying Also known as one-to-many, is an association between a single entity (Author ) and a collection of many other linked entities (Book ...
  • Overview

    192 2022-11-24 《Hanami v1.3 Guides》
    A Simple View Naming View Module A view is an object that’s responsible for rendering a template. In a full stack Hanami application, an incoming HTTP request goes through th...
  • HTTP Caching

    230 2022-11-24 《Hanami v1.3 Guides》
    Cache Control Expires Conditional GET ETag Last Modified We refer to HTTP caching as the set of techniques for HTTP/1.1 and implemented by browser vendors in order to make f...
  • Inheritance

    209 2022-11-24 《Hanami v2.0 Guides》
    Standard base classes Leveraging action inheritance When you inherit from an action class, you also inherit much of its behavior. This includes: Dependencies specified with t...
  • Templates

    199 2022-11-24 《Hanami v1.3 Guides》
    Templates Naming Custom Template Engines Templates Directory Templates A template is a file that contains a body for a specific format of a multipart email. For instance, w...