summaryrefslogtreecommitdiff
path: root/db/migrate/20160129135155_remove_dot_atom_path_ending_of_projects.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 unnecessary lower function on SQLJames Lopez2016-02-041-1/+1
|
* refactored migration based on feedbackJames Lopez2016-02-041-1/+5
|
* refactored migration and spec based on feedbackJames Lopez2016-02-041-6/+12
|
* fixed move project method in migrationJames Lopez2016-02-021-33/+13
|
* added TODO to not working methodJames Lopez2016-02-011-0/+1
|
* WIP - refactored migrationJames Lopez2016-02-011-7/+42
|
* WIP - add migrationJames Lopez2016-01-291-0/+54