Questions tagged [refile]

Refile is a modern file upload library for Ruby applications.

Features:

  • Configurable backends, file system, S3, etc...
  • Convenient integration with ORMs
  • On the fly manipulation of images and other files
  • Streaming IO for fast and memory friendly uploads
  • Works across form redisplays, i.e. when validations fail, even on S3
  • Effortless direct uploads, even to S3

Homepage

64 questions
0
votes
0 answers

Attaching checkboxes to an array of images (for delete images) inside form in Ruby On Rails, using Refile gem

I'm looking at this documentation, and I'm having trouble coming up with a solution in creating checkboxes to my images, but associated to the form? If you see below, my images are looped inside the form... edit view <%= simple_form_for @project,…
hellomello
  • 8,219
  • 39
  • 151
  • 297
0
votes
1 answer

adding multiple images(url) to the same listing table rails

My app has a listings table(:name, :description) and a pictures table(:image_id, :listing_id). I am using a nested form(tabbed) for getting all this info and its working fine with gem carrierwave. For the last couple of days I am trying to add…
user4986992
0
votes
2 answers

Refile S3 backend for production and file backend for development mode

it's my first Rails project with the Refile gem, so I don't fully grasp all the ins and outs of this wonderfull file upload gem yet. I'm trying to configure the Refile gem so that files are uploaded to Amazon S3 in production mode, but in…
Toontje
  • 1,415
  • 4
  • 25
  • 43
-1
votes
1 answer

Refile Production Error Rails

In dev my rails app works just fine. In production instead there is just no image, it's uploaded to the server but it just won't show up. I'm using the default backend. When accessing the image url directly all I see is "error". :( Hope somebody…
Andre Zimpel
  • 2,323
  • 4
  • 27
  • 42
1 2 3 4
5