1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
Commit graph

6 commits

Author SHA1 Message Date
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
Renamed from guides/source/migrations.md (Browse further)