天天看點

ActiveRecord::Fixture::FormatError: ActiveRecord::Fixture::FormatError

環境:window 7+ruby2.33+rails5.0。。

該提示的意思是固件格式錯誤: 但是又沒有提示是哪一行 非常蛋疼,我照成的原因居然是沒有對齊,請看:(下面的activated_at沒有和前面對齊)

ActiveRecord::Fixture::FormatError: ActiveRecord::Fixture::FormatError
ActiveRecord::Fixture::FormatError: ActiveRecord::Fixture::FormatError
user_<%= n %>:
  name: <%= "User #{n}" %>
  email: <%= "user-#{n}@example.com" %>
  password_digest: <%= User.digest('password') %>
  activated: true
activated_at: <%= Time.zone.now %>
<% end %>