我打算使用基於內容類型動態的Paperclip gem來使用單表繼承。 class Document < ActiveRecord::Base
has_attached_file :file, photo_options #if content type is an image
has_attached_file :file, pdf_options #if content t
我正在重新安裝回形針gem,但嘗試運行遷移時遇到錯誤。 (注意:我只從文本編輯器中刪除了原始遷移文件)。具體而言,當我跑: $ rake db:migrate
我遇到: rake aborted!
StandardError: An error has occurred, this and all later migrations canceled:
SQLite3::SQLExcept