codemancers / rapidfire

Making dynamic surveys should be easy!
https://rapidfire.fly.dev/
MIT License
319 stars 141 forks source link

Rails 5.1: Directly inheriting from ActiveRecord::Migration is not supported #100

Closed drernie closed 6 years ago

drernie commented 7 years ago

Need to append the Rails version number, as in:

class CreateRapidfireQuestionGroups < ActiveRecord::Migration[5.1]

I'm not sure what version they started requiring this, but I saw it in 5.1.

akshaysasidrn commented 6 years ago

This issue has been resolved #104 & #118.