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
Rails version numbers are not getting appended to two generated ActiveRecord migrations. Users creating new apps get the following error after running rake db:migrate:
rakeaborted!StandardError: Anerrorhasoccurred,thisandalllatermigrationscanceled:
DirectlyinheritingfromActiveRecord::Migrationis not supported.PleasespecifytheRailsreleasethemigrationwaswrittenfor:
classCreateFriendlyIdSlugs < ActiveRecord::Migration[4.2]/Users/cvilla/scratchpad/app-name/db/migrate/20180112215454_create_friendly_id_slugs.rb:1:in `<top(required)>'
(FWIW, we have a solution for this in Hyrax that was based on the solution in Devise: samvera/hyrax#2361 -- I don't think this helps Spotlight, necessarily...)
Rails version numbers are not getting appended to two generated ActiveRecord migrations. Users creating new apps get the following error after running
rake db:migrate
:What we get:
What we want:
Migrations to be fixed:
_create_friendly_id_slugs.rb
_devise_invitable_add_to_users.rb
Notes:
Manual fixes:
See discussion in #1877
The text was updated successfully, but these errors were encountered: