aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/generators/migration_generator_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* Merge branch 'migration-timestamp-fix'Gannon McGibbon2019-05-101-0/+15
|\
| * Add class option timestamps to migration generatorMichael Duchemin2019-02-091-0/+15
* | Add `null: false` constraint by default for `belongs_to` associationsPrathamesh Sonpatki2019-04-191-2/+27
* | Add attachment and attachments field generatorsChris Oliver2019-03-301-3/+9
* | Add rich_text field to model generatorsChris Oliver2019-03-281-0/+32
* | Make aliases of `database` option in generators workyuuji.yaginuma2019-03-201-0/+11
|/
* Refactor migrations_path command option to databaseGannon McGibbon2018-09-281-5/+7
* Add migrations_paths option to migration generatorEileen Uchitelle2018-08-301-0/+9
* Permit list usage cleanup and clearer documentationKevin Deisz2018-08-271-2/+2
* Convert over the rest of the blacklist referencesKevin Deisz2018-08-241-2/+2
* Adding frozen_string_literal pragma to Railties.Pat Allan2017-08-141-0/+2
* Handling add/remove to/from migration edge casesGuilherme Reis Campos2017-08-031-0/+22
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Should escape meta characters in regexpRyuta Kamizono2017-05-071-4/+4
* Move config reset to ensure blockAndrew White2017-01-171-1/+2
* Generate migrations at path set by `config.paths["db/migrate"]`Kevin Glowacz2017-01-161-0/+10
* applies new string literal convention in railties/testXavier Noria2016-08-061-4/+4
* Pare back default `index` option for the migration generatorPrathamesh Sonpatki2016-01-241-6/+6
* Ensure generated migrations include a version numberMatthew Draper2015-12-151-2/+2
* Use thor class_option to make the primary_key_type option workRafael Mendonça França2015-10-231-6/+1
* Move default uuid generation to active_recordJon McCartie2015-10-231-3/+4
* Set active_record config for always creating uuids in generatorsJon McCartie2015-10-201-0/+13
* Add Secure Token Generatorrobertomiranda2015-01-111-0/+24
* Add test missed by a03ea684efc3505647cf0327a501aa2dbb591ad2Sean Griffin2014-12-221-2/+3
* Use the new `foreign_key` option on `references` in generatorsSean Griffin2014-12-221-2/+3
* Generators add foreign keys on referencesDerek Prior2014-11-251-1/+25
* Add a `required` option to the model generatorSean Griffin2014-08-081-0/+12
* Fix Generation of proper migration whenKuldeep Aggarwal2014-03-251-0/+50
* Support creating a table migration generatorSammy Larbi2013-03-011-3/+14
* Migration generators use `change` even for destructive methods [#8267]Marc-Andre Lafortune2012-12-211-31/+12
* Simple replacement of variable name for consistencyMarc-Andre Lafortune2012-12-211-32/+32
* add mini-validator on creating migrationJan Bernacki2012-09-061-0/+7
* Add fkey attributes to `join_table` migration generatorAleksey Magusev2012-07-191-1/+1
* Add join table migration generatorAleksey Magusev2012-07-181-0/+13
* Add references statements to migration generatorAleksey Magusev2012-07-081-0/+29
* Usage file in generators shouldn't be fetched only based on source_rootPiotr Sarnacki2012-04-011-0/+4
* Avoid another blank line in generated migration and remove assertion as per @...Marcelo Silveira2012-03-211-1/+0
* Merge pull request #5532 from mhfs/migration_blank_lineJosé Valim2012-03-211-0/+1
|\
| * Remove blank line from generated migrationMarcelo Silveira2012-03-201-0/+1
* | Generate Migration Thats Adds Removed IndexTravis Jeffery2012-03-211-0/+18
|/
* Support decimal{1,2} and decimal{1-2} and decimal{1.2} so it works fine with ...José Valim2012-01-221-3/+3
* Use 1.9 hash syntax instead.José Valim2011-12-241-7/+7
* assert_not_match -> assert_no_match.José Valim2011-12-241-2/+2
* Tidy up migration types.José Valim2011-12-241-1/+1
* added ability to specify from cli when generating a model/migration whether p...Dmitrii Samoilov2011-12-241-0/+62
* be sure to parenthesize the arguments when the first one is a RegExp literalAkira Matsuda2011-05-181-8/+8
* Use Rails 3.1 `change` method in 'add_' migration generatorPrem Sichanugrist2011-01-041-6/+1
* Facepunch failing tests.José Valim2010-11-181-6/+6