This repository was archived by the owner on Jul 24, 2020. It is now read-only.
This repository was archived by the owner on Jul 24, 2020. It is now read-only.
Migration issue due to ActiveAdmin
removal #853
Closed
Description
Since we've removed ActiveAdmin
in v4.0, one of our earlier migrations (20140611142209_move_admin_notes_to_comments.rb
) is failing with a NameError
on newly created databases. Existing databases that have already undergone that migration will be fine. I'm not sure what the proper solution to this is, but it's kinda important. Interestingly, I'm not sure why our Travis builds haven't been failing since I thought it created the database from scratch each time. Either way, we need to resolve this.
- fix migrations
- fix test:prepare issue
Activity