Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix links in gemspec and docs from http to https. | Abhay Nikam | 2019-03-09 | 1 | -2/+2 |
| | |||||
* | use "minitest" consistently | Xavier Noria | 2018-09-11 | 1 | -1/+1 |
| | | | | | | | | | The name of the minitest library is spelled that way: regular font, and lowercase. Lowercase is used even at the beginning of sentences, see http://docs.seattlerb.org/minitest/ I double-checked this with @zenspider too (thanks!). | ||||
* | Rails guides are now served over https | Paul McMahon | 2018-07-24 | 1 | -1/+1 |
| | | | | | http links will be redirected to the https version, but still better to just directly link to the https version. | ||||
* | Added a lot of Oxford commas | Anthony Crumley | 2018-05-10 | 1 | -2/+2 |
| | | | | | | | [ci skip] A regular expression was used to find a lot of missing Oxford commas and add them. The regular expression was as follows. ", ([a-zA-Z0-9.\`:'\"]+ ){1,6}(or|and) " | ||||
* | Cosmetic fixes [ci skip] | Yauheni Dakuka | 2017-10-06 | 1 | -1/+1 |
| | |||||
* | Remove trailing spaces [ci skip] | Ryuta Kamizono | 2017-08-27 | 1 | -2/+2 |
| | |||||
* | Use ssl in guide and comment [ci skip] | Yoshiyuki Hirano | 2017-08-19 | 1 | -4/+4 |
| | |||||
* | [ci skip] Update Guides to use macOS instead of Mac OS X | Vitali Tatarintev | 2017-02-20 | 1 | -1/+1 |
| | |||||
* | Automatically inject the current Rails version in API links [ci skip] | Robin Dupret | 2017-02-07 | 1 | -1/+1 |
| | | | | | | | To make sure that the user won't look at a feature that doesn't already exist if they are looking at a previous version of the guides, let's automatically inject the Rails version the guides have been generated against. | ||||
* | Add missing release notes entry for ↵ | Prathamesh Sonpatki | 2017-01-09 | 1 | -0/+3 |
| | | | | https://github.com/rails/rails/commit/f02a35b86efea24f1e2ab684bc8081ced5eb3b1a [ci skip] | ||||
* | Fix typo in Rails 5.0 release notes – “when when” | Rory O’Kane | 2016-11-29 | 1 | -1/+1 |
| | | | [ci skip] | ||||
* | update description of Etag [ci skip] | yuuji.yaginuma | 2016-10-24 | 1 | -1/+4 |
| | | | | | | The document is written with "only generate weak", but it can also be used to strong etag. Also, add missing entory for #24387 | ||||
* | Merge release note entry for Date/Time/DateTime extensions | Carlos Antonio da Silva | 2016-10-23 | 1 | -4/+2 |
| | | | | | | The first release note entry mentioned #on_weekday?, but that was only added by the second PR mentioned there. To simplify reading the notes just merge the two, since they are related methods. [ci skip] | ||||
* | Fix typo in 5_0_release_notes.md doc [ci skip] | Yusuke Nakamura | 2016-09-29 | 1 | -1/+1 |
| | |||||
* | Add info about a502703 to Rails 5 release notes | Jon Moss | 2016-09-25 | 1 | -0/+3 |
| | | | | [ci skip] | ||||
* | Fix small grammar issue introduced in #26382 | Jon Moss | 2016-09-16 | 1 | -1/+2 |
| | | | | [ci skip] | ||||
* | Update docs for change in transaction callback exceptions | Nathan Wenneker | 2016-09-03 | 1 | -0/+8 |
| | | | | | | | | | 07d3d40 changed how exceptions are handled in after_commit and after_destroy callbacks. This commit updates the 5.0 release notes and the ActiveRecord callback guide to reflect the new behavior. [ci skip] | ||||
* | update `is renamed` to `tasks are renamed` | Shia | 2016-08-23 | 1 | -1/+1 |
| | |||||
* | Remove Duplicated information & fix typo... | Shia | 2016-08-23 | 1 | -12/+6 |
| | | | | | - Remove Duplicated explanation. - Fix some typo. - Attach PR, commit link that missed one. | ||||
* | Fix link in Rails 5.0 Release Note [ci skip] | Yohei YASUKAWA | 2016-08-17 | 1 | -1/+1 |
| | |||||
* | Fix display of unsorted list in release notes of 5.0 [ci skip] | rbr | 2016-07-14 | 1 | -3/+3 |
| | |||||
* | fixes a link in the release notes of 5.0 [ci skip] | Xavier Noria | 2016-07-14 | 1 | -1/+1 |
| | |||||
* | Update Rails 5 release notes with syntax fixes. | William Johnston | 2016-07-02 | 1 | -3/+4 |
| | |||||
* | Deprecation passing of `start` value was removed [ci skip] | Ryuta Kamizono | 2016-07-01 | 1 | -4/+0 |
| | | | | ref #18961, #23099. | ||||
* | Add a Rails 5 release note for ActionController::Live becoming a Concern | Rodrigo Rosenfeld Rosas | 2016-06-30 | 1 | -0/+11 |
| | | | | | Related to issue #25581 https://github.com/rails/rails/issues/25581 | ||||
* | Update release notes for 5.0 [ci skip] | Prathamesh Sonpatki | 2016-06-30 | 1 | -1/+36 |
| | |||||
* | Merge branch 'add-test-runner-to-release-notes' | eileencodes | 2016-06-30 | 1 | -3/+16 |
|\ | | | | | | | This is an slight refactoring/improved version of #25586. | ||||
| * | Add test runner features to release notes [ci skip] | Vipul A M | 2016-06-30 | 1 | -3/+16 |
| | | |||||
* | | add missing things to release notes [ci skip] | yuuji.yaginuma | 2016-06-30 | 1 | -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-notes | Eileen M. Uchitelle | 2016-06-29 | 1 | -3/+28 |
|\ | | | | | Add API Apps to release notes | ||||
| * | Add API Apps to release notes[ci skip] | Vipul A M | 2016-06-29 | 1 | -3/+28 |
| | | |||||
* | | Update release notes about legacy `mysql` adapter | eileencodes | 2016-06-29 | 1 | -2/+4 |
|/ | | | | Make release notes about legacy `mysql` adapter clearer. | ||||
* | Clearify CHANGELOG for #23011 [ci skip] | Godfrey Chan | 2016-06-27 | 1 | -2/+2 |
| | |||||
* | Add #16917 to 5.0.0 release notes | Godfrey Chan | 2016-06-27 | 1 | -0/+7 |
| | |||||
* | Tiny documentation fixes [ci skip] | Robin Dupret | 2016-06-25 | 1 | -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 Sonpatki | 2016-06-11 | 1 | -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-1 | Rafael França | 2016-06-10 | 1 | -10/+33 |
|\ | | | | | Add missing things to release notes [ci skip] | ||||
| * | Add missing things to release notes [ci skip] | Prathamesh Sonpatki | 2016-06-07 | 1 | -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 M | 2016-06-07 | 1 | -2/+13 |
|/ | |||||
* | Add backticks to `ActiveRecord::Base.where` | Jon Moss | 2016-06-04 | 1 | -1/+1 |
| | | | | [ci skip] | ||||
* | rename enum_prefix and enum_suffix options to _prefix and _suffix [ci skip] | yuuji.yaginuma | 2016-05-29 | 1 | -2/+3 |
| | | | | | `:enum_prefix` and `:enum_suffix` was changed to `:_prefix` and `:_suffix` in #20999. | ||||
* | add #23980 to release notes [ci skip] | yuuji.yaginuma | 2016-05-21 | 1 | -0/+3 |
| | |||||
* | Support for unified Integer class in Ruby 2.4+ | Jeremy Daer | 2016-05-18 | 1 | -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 M | 2016-05-17 | 1 | -1/+68 |
|\ | | | | | Add Attributes API to release notes [ci skip] | ||||
| * | Add Attributes API to release notes | Vipul A M | 2016-04-14 | 1 | -1/+68 |
| | | | | | | | | [ci skip] | ||||
* | | Release notes: Add a note about `use_transactional_tests` in the deprecated ↵ | Prathamesh Sonpatki | 2016-05-06 | 1 | -0/+4 |
| | | | | | | | | | | | | section of Active Record notes [ci skip] - Followup of PR #19282. | ||||
* | | Release notes: Add PR #24866 to release notes | Prathamesh Sonpatki | 2016-05-05 | 1 | -0/+4 |
| | | |||||
* | | Release notes: Remove duplicate entries [ci skip] | Prathamesh Sonpatki | 2016-05-03 | 1 | -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.yaginuma | 2016-04-29 | 1 | -0/+7 |
| | | |||||
* | | Active Job: Add note about ability to configure adapters on per job basis in ↵ | Prathamesh Sonpatki | 2016-04-29 | 1 | -1/+5 |
| | | | | | | | | | | | | CHANGELOG and release notes. [ci skip] |