My gems: carrierwave, whenever
I would like to remove from server photos uploaded 30 days ago.
I should use runner ?
every 1.day, :at => '4:30 am' do
runner "MyPhotoModel.remove_after_30_days"
end
How to remove files .jpg from server using runner?end
Should I remove records in photo table??
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-talk/-/Da4_-1qEodsJ.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.