aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/4_2_release_notes.md
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #16616 from schneems/schneems/jeremy-commentsJeremy Kemper2014-08-241-0/+7
|\ | | | | Address comments on Gzip implementation
| * Address comments on Gzip implementationschneems2014-08-241-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - don't mutate PATH_INFO in env, test - test fallback content type matches Rack::File - change assertion style - make HTTP_ACCEPT_ENCODING comparison case insensitive - return gzip path from method instead of true/false so we don't have to assume later - don't allocate un-needed hash. Original comments: https://github.com/rails/rails/commit/ cfaaacd9763642e91761de54c90669a88d772e5a#commitcomment-7468728 cc @jeremy
* | Grammer and spelling pass on web console release note. [CI SKIP]Guo Xiang Tan2014-08-251-4/+4
| |
* | Describe web-console in the release notes [ci skip]Genadi Samokovarov2014-08-241-4/+14
|/ | | | | | I put a more up-to-date description of Web Console in the release notes. I'm not really happy with the language, so if you guys can help me with that I'll be grateful :)
* Add change to ActionView Notable changes [ci skip]Charley D2014-08-211-0/+3
|
* Fix some issues in 4.2 release notes.Geoffrey ROGUELON2014-08-211-3/+0
| | | | | | Remove duplicate line in Railties. [ci skip]
* Change 'does' to 'do'Jake Worth2014-08-211-1/+1
|
* Point release notes to stable branch for list of commits. [ci skip]Zachary Scott2014-08-201-4/+4
|
* Updated rdoc / guides / release notes related to ActiveJob / ActionMailerCristian Bica2014-08-201-0/+3
|
* Revert "Do not gsub non ASCII characters in header anchor.".Juanito Fatas2014-08-201-1/+1
| | | | | | This reverts commit 699babe. Also change the upgrading_ruby_on_rails link back to original in 4_2_release_notes.
* Copy & paste fail [ci skip]Godfrey Chan2014-08-191-1/+1
|
* :nail_care: The note doesn't look good on the blue background [ci skip]Godfrey Chan2014-08-191-2/+2
|
* :bomb: oops, it should be 4.2 that's WIP [ci skip]Godfrey Chan2014-08-191-1/+4
|
* Major features in 4.2 release notes [ci skip]Godfrey Chan2014-08-191-0/+40
|
* Synced AR release notes [ci-skip]Godfrey Chan2014-08-191-0/+18
|
* Synced Active Support release notes [ci skip]Godfrey Chan2014-08-191-0/+21
| | | | [Godfrey Chan, Genadi Samokovarov]
* Fix setting simple values to the new config.xCarlos Antonio da Silva2014-08-191-2/+1
| | | | | | | | | | Previously setting simple values to the config.x object resulted in the following: config.x.super_debugger = true config.x.super_debugger #=> {} Which was against the examples showed in the changelog/release notes.
* Synced Active Model changelogs [ci skip]Godfrey Chan2014-08-191-4/+16
| | | | Godfrey Chan, Genadi Samokovarov
* Revert "Improve custom configuration"Rafael Mendonça França2014-08-191-10/+8
| | | | | | | | | This reverts commit de4891344ccc074f6d5693f4fac6ad610584e336. Conflicts: railties/lib/rails/railtie/configuration.rb It added regression. Will be back after the beta
* Merge pull request #16561 from gsamokovarov/mention-web-console-in-changelogGuillermo Iguaran2014-08-191-0/+3
|\ | | | | Mention web-console in 4.2 release notes
| * Mention web-console in 4.2 release notesGenadi Samokovarov2014-08-201-0/+3
| | | | | | | | | | | | | | | | Mention the web-console inclusion in the default Gemfile in the Release notes and the railties changelog. We can eventually mention it in the upgrade guide, if needed. [ci skip]
* | Improve custom configurationRafael Mendonça França2014-08-191-8/+10
|/ | | | | | | | | | | | | | | | 1. Hashes can be assigned 2. We don't need a special level anymore The method chain only works in the top level. If users need a second level they need to assign a OrderedOptions to the key: config.resque.server = ActiveSupport::OrderedOptions.new config.resque.server.url = "http://localhost" config.resque.server.port = 3000 [Rafael Mendonça França + Carlos Antonio da Silva]
* 4.2 Release Notes pass [skip ci]Jon Atack2014-08-191-15/+16
|
* Sync Action Mailer release notes [ci skip]Godfrey Chan2014-08-181-0/+9
|
* Sync Action View release notes [ci skip]Godfrey Chan2014-08-181-0/+6
|
* Mention deprecation of assert_select and friends in the release notes [ci skip]Godfrey Chan2014-08-181-0/+4
|
* Fix broken link to Upgrading Ruby on Rails GuideJon Atack2014-08-181-1/+1
| | | | | | in the 4.2 Release Notes [skip ci] Change to link suggested by @zzak [skip ci]
* :nail_care: [ci skip]Godfrey Chan2014-08-181-20/+26
|
* Sync action pack release notes [ci skip]Godfrey Chan2014-08-181-0/+8
|
* Sync railties release notes [ci skip]Godfrey Chan2014-08-181-0/+40
|
* ಠ_ಠ now that the commit sha is known I can add it to the relese guide.Yves Senn2014-08-141-0/+1
|
* remove deprecated `MissingHelperError` proxy.Yves Senn2014-08-141-0/+5
| | | | The error was moved outside of the `ClassMethods` module.
* 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]