aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/4_1_release_notes.md
Commit message (Collapse)AuthorAgeFilesLines
* [ci skip] Fix table of 4_1_release_notes.mdyui-knk2015-02-281-9/+9
|
* - Changed `IN` to `ON` in markdown renderer conditionVipul A M2015-01-141-1/+1
| | | | - Changed `IN` to `ON` in all note sentences in guides.
* warn about reading guides in GitHubXavier Noria2014-12-231-0/+2
| | | | References #18148.
* Remove redundancyPaul Morganthall2014-11-061-1/+1
| | | | | | I love this guide! and "visually see" is redundant. remove "visually", then the sentence reads: > Action Mailer previews provide a way to see how emails look
* Same as f39cb2b except backport friendlyZachary Scott2014-08-201-4/+4
| | | | Point release notes to stable branch for list of commits. [ci skip]
* :bomb: oops, it should be 4.2 that's WIP [ci skip]Godfrey Chan2014-08-191-4/+0
|
* Clearly mark these as WIP, and invite people to contribute. [ci skip]Godfrey Chan2014-08-191-0/+4
|
* link directory to ActionMailer Previews documentationJohn Bachir2014-07-031-1/+1
|
* [ci skip] Fix Pull Request URL in 4.1 release note.Juanito Fatas2014-03-271-1/+1
|
* synchronize changelogs and 4.1 release notes. [ci skip]Yves Senn2014-03-251-4/+12
| | | | | | | | Conflicts: actionpack/CHANGELOG.md activerecord/CHANGELOG.md activesupport/CHANGELOG.md railties/CHANGELOG.md
* minor fix to 4.1 rel notes for begin_transaction joinable option [CI skip]Gary S. Weaver2014-03-101-1/+1
|
* Merge branch 'master' of github.com:rails/docrailsVijay Dev2014-03-071-4/+3
|\ | | | | | | | | Conflicts: guides/source/4_1_release_notes.md
| * typos fixesMikhail Dieterle2014-02-221-4/+4
| |
* | Improve a bit the 4.1 release notes [ci skip]Robin Dupret2014-02-281-4/+6
|/ | | | | Fix a few typos. #present_in has been changed to #presence_in through commit d61baee5.
* Sync 4.1 release notes with changes since 7f648bc7 [ci skip]Godfrey Chan2014-02-181-3/+11
|
* Document the default scopes change on the release notes, CHANGELOGRafael Mendonça França2014-02-181-0/+6
| | | | | | and upgrating guides [ci skip]
* Updated CHANGELOG, docs, guides and release notes.Godfrey Chan2014-02-111-4/+2
| | | | Also added a `cookies_serializer.rb` initializer to the app template.
* docs, Associations also raise on name conflicts. [ci skip]Yves Senn2014-02-061-2/+3
| | | | Follow up to https://github.com/rails/rails/commit/580f0b61dc99c6854fa930a761d28a3ab08163f7#commitcomment-5293470
* synchronize 4.1 release notes with CHANGELOGS. [ci skip]Yves Senn2014-02-061-4/+77
| | | | /cc @chancancode
* Improve documentation [ci skip]Rafael Mendonça França2014-01-301-2/+3
|
* Add `travel_back` to remove stubs from `travel` and `travel_to`Rafael Mendonça França2014-01-301-0/+3
|
* Fix documentation of new controller filters api [ci skip]Kassio Borges2014-01-291-0/+3
| | | | | | | | | The api for filters with classes change and the guides weren't updated. Now the class must respond for methods with the same name as the filter, so the `before_action` calls a `before` method, and so on. The method `#filter` has been deprecated in 4.0.0 and has been removed in 4.1.0: #7560
* docs, remove deprecation entry in favor of abe6484. [ci skip]Yves Senn2014-01-271-5/+0
|
* mention #13314 in 4.1 release notes. refs #12140. [ci skip]Yves Senn2014-01-271-0/+3
|
* Ruby on Rails 4.1 Release Notes: Fix spelling [ci skip]Francis Go2014-01-271-1/+1
|
* let's link to the gem README not to the upgrading guide. [ci skip]Yves Senn2014-01-201-2/+1
| | | | | | | | | | | | The PR #13767 added link to the upgrading guide to explain details about activerecord_deprecated-finders. However the link target features a stack of changes not releated at all. Also the relevant details are not very informative. I think we better link to the README so people can see what the gem is about and how to use it. /cc @chancancode @zzak
* Merge pull request #13767 from zzak/doc_4_1_release_notes_deprecated_findersGodfrey Chan2014-01-201-0/+3
|\ | | | | Add link to upgrade guide for full list of deprecated finders [ci skip]
| * Add link to upgrade guide for full list of deprecated finders [ci skip]Zachary Scott2014-01-191-0/+3
| |
* | Spring in now under rails/spring [ci skip]Rashmi Yadav2014-01-191-2/+2
|/
* Fix typo [ci skip]Jake Worth2014-01-081-1/+1
|
* create/drop test and development databases only if RAILS_ENV is nilDamien Mathieu2014-01-081-0/+2
| | | | Closes #13625
* update 4.1 release notes with deprecation commit link. [ci skip]Yves Senn2014-01-061-1/+2
|
* Deprecate unused `symbolized_base_class` and `symbolized_sti_name`.Yves Senn2014-01-031-0/+3
| | | | | | | These methods were only used for the `IdentityMap` which was removed. They are no longer used internally and should be removed without replacement. As they were not `:nodoc:`'ed it's better to deprecate them before removal.
* Automatically maintain test database schemaJon Leighton2014-01-021-0/+11
| | | | | | | | | | | | | | * Move check from generated helper to test_help.rb, so that all applications can benefit * Rather than just raising when the test schema has pending migrations, try to load in the schema and only raise if there are pending migrations afterwards * Opt out of the check by setting config.active_record.maintain_test_schema = false * Deprecate db:test:* tasks. The test helper is now fully responsible for maintaining the test schema, so we don't need rake tasks for this. This is also a speed improvement since we're no longer reloading the test database on every call to "rake test".
* Fixed typo [CI skip]Semenyk Dmitriy2013-12-271-1/+1
|
* Make possible to use symbol as the verifier nameRafael Mendonça França2013-12-191-1/+0
|
* revises the release notes about message verifiers (second take) [ci skip]Xavier Noria2013-12-191-8/+11
|
* Revert "revises the release notes about message verifiers [ci skip]"Xavier Noria2013-12-191-11/+8
| | | | This reverts commit 293a1a68992ba3e3e80f9f0f685e866ff79bf11a.
* revises the release notes about message verifiers [ci skip]Xavier Noria2013-12-191-8/+11
| | | | Example code does not run yet with beta1.
* Remove <tt> tag in 4_1_release notes. [ci skip].Juanito Fatas2013-12-201-2/+2
|
* couple of tweaks to the release notes [ci skip]Xavier Noria2013-12-191-2/+2
|
* pass over half of the release notes [ci skip]Xavier Noria2013-12-191-36/+38
|
* [ci skip] Remove <tt> tag in 4_1_release notes.Juanito Fatas2013-12-191-2/+2
|
* Added a link to the Module#concerning docs from the 4.1 release notes [ci skip]Godfrey Chan2013-12-181-4/+8
|
* typo: should be 'DateTime.civil_from_format' and not ↵Corprew Reed2013-12-171-1/+1
| | | | 'DateTime.civil_from_fromat'
* [ci skip] Prettify the removals from Action Controller in 4.1 release notes.Juanito Fatas2013-12-181-7/+9
|
* Discuss Action Pack's new CSRF protection from remote script tags and what ↵Jeremy Kemper2013-12-171-132/+146
| | | | it means for your app. In short, update your tests if they don't already use the 'xhr :post' style.
* Some assorted fixes for the 4.1 release notes:Godfrey Chan2013-12-171-45/+118
| | | | | | | | | | | * Added release notes for secrets.yml and mentioned it in the highlights * Added release notes for Mailer previews and mentioned it in the highlights * Added release notes for Module#concerning * Removed mention for AV extraction from the highlights * Rearranged the major features to put highlighted features first * Various improvements and typo fixes [ci skip]
* release notes link to fixed versions of the API. [ci skip]Yves Senn2013-12-171-1/+1
| | | | | | | As discussed with @fxn the release notes are a snapshot document. The links going out to the API should represent that exact snapshot. This means we always link to the full final release. For example the 3.2 release notes link to http://api.rubyonrails.org/v3.2.0.
* use `bin/spring` in release notes. [ci skip]Yves Senn2013-12-171-1/+1
| | | | | | | Follow up to: https://github.com/rails/rails/commit/828a8f214535e59d709fd4862605902d1cc21632#commitcomment-4879462 This will be available after https://github.com/jonleighton/spring/commit/c6e25804b3338959d87a29f40967a333c650c031 is released.