Commit Graph

17 Commits

Author SHA1 Message Date
Konstantinos Rousis
8f092302aa [ci skip] fix guides example on arbitrary SQL execution 2015-04-01 16:03:41 +02:00
Andrey Nering
4b87780abc Documenting remove_column as a reversible migration method [ci skip] 2015-03-25 09:16:08 -03:00
Santosh Wadghule
47a07560a1 Change 'a' to 'an' for 'HABTM' word [ci skip] 2015-03-23 00:46:09 +05:30
yui-knk
4f578ec36a [ci skip] Change the null to a not null constraint 2015-03-22 19:18:00 +09:00
yuuji.yaginuma
478c73f670 add foreign_key option to result of references column type [ci skip] 2015-03-19 23:19:44 +09:00
Andrey Nering
3f11bc00d7 Improvements about schema dumping [ci skip] 2015-01-29 20:51:11 -02:00
Vipul A M
5cfaf5a46e - Changed IN to ON in markdown renderer condition
- Changed `IN` to `ON` in all note sentences in guides.
2015-01-14 11:52:13 +05:30
Xavier Noria
7702974281 warn about reading guides in GitHub
References #18148.
2014-12-23 23:32:50 +01:00
Zachary Scott
6b96a1eae1 Add null option to timestamps as migration generator does [ci skip] 2014-12-14 20:42:38 -05:00
Carlos Souza
d2c1d050fc Add guides for required model generator option.
Related to this PR #16062

[ci skip]
2014-12-09 15:35:15 -05:00
Jon Atack
2a1afe6b37 AR Migrations Guide#Foreign Keys: fix wrong table
[skip ci]
2014-10-24 16:59:16 +02:00
Robin Dupret
7a07b2217a Tiny follow-up to 1a69112
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]
2014-06-27 15:09:10 +02:00
Yves Senn
a5b3f372ab fk: add docs 2014-06-26 22:04:17 +02:00
Zachary Scott
0e9a705966 💅 wrap the tip from #15624 at 80 chars [ci skip] 2014-06-20 12:59:56 -07:00
Aditya Kapoor
876908dceb [ci skip] Add Tip for change_column_null and change_column_default in guides 2014-06-21 01:22:31 +05:30
Yves Senn
fcd0ac066e docs, refactor docs about column modifiers. [ci skip] [Matthew Draper & Yves 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
2014-06-10 10:25:57 +02:00
Juanito Fatas
c4c3a44685 [ci skip] Rename: Rails Database Migration to Active Record Migration.
This will need to setup permanent redirect for the old guide.
2014-06-10 15:41:15 +08:00