aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/rails/generators/active_record/migration
Commit message (Expand)AuthorAgeFilesLines
* 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
* Avoid another blank line in generated migration and remove assertion as per @...Marcelo Silveira2012-03-211-1/+1
* Merge pull request #5532 from mhfs/migration_blank_lineJosé Valim2012-03-211-1/+1
|\
| * Remove blank line from generated migrationMarcelo Silveira2012-03-201-1/+1
* | Generate Migration Thats Adds Removed IndexTravis Jeffery2012-03-211-0/+3
|/
* Tidy up migration types.José Valim2011-12-242-3/+3
* added ability to specify from cli when generating a model/migration whether p...Dmitrii Samoilov2011-12-242-4/+10
* Use Rails 3.1 `change` method in 'add_' migration generatorPrem Sichanugrist2011-01-041-0/+8
* updating generatorsAaron Patterson2010-11-171-2/+2
* Avoid a blank line before the add/remove columnsSantiago Pastorino2010-06-251-2/+2
* Line break in migration template and nicer code indentationŁukasz Strzałkowski2010-06-251-6/+8
* Fix problem with migrations template that can cause bogus code to be createdSteve Abatangle2010-06-201-4/+8
* Load generators from both lib/rails/generators and lib/generators. Using the ...José Valim2010-03-232-0/+36