Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Hightlight message verifier in the release notes [ci skip] | Rafael Mendonça França | 2013-12-04 | 1 | -0/+11 | |
| | ||||||
* | Update the releases notes | Rafael Mendonça França | 2013-12-04 | 1 | -0/+1 | |
| | ||||||
* | mention Active Record enums as major feature for 4.1. [ci skip] | Yves Senn | 2013-12-04 | 1 | -0/+23 | |
| | ||||||
* | remove variants paragraph indent in release notes. [ci skip] | Yves Senn | 2013-12-04 | 1 | -23/+24 | |
| | ||||||
* | add Spring as major feature in the 4.1 release notes. [ci skip] | Yves Senn | 2013-12-04 | 1 | -0/+45 | |
| | | | | Follow up to #12958. | |||||
* | minor 4_1_release_notes changes. [ci skip] | Yves Senn | 2013-12-04 | 1 | -22/+11 | |
| | ||||||
* | Added JSON release notes [ci skip] | Godfrey Chan | 2013-12-03 | 1 | -0/+35 | |
| | ||||||
* | Add variants to release notes | Łukasz Strzałkowski | 2013-12-04 | 1 | -0/+33 | |
| | ||||||
* | Introduce a context for rendering fixtures ERB. | Victor Costan | 2013-12-03 | 1 | -0/+4 | |
| | | | | | | | | | | Fixture files are passed through an ERB renderer before being read as YAML. The rendering is currently done in the context of the main object, so method definitons leak into other fixtures, and there is no clean place to define fixture helpers. After this commit, the ERB renderer will use a new subclass of ActiveRecord::FixtureSet.context_class each time a fixture is rendered. | |||||
* | Make the release notes consistent [ci skip] | Rafael Mendonça França | 2013-12-02 | 1 | -66/+66 | |
| | | | | | Conflicts: guides/source/4_1_release_notes.md | |||||
* | no need to explain bundler and rails new in the release notes. [ci skip] | Yves Senn | 2013-11-28 | 1 | -35/+0 | |
| | | | | /cc @fxn | |||||
* | first pass through CHANGELOGS to extract 4_1_release_notes. [ci skip] | Yves Senn | 2013-11-28 | 1 | -2/+257 | |
| | | | | | | | | | | | | Extract **notable changes**, **deprecations** and **removals** from each CHANGELOG. I tried to reference the commits and pull requests for new features and deprecations. In the process I also made some minor changes to the CHANGELOGS. The 4_1_release_notes guide is declared WIP. | |||||
* | create 4.1 release notes guide scaffold. [ci skip] | Yves Senn | 2013-11-28 | 1 | -0/+137 | |