summaryrefslogtreecommitdiff
path: root/db/migrate/20160331223143_remove_twitter_sharing_enabled_from_application_settings.rb
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Remove "Congratulations!" tweet button on newly-created project.connorshea2016-03-311-0/+5
I’ve removed everything related to the feature based on this commit: ce08f919f34fd8849834365 Resolves #10857.