aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/4_2_release_notes.md
Commit message (Collapse)AuthorAgeFilesLines
* Add after_bundle to the release notes and upgrade guideStefan Kanev2014-08-051-0/+3
|
* Format pass on 4.2 release notes [ci skip]Godfrey Chan2014-07-131-157/+163
| | | | | | | | | | | | | | * 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]
* Synced 4.2 release notes with the latest commits.Godfrey Chan2014-07-111-27/+80
| | | | | 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.
* [ci skip] Fix 4.2 release notes list items. [Matthew Draper & Juanito Fatas]Juanito Fatas2014-07-091-34/+41
|
* [ci skip] Fix 4.2 release notes rendered display.Juanito Fatas2014-07-091-31/+29
|
* [ci skip] Concludes changelog links in the bottom.Juanito Fatas2014-07-061-18/+14
| | | | This way when we do next release notes, this would be easier to copy and change.
* Add release notes entry for #15819 [ci skip]Sean Griffin2014-07-041-0/+5
|
* CHANGELOG and release notes entry for #16056Sean Griffin2014-07-041-0/+4
|
* [ci skip] Fix router option reference in 4.2 release notes.Juanito Fatas2014-06-291-1/+1
|
* fk: add docsYves Senn2014-06-261-0/+25
|
* Deprecate automatic counter caches on has_many :throughSean Griffin2014-06-261-0/+6
| | | | | | | | | | | 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.
* sync deprecations and removals with 4.2 release notes. [ci skip]Yves Senn2014-06-251-0/+26
| | | | | | | Noticed that there was no section about Action View and added the heading. Notable changes need to be compiled. /cc @chancancode @zzak
* synchronize Active Record deprecations / removals with 4.2 release notesYves Senn2014-06-251-0/+24
| | | | | | [ci skip] /cc @chancancode @zzak
* First pass at Rails 4.2 release notes [ci skip]Godfrey Chan2014-06-131-2/+2
|
* Create 4.2 release notes guide scaffold [ci skip]Zachary Scott2014-06-131-0/+243
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] :memo: :lipstick: Use `.xyz` and `#xyz` appropiately [ci skip]