提交 099ddfde 编写于 作者: E eileencodes

Add CHANGELOG headers for Rails 5.0.0.beta1

上级 cbf827bc
## Rails 5.0.0.beta1 (December 18, 2015) ##
* No changes.
* Added to Rails!
*DHH*
\ No newline at end of file
## Rails 5.0.0.beta1 (December 18, 2015) ##
* No changes.
* `config.force_ssl = true` will set
`config.action_mailer.default_url_options = { protocol: 'https' }`
......
## Rails 5.0.0.beta1 (December 18, 2015) ##
* No changes.
* Deprecate `redirect_to :back` in favor of `redirect_back`, which accepts a
required `fallback_location` argument, thus eliminating the possibility of a
`RedirectBackError`.
......
## Rails 5.0.0.beta1 (December 18, 2015) ##
* No changes.
* `I18n.translate` helper will wrap the missing translation keys
in a <span> tag only if `debug_missing_translation` configuration
be true. Default value is `true`. For example in `application.rb`:
......
## Rails 5.0.0.beta1 (December 18, 2015) ##
* No changes.
* Fixed serializing `:at` option for `assert_enqueued_with`
and `assert_performed_with`.
......
## Rails 5.0.0.beta1 (December 18, 2015) ##
* No changes.
* Validate multiple contexts on `valid?` and `invalid?` at once.
Example:
......
## Rails 5.0.0.beta1 (December 18, 2015) ##
* No changes.
* Order the result of `find(ids)` to match the passed array, if the relation
has no explicit order defined.
......
## Rails 5.0.0.beta1 (December 18, 2015) ##
* No changes.
* Add thread_m/cattr_accessor/reader/writer suite of methods for declaring class and module variables that live per-thread.
This makes it easy to declare per-thread globals that are encapsulated. Note: This is a sharp edge. A wild proliferation
of globals is A Bad Thing. But like other sharp tools, when it's right, it's right.
......
## Rails 5.0.0.beta1 (December 18, 2015) ##
* No changes.
* Add code of conduct to contributing guide
*Jon Moss*
......
## Rails 5.0.0.beta1 (December 18, 2015) ##
* No changes.
* Newly generated plugins get a `README.md` in Markdown.
*Yuji Yaginuma*
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册