aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/4_2_release_notes.md
Commit message (Collapse)AuthorAgeFilesLines
...
* [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]