aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/active_record_migrations.md
Commit message (Collapse)AuthorAgeFilesLines
* [ci skip] fix guides example on arbitrary SQL executionKonstantinos Rousis2015-04-011-1/+1
|
* Documenting remove_column as a reversible migration method [ci skip]Andrey Nering2015-03-251-0/+8
|
* Change 'a' to 'an' for 'HABTM' word [ci skip]Santosh Wadghule2015-03-231-1/+1
|
* [ci skip] Change `the null` to `a not null constraint`yui-knk2015-03-221-1/+1
|
* add foreign_key option to result of references column type [ci skip]yuuji.yaginuma2015-03-191-1/+1
|
* Improvements about schema dumping [ci skip]Andrey Nering2015-01-291-5/+10
|
* - 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.
* Add `null` option to timestamps as migration generator does [ci skip]Zachary Scott2014-12-141-3/+3
|
* Add guides for `required` model generator option.Carlos Souza2014-12-091-0/+2
| | | | | | Related to this PR #16062 [ci skip]
* AR Migrations Guide#Foreign Keys: fix wrong tableJon Atack2014-10-241-1/+1
| | | [skip ci]
* Tiny follow-up to 1a69112Robin Dupret2014-06-271-3/+7
| | | | | | | Wrap list items to 80 chars and avoid relying on NOTE inside an item since they are meant to be parsed in paragraphs, not lists. [ci skip]
* fk: add docsYves Senn2014-06-261-58/+71
|
* :nail_care: wrap the tip from #15624 at 80 chars [ci skip]Zachary Scott2014-06-201-1/+2
|
* [ci skip] Add Tip for change_column_null and change_column_default in guidesAditya Kapoor2014-06-211-0/+2
|
* docs, refactor docs about column modifiers. [ci skip] [Matthew Draper & Yves ↵Yves Senn2014-06-101-12/+20
| | | | | | | | | | | | | | | | | | | | Senn] This is a follow up to #15602 which rendered the guides in a weird state: > You can also specify some options just after the field type between curly braces. You can use the following modifiers: > `null` Allows or disallows `NULL` values in the column. > NOTE: `null` and `default` cannot be specified via command line. The modifiers are now moved into a separate section. The generator simply referes to that section. Related to #15583. /cc @JuanitoFatas
* [ci skip] Rename: Rails Database Migration to Active Record Migration.Juanito Fatas2014-06-101-0/+988
This will need to setup permanent redirect for the old guide.