Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Ship with rails-html-sanitizer instead. | Kasper Timm Hansen | 2014-09-03 | 1 | -1/+2 | |
| | ||||||
* | Add a quick straw-man Incompatibilities section | Matthew Draper | 2014-09-03 | 1 | -0/+129 | |
| | | | | | | | | | | Is this a thing we want? Note current duplication between the `assert_select` section here, and the corresponding release note entry... does this detail *move* from there to here? [ci skip] | |||||
* | Some documentation fixes [ci skip] | Robin Dupret | 2014-08-29 | 1 | -7/+7 | |
| | ||||||
* | [ci skip] mention assert_select in release notes | Sam Ruby | 2014-08-27 | 1 | -0/+13 | |
| | ||||||
* | Merge pull request #16707 from katmutua/master | Santiago Pastorino | 2014-08-27 | 1 | -3/+3 | |
|\ | | | | | update 4_2_release_notes | |||||
| * | [ci skip] Update 4_2_release notes | Jackie Mutua | 2014-08-27 | 1 | -3/+3 | |
| | | ||||||
* | | [ci skip] Modify a web-console PR link | yuuji.yaginuma | 2014-08-27 | 1 | -1/+1 | |
|/ | ||||||
* | Added web links | Eric Brooke | 2014-08-25 | 1 | -1/+1 | |
| | | | Added web links to resque, delayed_job and sidekiq | |||||
* | Quick pass through the 4.2 release notes [ci skip] | Robin Dupret | 2014-08-25 | 1 | -20/+21 | |
| | | | | | | Fix a few typos and made some tiny improvements. Refs #16576. [Zachary Scott & Robin Dupret] | |||||
* | Merge pull request #16616 from schneems/schneems/jeremy-comments | Jeremy Kemper | 2014-08-24 | 1 | -0/+7 | |
|\ | | | | | Address comments on Gzip implementation | |||||
| * | Address comments on Gzip implementation | schneems | 2014-08-24 | 1 | -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 Tan | 2014-08-25 | 1 | -4/+4 | |
| | | ||||||
* | | Describe web-console in the release notes [ci skip] | Genadi Samokovarov | 2014-08-24 | 1 | -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 D | 2014-08-21 | 1 | -0/+3 | |
| | ||||||
* | Fix some issues in 4.2 release notes. | Geoffrey ROGUELON | 2014-08-21 | 1 | -3/+0 | |
| | | | | | | Remove duplicate line in Railties. [ci skip] | |||||
* | Change 'does' to 'do' | Jake Worth | 2014-08-21 | 1 | -1/+1 | |
| | ||||||
* | Point release notes to stable branch for list of commits. [ci skip] | Zachary Scott | 2014-08-20 | 1 | -4/+4 | |
| | ||||||
* | Updated rdoc / guides / release notes related to ActiveJob / ActionMailer | Cristian Bica | 2014-08-20 | 1 | -0/+3 | |
| | ||||||
* | Revert "Do not gsub non ASCII characters in header anchor.". | Juanito Fatas | 2014-08-20 | 1 | -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 Chan | 2014-08-19 | 1 | -1/+1 | |
| | ||||||
* | :nail_care: The note doesn't look good on the blue background [ci skip] | Godfrey Chan | 2014-08-19 | 1 | -2/+2 | |
| | ||||||
* | :bomb: oops, it should be 4.2 that's WIP [ci skip] | Godfrey Chan | 2014-08-19 | 1 | -1/+4 | |
| | ||||||
* | Major features in 4.2 release notes [ci skip] | Godfrey Chan | 2014-08-19 | 1 | -0/+40 | |
| | ||||||
* | Synced AR release notes [ci-skip] | Godfrey Chan | 2014-08-19 | 1 | -0/+18 | |
| | ||||||
* | Synced Active Support release notes [ci skip] | Godfrey Chan | 2014-08-19 | 1 | -0/+21 | |
| | | | | [Godfrey Chan, Genadi Samokovarov] | |||||
* | Fix setting simple values to the new config.x | Carlos Antonio da Silva | 2014-08-19 | 1 | -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 Chan | 2014-08-19 | 1 | -4/+16 | |
| | | | | Godfrey Chan, Genadi Samokovarov | |||||
* | Revert "Improve custom configuration" | Rafael Mendonça França | 2014-08-19 | 1 | -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-changelog | Guillermo Iguaran | 2014-08-19 | 1 | -0/+3 | |
|\ | | | | | Mention web-console in 4.2 release notes | |||||
| * | Mention web-console in 4.2 release notes | Genadi Samokovarov | 2014-08-20 | 1 | -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 configuration | Rafael Mendonça França | 2014-08-19 | 1 | -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 Atack | 2014-08-19 | 1 | -15/+16 | |
| | ||||||
* | Sync Action Mailer release notes [ci skip] | Godfrey Chan | 2014-08-18 | 1 | -0/+9 | |
| | ||||||
* | Sync Action View release notes [ci skip] | Godfrey Chan | 2014-08-18 | 1 | -0/+6 | |
| | ||||||
* | Mention deprecation of assert_select and friends in the release notes [ci skip] | Godfrey Chan | 2014-08-18 | 1 | -0/+4 | |
| | ||||||
* | Fix broken link to Upgrading Ruby on Rails Guide | Jon Atack | 2014-08-18 | 1 | -1/+1 | |
| | | | | | | in the 4.2 Release Notes [skip ci] Change to link suggested by @zzak [skip ci] | |||||
* | :nail_care: [ci skip] | Godfrey Chan | 2014-08-18 | 1 | -20/+26 | |
| | ||||||
* | Sync action pack release notes [ci skip] | Godfrey Chan | 2014-08-18 | 1 | -0/+8 | |
| | ||||||
* | Sync railties release notes [ci skip] | Godfrey Chan | 2014-08-18 | 1 | -0/+40 | |
| | ||||||
* | ಠ_ಠ now that the commit sha is known I can add it to the relese guide. | Yves Senn | 2014-08-14 | 1 | -0/+1 | |
| | ||||||
* | remove deprecated `MissingHelperError` proxy. | Yves Senn | 2014-08-14 | 1 | -0/+5 | |
| | | | | The error was moved outside of the `ClassMethods` module. | |||||
* | Add after_bundle to the release notes and upgrade guide | Stefan Kanev | 2014-08-05 | 1 | -0/+3 | |
| | ||||||
* | Format pass on 4.2 release notes [ci skip] | Godfrey Chan | 2014-07-13 | 1 | -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 Chan | 2014-07-11 | 1 | -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 Fatas | 2014-07-09 | 1 | -34/+41 | |
| | ||||||
* | [ci skip] Fix 4.2 release notes rendered display. | Juanito Fatas | 2014-07-09 | 1 | -31/+29 | |
| | ||||||
* | [ci skip] Concludes changelog links in the bottom. | Juanito Fatas | 2014-07-06 | 1 | -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 Griffin | 2014-07-04 | 1 | -0/+5 | |
| | ||||||
* | CHANGELOG and release notes entry for #16056 | Sean Griffin | 2014-07-04 | 1 | -0/+4 | |
| | ||||||
* | [ci skip] Fix router option reference in 4.2 release notes. | Juanito Fatas | 2014-06-29 | 1 | -1/+1 | |
| |