官术网_书友最值得收藏!

  • 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".

Note

Warnings or important notes appear in a box like this.

Tip

Tips and tricks appear like this.

主站蜘蛛池模板: 彭泽县| 灌阳县| 南江县| 浦城县| 外汇| 灯塔市| 慈利县| 天水市| 天镇县| 桦甸市| 尚义县| 保德县| 淮滨县| 北京市| 城口县| 郯城县| 温宿县| 平泉县| 辉县市| 阿拉善右旗| 云南省| 分宜县| 增城市| 白水县| 肥城市| 赞皇县| 抚顺市| 清流县| 工布江达县| 布尔津县| 扶绥县| 申扎县| 托克逊县| 拜泉县| 石河子市| 岚皋县| 富宁县| 绥江县| 普格县| 文昌市| 鄂尔多斯市|