You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Directly inheriting from ActiveRecord::Migration is not supported. Please specify the Rails release the migration was written for:
class CreateParaComponents < ActiveRecord::Migration[4.2]
The text was updated successfully, but these errors were encountered:
zyle87
changed the title
Error while first rake:migrate
Error while first rake db:migrate
May 23, 2017
You saw right, it was a 5.1 rails project, I gave a shot on a 4.2 rails project and I got this NoMethodError: undefined method '[]' for #<ActiveRecord::Migration:0x007fcbc295a480>
I got an error on the first rake db:migrate
The text was updated successfully, but these errors were encountered: