@@ -38,7 +38,7 @@ remove_foreign_key :accounts, column: :owner_id
38
38
Railties
39
39
--------
40
40
41
- 请参考 [ CHANGELOG] [ Railties-CHANGELOG ] 来了解更多细节。
41
+ 请参考 [ CHANGELOG] [ railties ] 来了解更多细节。
42
42
43
43
### 移除
44
44
@@ -62,7 +62,7 @@ Railties
62
62
Action Pack
63
63
-----------
64
64
65
- 请参考 [ CHANGELOG] [ AP-CHANGELOG ] 来了解更多细节。
65
+ 请参考 [ CHANGELOG] [ action-pack ] 来了解更多细节。
66
66
67
67
### 弃用
68
68
@@ -118,7 +118,7 @@ Action Pack
118
118
Action View
119
119
-------------
120
120
121
- 请参考 [CHANGELOG ][AV - CHANGELOG ] 来了解更多细节。
121
+ 请参考 [CHANGELOG ][action - view ] 来了解更多细节。
122
122
123
123
# ## 弃用
124
124
@@ -135,14 +135,14 @@ Action View
135
135
Action Mailer
136
136
-------------
137
137
138
- 请参考 [CHANGELOG ]( https: // github.com / rails / rails / blob / 4 - 1 - stable / actionmailer / CHANGELOG .md) 来了解更多细节。
138
+ 请参考 [CHANGELOG ][action - mailer] 来了解更多细节。
139
139
140
140
# ## 值得一提的变化
141
141
142
142
Active Record
143
143
-------------
144
144
145
- 请参考 [CHANGELOG ][AR - CHANGELOG ] 来了解更多细节。
145
+ 请参考 [CHANGELOG ][active - record ] 来了解更多细节。
146
146
147
147
# ## 移除
148
148
@@ -220,7 +220,7 @@ Active Record
220
220
Active Model
221
221
------------
222
222
223
- 请参考 [CHANGELOG ][AM - CHANGELOG ] 来了解更多细节。
223
+ 请参考 [CHANGELOG ][active - model ] 来了解更多细节。
224
224
225
225
# ## 移除
226
226
@@ -235,7 +235,7 @@ Active Model
235
235
Active Support
236
236
--------------
237
237
238
- 请参考 [CHANGELOG ]( https: // github.com / rails / rails / blob / 4 - 1 - stable / activesupport / CHANGELOG .md) 来了解更多细节。
238
+ 请参考 [CHANGELOG ][active - support] 来了解更多细节。
239
239
240
240
# ## 移除
241
241
@@ -274,8 +274,10 @@ Active Support
274
274
275
275
许多人花费宝贵的时间贡献至 Rails 项目,使 Rails 成为更稳定、更强韧的网络框架,参考[完整的 Rails 贡献者清单](http: / /contributors.rubyonrails.org/ ),感谢所有的贡献者!
276
276
277
- [Railties - CHANGELOG ]: https: // github.com/ rails/ rails/ blob/ 4 - 2 - stable/ railties/ CHANGELOG .md
278
- [AR - CHANGELOG ]: https: // github.com/ rails/ rails/ blob/ 4 - 2 - stable/ activerecord/ CHANGELOG .md
279
- [AP - CHANGELOG ]: https: // github.com/ rails/ rails/ blob/ 4 - 2 - stable/ actionpack/ CHANGELOG .md
280
- [AM - CHANGELOG ]: https: // github.com/ rails/ rails/ blob/ 4 - 2 - stable/ activemodel/ CHANGELOG .md
281
- [AV - CHANGELOG ]: https: // github.com/ rails/ rails/ blob/ 4 - 2 - stable/ actionview/ CHANGELOG .md
277
+ [railties]: https: // github.com/ rails/ rails/ blob/ 4 - 2 - stable/ railties/ CHANGELOG .md
278
+ [action- pack]: https: // github.com/ rails/ rails/ blob/ 4 - 2 - stable/ actionpack/ CHANGELOG .md
279
+ [action- view]: https: // github.com/ rails/ rails/ blob/ 4 - 2 - stable/ actionview/ CHANGELOG .md
280
+ [action- mailer]: (https: // github.com/ rails/ rails/ blob/ 4 - 2 - stable/ actionmailer/ CHANGELOG .md)
281
+ [active- record]: https: // github.com/ rails/ rails/ blob/ 4 - 2 - stable/ activerecord/ CHANGELOG .md
282
+ [active- model]: https: // github.com/ rails/ rails/ blob/ 4 - 2 - stable/ activemodel/ CHANGELOG .md
283
+ [ative- support]: (https: // github.com/ rails/ rails/ blob/ 4 - 2 - stable/ activesupport/ CHANGELOG .md)
0 commit comments