Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve documentation [ci skip] | Rafael Mendonça França | 2014-01-30 | 1 | -2/+3 |
| | |||||
* | Add `travel_back` to remove stubs from `travel` and `travel_to` | Rafael Mendonça França | 2014-01-30 | 1 | -0/+3 |
| | |||||
* | Fix documentation of new controller filters api [ci skip] | Kassio Borges | 2014-01-29 | 1 | -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 Senn | 2014-01-27 | 1 | -5/+0 |
| | |||||
* | mention #13314 in 4.1 release notes. refs #12140. [ci skip] | Yves Senn | 2014-01-27 | 1 | -0/+3 |
| | |||||
* | Ruby on Rails 4.1 Release Notes: Fix spelling [ci skip] | Francis Go | 2014-01-27 | 1 | -1/+1 |
| | |||||
* | let's link to the gem README not to the upgrading guide. [ci skip] | Yves Senn | 2014-01-20 | 1 | -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_finders | Godfrey Chan | 2014-01-20 | 1 | -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 Scott | 2014-01-19 | 1 | -0/+3 |
| | | |||||
* | | Spring in now under rails/spring [ci skip] | Rashmi Yadav | 2014-01-19 | 1 | -2/+2 |
|/ | |||||
* | Fix typo [ci skip] | Jake Worth | 2014-01-08 | 1 | -1/+1 |
| | |||||
* | create/drop test and development databases only if RAILS_ENV is nil | Damien Mathieu | 2014-01-08 | 1 | -0/+2 |
| | | | | Closes #13625 | ||||
* | update 4.1 release notes with deprecation commit link. [ci skip] | Yves Senn | 2014-01-06 | 1 | -1/+2 |
| | |||||
* | Deprecate unused `symbolized_base_class` and `symbolized_sti_name`. | Yves Senn | 2014-01-03 | 1 | -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 schema | Jon Leighton | 2014-01-02 | 1 | -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 Dmitriy | 2013-12-27 | 1 | -1/+1 |
| | |||||
* | Make possible to use symbol as the verifier name | Rafael Mendonça França | 2013-12-19 | 1 | -1/+0 |
| | |||||
* | revises the release notes about message verifiers (second take) [ci skip] | Xavier Noria | 2013-12-19 | 1 | -8/+11 |
| | |||||
* | Revert "revises the release notes about message verifiers [ci skip]" | Xavier Noria | 2013-12-19 | 1 | -11/+8 |
| | | | | This reverts commit 293a1a68992ba3e3e80f9f0f685e866ff79bf11a. | ||||
* | revises the release notes about message verifiers [ci skip] | Xavier Noria | 2013-12-19 | 1 | -8/+11 |
| | | | | Example code does not run yet with beta1. | ||||
* | Remove <tt> tag in 4_1_release notes. [ci skip]. | Juanito Fatas | 2013-12-20 | 1 | -2/+2 |
| | |||||
* | couple of tweaks to the release notes [ci skip] | Xavier Noria | 2013-12-19 | 1 | -2/+2 |
| | |||||
* | pass over half of the release notes [ci skip] | Xavier Noria | 2013-12-19 | 1 | -36/+38 |
| | |||||
* | [ci skip] Remove <tt> tag in 4_1_release notes. | Juanito Fatas | 2013-12-19 | 1 | -2/+2 |
| | |||||
* | Added a link to the Module#concerning docs from the 4.1 release notes [ci skip] | Godfrey Chan | 2013-12-18 | 1 | -4/+8 |
| | |||||
* | typo: should be 'DateTime.civil_from_format' and not ↵ | Corprew Reed | 2013-12-17 | 1 | -1/+1 |
| | | | | 'DateTime.civil_from_fromat' | ||||
* | [ci skip] Prettify the removals from Action Controller in 4.1 release notes. | Juanito Fatas | 2013-12-18 | 1 | -7/+9 |
| | |||||
* | Discuss Action Pack's new CSRF protection from remote script tags and what ↵ | Jeremy Kemper | 2013-12-17 | 1 | -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 Chan | 2013-12-17 | 1 | -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 Senn | 2013-12-17 | 1 | -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 Senn | 2013-12-17 | 1 | -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. | ||||
* | Variants inline syntax documentation [ci skip] | Łukasz Strzałkowski | 2013-12-12 | 1 | -0/+10 |
| | | | | | | * Extend method documentation * Mention it in actionpack/CHANGELOG * Update release notes | ||||
* | add missing CHANGELOG entry for d8c6f52. [ci skip] | Yves Senn | 2013-12-05 | 1 | -0/+3 |
| | | | | Discoverd by #13175. | ||||
* | end sentences with a `.`. [ci skip] | Yves Senn | 2013-12-05 | 1 | -7/+9 |
| | |||||
* | 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 |