Uploading Pictures Ruby on Rails

2019-01-21 06:35发布

I am new to rails so sorry if this is easy. I am wondering the best way to upload pictures and display them in Ruby on Rails. I have a blog and would like to have the option of attaching a picture when creating a post.

8条回答
对你真心纯属浪费
2楼-- · 2019-01-21 07:26

CarrierWave is a newer gem than Paperclip, and it looks a lot more flexible. There's also a Railscast about it: http://railscasts.com/episodes/253-carrierwave-file-uploads

查看更多
可以哭但决不认输i
3楼-- · 2019-01-21 07:30

Paperclip is quite awesome. There's an excellent RailsCast about it - http://railscasts.com/episodes/134-paperclip

查看更多
登录 后发表回答