aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/4_2_release_notes.md
Commit message (Collapse)AuthorAgeFilesLines
* docs, synchronize CHANGELOG across branches. [ci skip]Yves Senn2014-12-161-11/+12
|
* decribe deprecation cycle from `timestamps null: false` to `null: true`.Yves Senn2014-12-161-0/+4
| | | | | | | | | [ci skip] /cc @sgrif @zzak Conflicts: activerecord/CHANGELOG.md
* Fix typo [ci skip]Andrew White2014-12-021-2/+2
|
* Clarify change to process helpers [ci skip]Andrew White2014-12-021-0/+11
| | | | | | | Add additional information to the release notes to explain the requirement for paths in integration tests to start with a leading slash. Fixes #17870.
* 4.2 release notes pass [skip ci]Jon Atack2014-11-281-19/+19
|
* release notes: edit pass [ci skip]Xavier Noria2014-11-271-19/+17
|
* release notes: iteration over the description of Global ID [ci skip]Xavier Noria2014-11-271-4/+14
|
* removes double mention of deliver_nowXavier Noria2014-11-271-4/+0
|
* edits in the release notes for 4.2Xavier Noria2014-11-271-12/+22
|
* Fix typo in Rails 4.2 release notesFelipe Zavan2014-11-271-1/+1
|
* pass over the release notesXavier Noria2014-11-271-104/+118
|
* Remove Web Console /console references in the guidesGenadi Samokovarov2014-11-251-5/+4
|
* Rearrange release notes by importance [ci skip]Godfrey Chan2014-11-251-99/+85
|
* :scissors: WIP labels [ci skip]Godfrey Chan2014-11-251-3/+0
|
* Prepare for RC: link to the 4-2-stable [ci skip]Godfrey Chan2014-11-251-2/+2
|
* Cross link to upgrade guide [ci skip]Godfrey Chan2014-11-251-1/+2
|
* Final sync with CHANGELOGs [ci skip]Godfrey Chan2014-11-251-2/+7
|
* :scissors: TODOGodfrey Chan2014-11-251-4/+3
|
* The default hasn't changed, so this is not an incompatibility [ci skip]Godfrey Chan2014-11-251-16/+0
|
* Simplify section on adequate record [ci skip]Godfrey Chan2014-11-251-14/+14
|
* Merge pull request #17755 from zzak/changelog-for-16622Godfrey Chan2014-11-251-0/+3
|\ | | | | Add a CHANGELOG entry for #16622 and a6de6f5 [ci skip]
| * Add Release Note for #16622 [ci skip]Zachary Scott2014-11-241-0/+3
| |
* | Add release note for #17743 [ci skip]Zachary Scott2014-11-241-0/+13
|/
* Add `.reflections` change to release note [skip ci]Arthur Neves2014-11-241-0/+3
| | | | [related #17718]
* Grammar pass on Web Console release note [ci skip]Zachary Scott2014-11-231-3/+3
|
* Clarify what is being serialized and when it will be deserializedZachary Scott2014-11-231-2/+2
| | | | [ci skip]
* docs, synchronize 4.2. release notes. [ci skip]Yves Senn2014-11-061-4/+11
| | | | /cc @chancancode
* Add skip-turbolinks entry to 4.2 release notes and improve changelogCarlos Antonio da Silva2014-11-051-0/+4
| | | | [ci skip]
* Remove skip-gems from 4-2 release notesPrathamesh Sonpatki2014-11-051-4/+0
| | | | | - This option was removed in https://github.com/rails/rails/commit/bf17c8a531bc80. - [ci skip]
* [ci skip] Fixup spelling and grammar in 4.2 guideseileencodes2014-11-041-11/+11
| | | | | | | | | Capitalize CSS, SQL Change spelling of favour to favor - updated for consistency, the rest of the document uses "favor". Grammar / spelling pass
* Mention only_path deprecation in release notes [ci skip]Godfrey Chan2014-10-281-0/+3
|
* Update CHANGELOG and release notes for e98f2a7Godfrey Chan2014-10-221-0/+4
|
* Fix typoJake Worth2014-10-031-1/+1
|
* Add documentation on Active Job.mo khan2014-10-021-1/+1
| | | | | | | This adds documentation for the Active Job API. It includes documentation on how to configure the queue_adapter, and how to create new jobs. It adds links to the various other sections of the Active Job documentation.
* Revert "Revert "Merge pull request #16888 from jejacks0n/render_template""Godfrey Chan2014-09-261-0/+11
| | | | This reverts commit 585e75696b31395aee895e5366e331c07c3f5ee1.
* Fix typoJake Worth2014-09-241-1/+1
|
* Revert "Merge pull request #16888 from jejacks0n/render_template"Godfrey Chan2014-09-231-11/+0
| | | | | | | This reverts commit 07635a74b5ee08dcba3f6617def6230d8f114fe5, reversing changes made to 1b5f61a025b6ce1ee52b7148e3ed2a9acbde28b9. Reason: it's not ready :bomb:, see https://github.com/rails/rails/pull/16888#issuecomment-56400816
* CHANGELOG for 07635a7Godfrey Chan2014-09-231-0/+11
|
* Wrap it up! :trollface: [ci skip]Zachary Scott2014-09-221-3/+2
|
* Wrap Adequate Record release notes at 80 chars [ci skip]Zachary Scott2014-09-221-6/+14
|
* Merge pull request #16984 from chancancode/fix_16578Godfrey Chan2014-09-221-0/+15
|\ | | | | Document that the default for `rails server -b` has changed
| * Document that the default for `rails server -b` has changedGodfrey Chan2014-09-221-0/+15
| | | | | | | | Fixes #16578
* | Standardize on `Rails.application` [ci skip]Tamir Duberstein2014-09-191-1/+1
|/ | | | This seems to be the style settled on in most of the templates.
* [guides] 4.2 release notes: added technical details for Adequate Recordabhishek2014-09-161-4/+33
|
* Default to sorting user's test cases for nowGodfrey Chan2014-09-081-4/+5
| | | | | | | | | | | Goals: 1. Default to :random for newly generated applications 2. Default to :sorted for existing applications with a warning 3. Only show the warning once 4. Only show the warning if the app actually uses AS::TestCase Fixes #16769
* Ship with rails-html-sanitizer instead.Kasper Timm Hansen2014-09-031-1/+2
|
* Add a quick straw-man Incompatibilities sectionMatthew Draper2014-09-031-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 Dupret2014-08-291-7/+7
|
* [ci skip] mention assert_select in release notesSam Ruby2014-08-271-0/+13
|
* Merge pull request #16707 from katmutua/masterSantiago Pastorino2014-08-271-3/+3
|\ | | | | update 4_2_release_notes