Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 681 Bytes

notice_info.md

File metadata and controls

24 lines (20 loc) · 681 Bytes

提示信息页面

ApplicationController
这里指的是 Rails 自带的 Rails::ApplicationController, 不是我们 Controller 里继承的 Application.
它和 Application 没有对应关系,只是下面几个 Controller 的父类。

WelcomeController
新建 Rails 项目,没有任何路由及内容时,默认显示的首页 index.

MailersController
邮件预览的列表 index 和详情 preview 页。

InfoController & Info
项目信息页面,包括 Rails、Ruby、Rack 版本等。
有页面:index(同 routes) 和 properties.
默认首页里点击" About your application’s environment" 可查看其内容。