aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/active_record_migrations.md
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'migration-timestamp-fix'Gannon McGibbon2019-05-101-0/+2
|\
| * Add class option timestamps to migration generatorMichael Duchemin2019-02-091-0/+2
* | [ci skip] Updated docs to reflect index: true option not available as column ...Abhay Nikam2019-03-301-1/+0
* | Schema version documentation (#35762)Ken Greeff2019-03-261-1/+1
* | Replace “can not” with “cannot”.Samantha John2019-03-061-1/+1
* | Update links and code examples in the guides to use HTTPS where the host supp...Nathaniel Suchy2019-03-061-4/+4
* | Revert "Merge pull request #33563 from lzap/foreign-key-note-doc"Ryuta Kamizono2019-02-111-3/+0
|/
* Merge pull request #32872 from utilum/soften_migrations_guide_generator_sectionVipul A M2018-12-151-4/+9
|\
| * Expand intro to Migration generator in Migrations Guideutilum2018-05-111-4/+9
* | Clarify "Old Migrations" in "Active Record Migrations" guide [ci skip]bogdanvlviv2018-08-121-4/+4
* | Clarify note that SQLite3 adapter doesn't support `add_foreign_key` [ci skip]bogdanvlviv2018-08-121-3/+2
* | Merge pull request #33474 from olivierlacan/old-migrationsRichard Schneeman2018-08-111-3/+22
|\ \
| * | Document best practices with old migrationsOlivier Lacan2018-08-031-3/+22
* | | ActiveRecord Guide - sqlite3 foreign keys noteLukas Zapletal2018-08-091-0/+4
|/ /
* | Merge pull request #33229 from albertoalmagro/albertoalmagro/prefer-rails-com...Matthew Draper2018-07-251-29/+29
|\ \
| * | Substitute references to task for commandAlberto Almagro2018-07-061-11/+11
| * | Recommend use of rails over bin/railsAlberto Almagro2018-07-061-22/+22
* | | Rails guides are now served over httpsPaul McMahon2018-07-241-1/+1
|/ /
* / Remove erroneous remove_column option from exampleGeorge Semenov2018-06-291-1/+1
|/
* Added a lot of Oxford commasAnthony Crumley2018-05-101-2/+2
* Fix typo in migrations guide [ci skip]Daniel Colson2018-04-241-1/+1
* Update schema.rb documentation [CI SKIP]Derek Prior2018-04-241-45/+35
* Fix note marks [ci skip]Yauheni Dakuka2018-03-121-1/+1
* Remove default ENGINE documentation for MySQL and MariaDBAlberto Almagro2017-12-111-2/+1
* Use https instead of http in guide [ci skip]Yoshiyuki Hirano2017-08-231-1/+1
* Reword sentenceJon Moss2017-04-191-3/+3
* [ci skip] Changed plain text to NOTE.vishalzambre2017-04-191-5/+5
* Add missing spaces [ci skip]bogdanvlviv2016-11-071-2/+2
* Add missing space in Migrations guide [ci skip]Benny2016-10-311-1/+1
* guides, include note about modifiers when using the CLI.Yves Senn2016-10-201-0/+2
* remove trailing whitespace [ci skip]Yves Senn2016-10-201-8/+8
* Update references generation docs to exclude indexJosh Justice2016-07-161-2/+2
* Fix wording related to adapters supporting database comments [ci skip]Prathamesh Sonpatki2016-04-181-2/+2
* Merge pull request #22911 from Envek/database_commentsJeremy Daer2016-04-161-0/+8
|\
| * Add support for specifying comments for tables, columns, and indexes.Andrey Novikov2016-04-161-0/+8
* | documentation for add_references index option [ci skip]Vipul A M2016-04-171-1/+2
|\ \ | |/ |/|
| * [ci skip] docs for add_references index optionAlex Handley2016-04-161-1/+2
* | MariaDB Documentationiangilfillan2016-04-141-2/+2
|/
* Merge branch 'master' of github.com:rails/docrailsVijay Dev2016-03-061-2/+2
|\
| * [ci skip] Update all guides with `null: false` change in migrationsPrathamesh Sonpatki2016-03-031-3/+3
* | Changed behaviour of timestamps helper by create_table migration generator [c...Mehmet Emin İNAÇ2016-03-031-1/+1
* | Fixed grammatical errors in rails docs [ci skip]Matt Michnal2016-02-091-2/+2
|/
* use bin/rails default instead of rake commands [ci skip]Gaurav Sharma2016-01-191-7/+7
* Refer to rails command instead of rake in a bunch of placesDavid Heinemeier Hansson2015-12-181-15/+15
* Use a real migration version number in docsMatthew Draper2015-12-151-19/+19
* Use a deliberately-invalid migration version in all doc examplesMatthew Draper2015-12-151-19/+19
* Issue #22139 : Edge Guides - ActiveRecord Migrations - Remove required option...atul-shimpi2015-11-011-2/+0
* Update active_record_migrations.mdAnna Ershova2015-10-151-1/+1
* Clarifies db can be set up from structure.sql alsoAnnaErshova2015-10-151-1/+1
* [ci skip] Update what methods `Migration#change` can reverseyui-knk2015-08-311-14/+21