| Commit message (Expand) | Author | Age | Files | Lines |
* | Clarify "Old Migrations" in "Active Record Migrations" guide [ci skip] | bogdanvlviv | 2018-08-12 | 1 | -4/+4 |
* | Clarify note that SQLite3 adapter doesn't support `add_foreign_key` [ci skip] | bogdanvlviv | 2018-08-12 | 1 | -3/+2 |
* | Merge pull request #33474 from olivierlacan/old-migrations | Richard Schneeman | 2018-08-11 | 1 | -3/+22 |
|\ |
|
| * | Document best practices with old migrations | Olivier Lacan | 2018-08-03 | 1 | -3/+22 |
* | | ActiveRecord Guide - sqlite3 foreign keys note | Lukas Zapletal | 2018-08-09 | 1 | -0/+4 |
|/ |
|
* | Merge pull request #33229 from albertoalmagro/albertoalmagro/prefer-rails-com... | Matthew Draper | 2018-07-25 | 1 | -29/+29 |
|\ |
|
| * | Substitute references to task for command | Alberto Almagro | 2018-07-06 | 1 | -11/+11 |
| * | Recommend use of rails over bin/rails | Alberto Almagro | 2018-07-06 | 1 | -22/+22 |
* | | Rails guides are now served over https | Paul McMahon | 2018-07-24 | 1 | -1/+1 |
|/ |
|
* | Remove erroneous remove_column option from example | George Semenov | 2018-06-29 | 1 | -1/+1 |
* | Added a lot of Oxford commas | Anthony Crumley | 2018-05-10 | 1 | -2/+2 |
* | Fix typo in migrations guide [ci skip] | Daniel Colson | 2018-04-24 | 1 | -1/+1 |
* | Update schema.rb documentation [CI SKIP] | Derek Prior | 2018-04-24 | 1 | -45/+35 |
* | Fix note marks [ci skip] | Yauheni Dakuka | 2018-03-12 | 1 | -1/+1 |
* | Remove default ENGINE documentation for MySQL and MariaDB | Alberto Almagro | 2017-12-11 | 1 | -2/+1 |
* | Use https instead of http in guide [ci skip] | Yoshiyuki Hirano | 2017-08-23 | 1 | -1/+1 |
* | Reword sentence | Jon Moss | 2017-04-19 | 1 | -3/+3 |
* | [ci skip] Changed plain text to NOTE. | vishalzambre | 2017-04-19 | 1 | -5/+5 |
* | Add missing spaces [ci skip] | bogdanvlviv | 2016-11-07 | 1 | -2/+2 |
* | Add missing space in Migrations guide [ci skip] | Benny | 2016-10-31 | 1 | -1/+1 |
* | guides, include note about modifiers when using the CLI. | Yves Senn | 2016-10-20 | 1 | -0/+2 |
* | remove trailing whitespace [ci skip] | Yves Senn | 2016-10-20 | 1 | -8/+8 |
* | Update references generation docs to exclude index | Josh Justice | 2016-07-16 | 1 | -2/+2 |
* | Fix wording related to adapters supporting database comments [ci skip] | Prathamesh Sonpatki | 2016-04-18 | 1 | -2/+2 |
* | Merge pull request #22911 from Envek/database_comments | Jeremy Daer | 2016-04-16 | 1 | -0/+8 |
|\ |
|
| * | Add support for specifying comments for tables, columns, and indexes. | Andrey Novikov | 2016-04-16 | 1 | -0/+8 |
* | | documentation for add_references index option [ci skip] | Vipul A M | 2016-04-17 | 1 | -1/+2 |
|\ \
| |/
|/| |
|
| * | [ci skip] docs for add_references index option | Alex Handley | 2016-04-16 | 1 | -1/+2 |
* | | MariaDB Documentation | iangilfillan | 2016-04-14 | 1 | -2/+2 |
|/ |
|
* | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2016-03-06 | 1 | -2/+2 |
|\ |
|
| * | [ci skip] Update all guides with `null: false` change in migrations | Prathamesh Sonpatki | 2016-03-03 | 1 | -3/+3 |
* | | Changed behaviour of timestamps helper by create_table migration generator [c... | Mehmet Emin İNAÇ | 2016-03-03 | 1 | -1/+1 |
* | | Fixed grammatical errors in rails docs [ci skip] | Matt Michnal | 2016-02-09 | 1 | -2/+2 |
|/ |
|
* | use bin/rails default instead of rake commands [ci skip] | Gaurav Sharma | 2016-01-19 | 1 | -7/+7 |
* | Refer to rails command instead of rake in a bunch of places | David Heinemeier Hansson | 2015-12-18 | 1 | -15/+15 |
* | Use a real migration version number in docs | Matthew Draper | 2015-12-15 | 1 | -19/+19 |
* | Use a deliberately-invalid migration version in all doc examples | Matthew Draper | 2015-12-15 | 1 | -19/+19 |
* | Issue #22139 : Edge Guides - ActiveRecord Migrations - Remove required option... | atul-shimpi | 2015-11-01 | 1 | -2/+0 |
* | Update active_record_migrations.md | Anna Ershova | 2015-10-15 | 1 | -1/+1 |
* | Clarifies db can be set up from structure.sql also | AnnaErshova | 2015-10-15 | 1 | -1/+1 |
* | [ci skip] Update what methods `Migration#change` can reverse | yui-knk | 2015-08-31 | 1 | -14/+21 |
* | [ci skip] Fix migration file's timestamp | yui-knk | 2015-08-24 | 1 | -1/+1 |
* | [ci skip] Give in-depth explanation of migrations vs. seeds.rb | Brooks Reese | 2015-08-08 | 1 | -4/+9 |
* | [ci skip] migration and association guides: added some remarks about join tables | r11runner | 2015-08-04 | 1 | -10/+8 |
* | fix pluralization in doc [ci skip] | Jordon Dornbos | 2015-06-29 | 1 | -1/+1 |
* | Update guide for new change_column_default syntax | Prem Sichanugrist | 2015-06-26 | 1 | -6/+8 |
* | fix doc about foreign key name [ci skip] | yuuji.yaginuma | 2015-06-12 | 1 | -1/+2 |
* | [ci skip] Improve phrasing in AR migrations docs. | Tim Wade | 2015-05-13 | 1 | -2/+2 |
* | [ci skip] fix guides example on arbitrary SQL execution | Konstantinos Rousis | 2015-04-01 | 1 | -1/+1 |
* | Documenting remove_column as a reversible migration method [ci skip] | Andrey Nering | 2015-03-25 | 1 | -0/+8 |