aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/rails/generators/active_record/migration.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* Refactor migrations_path command option to databaseGannon McGibbon2018-09-281-4/+15
* Add migrations_paths option to migration generatorEileen Uchitelle2018-08-301-1/+3
* 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
* Check whether `Rails.application` defined before calling itAndrew White2017-03-071-1/+1
* move `db_migrate_path` method to `Migration` moduleyuuji.yaginuma2017-01-221-0/+8
* applies new string literal convention in activerecord/libXavier Noria2016-08-061-1/+1
* Use thor class_option to make the primary_key_type option workRafael Mendonça França2015-10-231-0/+7
* Make `.next_migration_number` reusable for third party AR generators.Yves Senn2013-09-301-0/+18
* Remove unused implementation of next_migration_numberMarcelo Silveira2012-02-231-15/+0
* split out active_record migration logic so others can easily reuse [#5389 sta...Jack Dempsey2010-09-011-0/+15