提交 23851290 编写于 作者: S Sergey Nartimov

update CHANGELOG

Add entry about 24594110 and
95be790e.
上级 84ba499b
## Rails 4.0.0 (unreleased) ##
* Allow to configure how unverified request will be handled using `:with`
option in `protect_from_forgery` method.
Valid unverified request handling methods are:
- `:exception` - Raises ActionController::InvalidAuthenticityToken exception.
- `:reset_session` - Resets the session.
- `:null_session` - Provides an empty session during request but doesn't
reset it completely. Used as default if `:with` option is not specified.
New applications are generated with:
protect_from_forgery :with => :exception
*Sergey Nartimov*
* Add .rb template handler, this handler simply allows arbitrary Ruby code as a template. *Guillermo Iguaran*
* Add `separator` option for `ActionView::Helpers::TextHelper#excerpt`:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册