aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/4_0_release_notes.md
diff options
context:
space:
mode:
authoryui-knk <spiketeika@gmail.com>2015-03-03 08:51:16 +0900
committeryui-knk <spiketeika@gmail.com>2015-03-03 08:51:16 +0900
commit6fb368fdef6015bb358650f7dd41f7651c1cb27a (patch)
tree412548ed88b0cff2c98d8b6585041fc6310d2958 /guides/source/4_0_release_notes.md
parentdcfd4bf2231cb15577438b0b2c581e524212683d (diff)
downloadrails-6fb368fdef6015bb358650f7dd41f7651c1cb27a.tar.gz
rails-6fb368fdef6015bb358650f7dd41f7651c1cb27a.tar.bz2
rails-6fb368fdef6015bb358650f7dd41f7651c1cb27a.zip
[ci skip] Add `.`
Diffstat (limited to 'guides/source/4_0_release_notes.md')
-rw-r--r--guides/source/4_0_release_notes.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/4_0_release_notes.md b/guides/source/4_0_release_notes.md
index 700959489b..b2d744d7e4 100644
--- a/guides/source/4_0_release_notes.md
+++ b/guides/source/4_0_release_notes.md
@@ -81,7 +81,7 @@ Major Features
### General
- * **ActiveModel::Model** ([commit](https://github.com/rails/rails/commit/3b822e91d1a6c4eab0064989bbd07aae3a6d0d08)) - `ActiveModel::Model`, a mixin to make normal Ruby objects to work with ActionPack out of box (ex. for `form_for`)
+ * **ActiveModel::Model** ([commit](https://github.com/rails/rails/commit/3b822e91d1a6c4eab0064989bbd07aae3a6d0d08)) - `ActiveModel::Model`, a mixin to make normal Ruby objects to work with ActionPack out of box (ex. for `form_for`).
* **New scope API** ([commit](https://github.com/rails/rails/commit/50cbc03d18c5984347965a94027879623fc44cce)) - Scopes must always use callables.
* **Schema cache dump** ([commit](https://github.com/rails/rails/commit/5ca4fc95818047108e69e22d200e7a4a22969477)) - To improve Rails boot time, instead of loading the schema directly from the database, load the schema from a dump file.
* **Support for specifying transaction isolation level** ([commit](https://github.com/rails/rails/commit/392eeecc11a291e406db927a18b75f41b2658253)) - Choose whether repeatable reads or improved performance (less locking) is more important.