- Learning Mongoid
- Gautam Rege
- 191字
- 2021-07-21 18:03:25
Conventions
In this book, you will find a number of styles of text that distinguish between different kinds of information. Here are some examples of these styles, and an explanation of their meaning.
Code words in text are shown as follows: "We can include other contexts through the use of the include
directive."
A block of code is set as follows:
class Address include Mongoid::Document field :street, type: String field :city, type: String field :state, type: String field :zipcode, type: String field :country, type: String embedded_in :author end
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
require File.expand_path('../boot', __FILE__) require "action_controller/railtie" require "action_mailer/railtie" require "sprockets/railtie"
Any command-line input or output is written as follows:
$ ruby –v
New terms and important words are shown in bold. Words that you see on the screen, in menus or dialog boxes for example, appear in the text like this: "clicking the Next button moves you to the next screen".
推薦閱讀
- 通信網絡基礎與設備
- SD-WAN架構與技術(第2版)
- Getting Started with WebRTC
- 中小型局域網組建、管理與維護實戰
- Yii Application Development Cookbook(Second Edition)
- Mastering TypeScript 3
- Unity Artificial Intelligence Programming
- Bonita Open Solution 5.x Essentials
- 基于性能的保障理論與方法
- React Cookbook
- Microsoft Power Platform Enterprise Architecture
- 園區網絡架構與技術
- Web用戶查詢日志挖掘與應用
- 信息技術安全評估準則:源流、方法與實踐
- SEO攻略:搜索引擎優化策略與實戰案例詳解