Commit Graph

21 Commits

Author SHA1 Message Date
Jon Atack
746ab3c456 Fix broken link to Upgrading Ruby on Rails Guide
in the 4.2 Release Notes [skip ci]

Change to link suggested by @zzak [skip ci]
2014-08-18 23:53:25 +02:00
Godfrey Chan
d424df0a90 💅 [ci skip] 2014-08-18 10:08:19 -07:00
Godfrey Chan
be69024db9 Sync action pack release notes [ci skip] 2014-08-18 10:08:19 -07:00
Godfrey Chan
e759b5277e Sync railties release notes [ci skip] 2014-08-18 09:46:28 -07:00
Yves Senn
37cae67e4e ಠ_ಠ now that the commit sha is known I can add it to the relese guide. 2014-08-14 10:00:22 +02:00
Yves Senn
a1ddde15ae remove deprecated MissingHelperError proxy.
The error was moved outside of the `ClassMethods` module.
2014-08-14 09:37:21 +02:00
Stefan Kanev
c294e91d00 Add after_bundle to the release notes and upgrade guide 2014-08-05 19:38:48 +03:00
Godfrey Chan
9386ddfd40 Format pass on 4.2 release notes [ci skip]
*   Leave two blank lines between sections/packages for readibility.

*   Always indent bullet points with four spaces. This allows multi-paragraph
    points to align properly (see #16103), and it is the same as the format we
    already use in CHANGELOGs. Doing this consistently sets an easy precedent
    for future contributors to follow.

*   Always put the PR/commit link on its own line in the source. If the bullet
    point spans multiple paragraphs, put it on its own paragraph at the end.

[Godfrey Chan & Juanito Fatas]
2014-07-13 17:23:32 -07:00
Godfrey Chan
00aae7cb38 Synced 4.2 release notes with the latest commits.
Also reordered some of the items to put newer ones on top (same order as
CHANGELOGs), which makes it easier to diff while we are still working on it.
2014-07-11 02:16:57 -07:00
Juanito Fatas
9ffeb0fd0a [ci skip] Fix 4.2 release notes list items. [Matthew Draper & Juanito Fatas] 2014-07-09 16:21:23 +08:00
Juanito Fatas
904aede21d [ci skip] Fix 4.2 release notes rendered display. 2014-07-09 15:12:51 +08:00
Juanito Fatas
c275b2e7d4 [ci skip] Concludes changelog links in the bottom.
This way when we do next release notes, this would be easier to copy and change.
2014-07-06 12:15:33 +08:00
Sean Griffin
082d1e38cb Add release notes entry for #15819 [ci skip] 2014-07-04 18:54:33 -06:00
Sean Griffin
0c4f3af739 CHANGELOG and release notes entry for #16056 2014-07-04 18:47:00 -06:00
Juanito Fatas
1c4f7751f2 [ci skip] Fix router option reference in 4.2 release notes. 2014-06-29 11:05:14 +08:00
Yves Senn
a5b3f372ab fk: add docs 2014-06-26 22:04:17 +02:00
Sean Griffin
d730e374ca Deprecate automatic counter caches on has_many :through
Reliant on https://github.com/rails/rails/pull/15747 but pulled to a
separate PR to reduce noise. `has_many :through` associations have the
undocumented behavior of automatically detecting counter caches.
However, the way in which it does so is inconsistent with counter caches
everywhere else, and doesn't actually work consistently.

As with normal `has_many` associations, the user should specify the
counter cache on the `belongs_to`, if they'd like it updated.
2014-06-26 07:24:34 -06:00
Yves Senn
fa12d2255f sync deprecations and removals with 4.2 release notes. [ci skip]
Noticed that there was no section about Action View and added the heading.
Notable changes need to be compiled.

/cc @chancancode @zzak
2014-06-25 19:40:41 +02:00
Yves Senn
d708b5cc50 synchronize Active Record deprecations / removals with 4.2 release notes
[ci skip]

/cc @chancancode @zzak
2014-06-25 18:43:32 +02:00
Godfrey Chan
1ed19fc535 First pass at Rails 4.2 release notes [ci skip] 2014-06-13 12:27:17 -07:00
Zachary Scott
88421bd7e5 Create 4.2 release notes guide scaffold [ci skip]
Point to future 4-2-stable branch for detailed changes. [ci skip]

Sync Active Support changelogs with release notes [ci skip]

4.2 Release Notes is a work in progress [ci skip]

Assorted fixes for AS release notes [ci skip]

* `Hash#deep_transform_keys` has already been backported
* Mentioning `ActiveSupport::SafeBuffer#prepend` in the "Deprecations" section would be enough
* Fix syntax in `Kernel#concern` example

Sync AS release notes with the latest commits [ci skip]

Synced 4.2 release notes with commits in railties [ci skip]

Sync AP Deprecations and Notable changes from CHANGELOG [ci skip]

Removed 4.2 release notes from the index [ci skip]

This deprecation was reverted in 489a8f2 [ci skip]

Synced Active Record changelogs for 4.2 release notes [ci skip]

Synced Active Model changelog with the release notes [ci skip]

Added cc26b6b as a 'Removal' item in AP release notes [ci skip]

Use 'character' instead of 'symbol' to avoid confusion [ci skip]

Edit pass on 4.2 release notes [ci skip]

📝 💄 Use `.xyz` and `#xyz` appropiately [ci skip]
2014-06-13 12:00:48 -07:00