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

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

主站蜘蛛池模板: 兴化市| 广河县| 丽江市| 新乐市| 香格里拉县| 四子王旗| 康乐县| 石嘴山市| 手游| 福泉市| 阳西县| 高尔夫| 镇安县| 武平县| 敦化市| 南澳县| 博野县| 保康县| 伊宁县| 苗栗县| 云南省| 岳阳县| 鄂托克旗| 孙吴县| 屏东县| 冕宁县| 清丰县| 崇义县| 合肥市| 齐河县| 恩施市| 桓台县| 石门县| 霍山县| 夹江县| 柳江县| 烟台市| 桂平市| 浦城县| 桃江县| 九龙坡区|