Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | copy edits the upgrading guide | Xavier Noria | 2012-05-29 | 1 | -9/+9 |
| | |||||
* | Add note about CollectionAssociation#delete change to upgrading guide [ci skip] | Carlos Antonio da Silva | 2012-05-29 | 1 | -0/+4 |
| | |||||
* | Fix sorting of helpers from different paths | Piotr Sarnacki | 2012-05-28 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | When more than one directory for helpers is provided to a controller, it should preserver the order of directories. Given 2 paths: MyController.helpers_paths = ["dir1/helpers", "dir2/helpers"] helpers from dir1 should be loaded first. Before this commit, all helpers were mixed and then sorted alphabetically, which essentially would require to rename helpers to get desired order. This is a problem especially for engines, where you would like to be able to predict accurately which engine helpers will load first. (closes #6496) | ||||
* | Fix CHANGELOG order and add a brief description of the changes in the | Rafael Mendonça França | 2012-05-20 | 1 | -0/+4 |
| | | | | Action Pack in the upgrading guide. [ci skip] | ||||
* | Rails 4.0 upgrade note for the ConfirmationValidator change | Brian Cardarella | 2012-04-30 | 1 | -0/+4 |
| | |||||
* | moves the guides up to the root directory | Xavier Noria | 2012-03-17 | 1 | -0/+194 |