Skip to content

Commit 099ddfd

Browse files
committed
Add CHANGELOG headers for Rails 5.0.0.beta1
1 parent cbf827b commit 099ddfd

File tree

10 files changed

+50
-0
lines changed

10 files changed

+50
-0
lines changed

actioncable/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Rails 5.0.0.beta1 (December 18, 2015) ##
2+
3+
* No changes.
4+
5+
16
* Added to Rails!
27

38
*DHH*

actionmailer/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Rails 5.0.0.beta1 (December 18, 2015) ##
2+
3+
* No changes.
4+
5+
16
* `config.force_ssl = true` will set
27
`config.action_mailer.default_url_options = { protocol: 'https' }`
38

actionpack/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Rails 5.0.0.beta1 (December 18, 2015) ##
2+
3+
* No changes.
4+
5+
16
* Deprecate `redirect_to :back` in favor of `redirect_back`, which accepts a
27
required `fallback_location` argument, thus eliminating the possibility of a
38
`RedirectBackError`.

actionview/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Rails 5.0.0.beta1 (December 18, 2015) ##
2+
3+
* No changes.
4+
5+
16
* `I18n.translate` helper will wrap the missing translation keys
27
in a <span> tag only if `debug_missing_translation` configuration
38
be true. Default value is `true`. For example in `application.rb`:

activejob/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Rails 5.0.0.beta1 (December 18, 2015) ##
2+
3+
* No changes.
4+
5+
16
* Fixed serializing `:at` option for `assert_enqueued_with`
27
and `assert_performed_with`.
38

activemodel/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Rails 5.0.0.beta1 (December 18, 2015) ##
2+
3+
* No changes.
4+
5+
16
* Validate multiple contexts on `valid?` and `invalid?` at once.
27

38
Example:

activerecord/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Rails 5.0.0.beta1 (December 18, 2015) ##
2+
3+
* No changes.
4+
5+
16
* Order the result of `find(ids)` to match the passed array, if the relation
27
has no explicit order defined.
38

activesupport/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Rails 5.0.0.beta1 (December 18, 2015) ##
2+
3+
* No changes.
4+
5+
16
* Add thread_m/cattr_accessor/reader/writer suite of methods for declaring class and module variables that live per-thread.
27
This makes it easy to declare per-thread globals that are encapsulated. Note: This is a sharp edge. A wild proliferation
38
of globals is A Bad Thing. But like other sharp tools, when it's right, it's right.

guides/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Rails 5.0.0.beta1 (December 18, 2015) ##
2+
3+
* No changes.
4+
5+
16
* Add code of conduct to contributing guide
27

38
*Jon Moss*

railties/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Rails 5.0.0.beta1 (December 18, 2015) ##
2+
3+
* No changes.
4+
5+
16
* Newly generated plugins get a `README.md` in Markdown.
27

38
*Yuji Yaginuma*

0 commit comments

Comments
 (0)