aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/migration/helper.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* 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
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-1/+1
* tests, use `if_exists: true` instead of `rescue nil`.Yves Senn2015-09-221-1/+1
* Bring original puts back after finishing testsAkira Matsuda2014-08-291-4/+0
* Change the default `null` value for timestampsSean Griffin2014-08-121-1/+1
* Initialize accessors to remove some warnings in Ruby 2.0Carlos Antonio da Silva2012-11-191-4/+2
* Add references schema statementsAleksey Magusev2012-07-031-1/+1
* Refactor migration test_helperAleksey Magusev2012-07-011-23/+4
* silencing migrator tests, refactoring the migration test helperAaron Patterson2012-01-161-0/+9
* adding a test class for table renamingAaron Patterson2012-01-131-0/+6
* moving more renaming tests to the proper test caseAaron Patterson2012-01-131-0/+8
* moving rename column tests to their own classAaron Patterson2012-01-131-0/+41