aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/5_0_release_notes.md
Commit message (Collapse)AuthorAgeFilesLines
* Fix display of unsorted list in release notes of 5.0 [ci skip]rbr2016-07-141-3/+3
|
* fixes a link in the release notes of 5.0 [ci skip]Xavier Noria2016-07-141-1/+1
|
* Update Rails 5 release notes with syntax fixes.William Johnston2016-07-021-3/+4
|
* Deprecation passing of `start` value was removed [ci skip]Ryuta Kamizono2016-07-011-4/+0
| | | | ref #18961, #23099.
* Add a Rails 5 release note for ActionController::Live becoming a ConcernRodrigo Rosenfeld Rosas2016-06-301-0/+11
| | | | | Related to issue #25581 https://github.com/rails/rails/issues/25581
* Update release notes for 5.0 [ci skip]Prathamesh Sonpatki2016-06-301-1/+36
|
* Merge branch 'add-test-runner-to-release-notes'eileencodes2016-06-301-3/+16
|\ | | | | | | This is an slight refactoring/improved version of #25586.
| * Add test runner features to release notes [ci skip]Vipul A M2016-06-301-3/+16
| |
* | add missing things to release notes [ci skip]yuuji.yaginuma2016-06-301-7/+13
|/ | | | | | | | Add following. * https://github.com/rails/rails/commit/05934d24aff62d66fc62621aa38dae6456e276be * https://github.com/rails/rails/commit/38d2bf5fd1f3e014f2397898d371c339baa627b1 * https://github.com/rails/rails/pull/25469
* Merge pull request #25583 from vipulnsward/add-api-apps-to-release-notesEileen M. Uchitelle2016-06-291-3/+28
|\ | | | | Add API Apps to release notes
| * Add API Apps to release notes[ci skip]Vipul A M2016-06-291-3/+28
| |
* | Update release notes about legacy `mysql` adaptereileencodes2016-06-291-2/+4
|/ | | | Make release notes about legacy `mysql` adapter clearer.
* Clearify CHANGELOG for #23011 [ci skip]Godfrey Chan2016-06-271-2/+2
|
* Add #16917 to 5.0.0 release notesGodfrey Chan2016-06-271-0/+7
|
* Tiny documentation fixes [ci skip]Robin Dupret2016-06-251-1/+1
| | | | | Fix a tiny typo and vertical-align some return results in the ActiveModel::Errors documentation.
* Add missing things to Rails 5.0 release notes [ci skip]Prathamesh Sonpatki2016-06-111-1/+19
| | | | | | | | | - https://github.com/rails/rails/pull/18288. - https://github.com/rails/rails/commit/da9038e. - https://github.com/rails/rails/commit/78dab2a8569408658542e462a957ea5a35aa4679. - https://github.com/rails/rails/pull/9065. - https://github.com/rails/rails/pull/18314. - https://github.com/rails/rails/pull/13434.
* Merge pull request #25321 from prathamesh-sonpatki/update-release-notes-1Rafael França2016-06-101-10/+33
|\ | | | | Add missing things to release notes [ci skip]
| * Add missing things to release notes [ci skip]Prathamesh Sonpatki2016-06-071-10/+33
| | | | | | | | | | | | | | | | | | | | - https://github.com/rails/rails/pull/18721 - https://github.com/rails/rails/pull/11898 - https://github.com/rails/rails/pull/18194 - https://github.com/rails/rails/pull/18225 - https://github.com/rails/rails/pull/18244 - https://github.com/rails/rails/commit/edc2b7718725016e988089b5fb6d6fb9d6e16882 - https://github.com/rails/rails/pull/19686
* | Add Action Cable introduction to release notes [ci skip]Vipul A M2016-06-071-2/+13
|/
* Add backticks to `ActiveRecord::Base.where`Jon Moss2016-06-041-1/+1
| | | | [ci skip]
* rename enum_prefix and enum_suffix options to _prefix and _suffix [ci skip]yuuji.yaginuma2016-05-291-2/+3
| | | | | `:enum_prefix` and `:enum_suffix` was changed to `:_prefix` and `:_suffix` in #20999.
* add #23980 to release notes [ci skip]yuuji.yaginuma2016-05-211-0/+3
|
* Support for unified Integer class in Ruby 2.4+Jeremy Daer2016-05-181-1/+1
| | | | | | | | Ruby 2.4 unifies Fixnum and Bignum into Integer: https://bugs.ruby-lang.org/issues/12005 * Forward compat with new unified Integer class in Ruby 2.4+. * Backward compat with separate Fixnum/Bignum in Ruby 2.2 & 2.3. * Drops needless Fixnum distinction in docs, preferring Integer.
* Add Attributes API to release notes [ci skip]Vipul A M2016-05-171-1/+68
|\ | | | | Add Attributes API to release notes [ci skip]
| * Add Attributes API to release notesVipul A M2016-04-141-1/+68
| | | | | | | | [ci skip]
* | Release notes: Add a note about `use_transactional_tests` in the deprecated ↵Prathamesh Sonpatki2016-05-061-0/+4
| | | | | | | | | | | | section of Active Record notes [ci skip] - Followup of PR #19282.
* | Release notes: Add PR #24866 to release notesPrathamesh Sonpatki2016-05-051-0/+4
| |
* | Release notes: Remove duplicate entries [ci skip]Prathamesh Sonpatki2016-05-031-10/+3
| | | | | | | | | | | | - Removed duplicate entry for collection caching. - The entry was duplicate and the link to PR was also wrong. - Consolidated entries for `belongs_to` required by default.
* | add #24385 to 5.0 release notes [ci skip]yuuji.yaginuma2016-04-291-0/+7
| |
* | Active Job: Add note about ability to configure adapters on per job basis in ↵Prathamesh Sonpatki2016-04-291-1/+5
| | | | | | | | | | | | CHANGELOG and release notes. [ci skip]
* | Add #23461 to release notesVipul A M2016-04-241-3/+8
| | | | | | | | [ci skip]
* | Add #18323 to 5.0 release notesJon Moss2016-04-201-0/+3
| | | | | | | | | | | | Fixes #23643. [ci skip]
* | Add #16917 to release notesVipul A M2016-04-191-0/+3
| | | | | | | | [ci skip]
* | Add note about ability to add database comments to release notes [ci skip]Prathamesh Sonpatki2016-04-181-0/+3
|/
* remove needless entry [ci skip]yuuji.yaginuma2016-04-081-4/+0
| | | | The option backed to `start` in da26934313a31ae530b7537aba8a7662152f4dfe.
* it's => its typoRyan McCuaig2016-04-041-1/+1
|
* Update Rails 5 release notes [ci skip]Prathamesh Sonpatki2016-04-031-10/+0
| | | | | | - Removed entry for # Template Collection from release notes. - Remove duplicate entry for caching Action mailer views. - Remove duplicate entry for left_outer_joins.
* - Fixed abrupt start of sentence in changelogVipul A M2016-03-221-1/+1
| | | | [ci skip]
* guides, sync 5.0 release notes with changelogsYves Senn2016-03-221-3/+38
| | | | | | | | [ci skip] Sync AV, AR, AJ, AS, AM changelogs with our 5.0 release notes draft. This is a follow up to c94045d and contains changes made since the release of beta1.
* guides, sync railties and AP changelogs with 5.0 release notes.Yves Senn2016-03-221-0/+32
| | | | | | | | | | [ci skip] This updates the 5.0 release notes guide to reflect changes that happened after beta1 has been released. I'll sync the other changelogs later today but I'll push this batch to prevent against cumbersome merge conflicts.
* add `queue_classic` to list of provide `provider_job_id` [ci skip]yuuji.yaginuma2016-03-141-3/+4
|
* remove entry for reverted commit [ci skip]yuuji.yaginuma2016-03-061-3/+0
| | | | Follow up to ddf4c953ae8d10489e0bfd6008bd76395f6e1267
* Additional review of 6b31761.Kasper Timm Hansen2016-02-251-1/+1
| | | | | * Fixes typos in error message and release notes. * Removes unused template test file.
* Lock down new `ImplicitRender` behavior for 5.0 RCGodfrey Chan2016-02-251-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. Conceptually revert #20276 The feature was implemented for the `responders` gem. In the end, they did not need that feature, and have found a better fix (see plataformatec/responders#131). `ImplicitRender` is the place where Rails specifies our default policies for the case where the user did not explicitly tell us what to render, essentially describing a set of heuristics. If the gem (or the user) knows exactly what they want, they could just perform the correct `render` to avoid falling through to here, as `responders` did (the user called `respond_with`). Reverting the patch allows us to avoid exploding the complexity and defining “the fallback for a fallback” policies. 2. `respond_to` and templates are considered exhaustive enumerations If the user specified a list of formats/variants in a `respond_to` block, anything that is not explicitly included should result in an `UnknownFormat` error (which is then caught upstream to mean “406 Not Acceptable” by default). This is already how it works before this commit. Same goes for templates – if the user defined a set of templates (usually in the file system), that set is now considered exhaustive, which means that “missing” templates are considered `UnknownFormat` errors (406). 3. To keep API endpoints simple, the implicit render behavior for actions with no templates defined at all (regardless of formats, locales, variants, etc) are defaulted to “204 No Content”. This is a strictly narrower version of the feature landed in #19036 and #19377. 4. To avoid confusion when interacting in the browser, these actions will raise an `UnknownFormat` error for “interactive” requests instead. (The precise definition of “interactive” requests might change – the spirit here is to give helpful messages and avoid confusions.) Closes #20666, #23062, #23077, #23564 [Godfrey Chan, Jon Moss, Kasper Timm Hansen, Mike Clark, Matthew Draper]
* Fix wording and wrong referenceStan Lo2016-02-251-1/+1
|
* Update 5.0 release notesStan Lo2016-02-251-0/+6
|
* Add a note about downcasing submit tagScott Ringwelski2016-02-211-0/+3
| | | This is a notable change since this will cause confusing test failures for tests relying on the old naming scheme.
* Add Action Cable CHANGELOG in release notes [ci skip]Prathamesh Sonpatki2016-02-171-0/+1
|
* Add `#on_weekday?` method to `Date`, `Time`, and `DateTime`.Vipul A M2016-02-151-1/+1
|
* Mention PostgreSQL version support in release notes [ci skip]Prathamesh Sonpatki2016-02-031-0/+3
|