aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/rails/generators/active_record/migration
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'migration-timestamp-fix'Gannon McGibbon2019-05-101-0/+1
|\
| * Add class option timestamps to migration generatorMichael Duchemin2019-02-091-0/+1
* | Add rich_text field to model generatorsChris Oliver2019-03-282-3/+5
* | Make aliases of `database` option in generators workyuuji.yaginuma2019-03-201-1/+1
|/
* Refactor migrations_path command option to databaseGannon McGibbon2018-09-281-1/+1
* Add migrations_paths option to migration generatorEileen Uchitelle2018-08-301-0/+1
* Rails 6 requires Ruby 2.3+Jeremy Daer2018-02-171-5/+1
* Use .tt extension to all the template filesRafael Mendonça França2017-11-132-0/+0
* Handling add/remove to/from migration edge casesGuilherme Reis Campos2017-08-031-1/+1
* Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-191-0/+2
* 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
* move `db_migrate_path` method to `Migration` moduleyuuji.yaginuma2017-01-221-8/+0
* Generate migrations at path set by `config.paths["db/migrate"]`Kevin Glowacz2017-01-161-1/+9
* No need `:doc:` for `:nodoc:` classes [ci skip]Ryuta Kamizono2016-12-251-3/+3
* Privatize unneededly protected methods in Active RecordAkira Matsuda2016-12-241-4/+5
* Describe what we are protectingAkira Matsuda2016-12-231-0/+2
* let Regexp#match? be globally availableXavier Noria2016-10-271-1/+0
* Fix broken comments indentation caused by rubocop auto-correct [ci skip]Ryuta Kamizono2016-09-141-3/+3
* Add three new rubocop rulesRafael Mendonça França2016-08-161-1/+1
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-27/+27
* modernizes hash syntax in activerecordXavier Noria2016-08-061-1/+1
* applies new string literal convention in activerecord/libXavier Noria2016-08-061-3/+3
* adds missing requiresXavier Noria2016-07-241-0/+1
* systematic revision of =~ usage in ARXavier Noria2016-07-231-1/+1
* Added references option to join tablesErnst Rullmann2016-01-311-0/+4
* Add migration versioning via Migration subclassesMatthew Draper2015-12-152-2/+2
* Use thor class_option to make the primary_key_type option workRafael Mendonça França2015-10-231-0/+2
* Move default uuid generation to active_recordJon McCartie2015-10-231-1/+1
* Set active_record config for always creating uuids in generatorsJon McCartie2015-10-201-1/+1
* [ci skip] Correct grammar, add docs to ActiveRecord migration generatorNick Cox2015-04-281-4/+5
* Add Secure Token Generatorrobertomiranda2015-01-112-0/+8
* Change the default `null` value for `timestamps` to `false`Rafael Mendonça França2015-01-041-1/+1
* Use the new `foreign_key` option on `references` in generatorsSean Griffin2014-12-222-9/+0
* Generators add foreign keys on referencesDerek Prior2014-11-252-0/+9
* Merge pull request #16062 from sgrif/sg-required-generatorsRafael Mendonça França2014-08-171-1/+1
|\
| * Add a `required` option to the model generatorSean Griffin2014-08-081-1/+1
* | Change the default `null` value for timestampsSean Griffin2014-08-121-1/+1
|/
* Fix Generation of proper migration whenKuldeep Aggarwal2014-03-251-3/+7
* Added documentation for ActiveRecord::Generators::MigrationGenerator.next_mig...aditya-kapoor2013-05-101-0/+4
* Add support for generate scaffold password:digestSam Ruby2013-03-131-0/+4
* Support creating a table migration generatorSammy Larbi2013-03-012-2/+24
* Migration generators use `change` even for destructive methods [#8267]Marc-Andre Lafortune2012-12-211-16/+4
* nodoc AR::Generators [ci skip]Francesco Rodriguez2012-10-201-3/+3
* add mini-validator on creating migrationJan Bernacki2012-09-061-0/+9
* Add fkey attributes to `join_table` migration generatorAleksey Magusev2012-07-191-2/+10
* Add join table migration generatorAleksey Magusev2012-07-182-6/+27
* Add references statements to migration generatorAleksey Magusev2012-07-081-4/+16
* Refactor migration generatorOscar Del Ben2012-05-181-6/+3
* Fix indenting in migration generatorColin Bartlett2012-03-271-2/+2