aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/rails/generators/active_record/migration/migration_generator.rb
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
* | 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
* 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
* Use thor class_option to make the primary_key_type option workRafael Mendonça França2015-10-231-0/+2
* [ci skip] Correct grammar, add docs to ActiveRecord migration generatorNick Cox2015-04-281-4/+5
* Add a `required` option to the model generatorSean Griffin2014-08-081-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
* Support creating a table migration generatorSammy Larbi2013-03-011-2/+9
* 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-181-5/+18
* 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-1/+1
* Load generators from both lib/rails/generators and lib/generators. Using the ...José Valim2010-03-231-0/+25