summaryrefslogtreecommitdiff
path: root/db/migrate/20160229193553_add_main_language_to_repository.rb
Commit message (Collapse)AuthorAgeFilesLines
* Enable rubocop for db/**/* and ee/db/**/*49582-enable-cops-for-dbLin Jen-Shin2018-07-251-1/+0
|
* Enable RuboCop for migrationsenable-rubocop-for-migrationsSean McGivern2016-06-091-0/+1
| | | | | | | Migrations shouldn't fail RuboCop checks - especially lint checks, such as the nested method check. To avoid changing code in existing migrations, add the magic comment to the top of each of them to skip that file.
* adds swp and swo to gitignore and improves migration for project main_languagetiagonbotelho2016-03-071-18/+2
|
* implements project languages saving them onto the databasetiagonbotelho2016-03-071-0/+21