summaryrefslogtreecommitdiff
path: root/db/migrate/20150213114800_add_hide_no_password_to_user.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.
* Allow users that signed up via OAuth to set their password in order to use ↵Douwe Maan2015-02-131-0/+5
Git over HTTP(S).