Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果可以将已上传的文件附加到新的 activerecord 实例,我很感兴趣?例如,我上传了很多图片,想从中选择一张。甚至可以使用paperclip吗?我Ckeditor 知道与activeadmin.
paperclip
Ckeditor
activeadmin
您可以将本地路径传递给文件,以从服务器可访问的位置触发存储处理。
User.attribute_that_is_attachment = File.new('/local/path/to/file.txt')