Hi I am looking for a very good solution to upload and download document file types directly to and from the database using rails 3.1.x ... I used paperclip for that but image-magick is pain to install on windows..please help me in these... Thanks
Asked
Active
Viewed 253 times
0
-
Do you plan to deploy your app on Windows? – Jatin Ganhotra Jan 30 '12 at 08:31
-
yes will it be a problem to deploy on windows? – user1166925 Jan 30 '12 at 08:34
-
Refer here : http://stackoverflow.com/questions/1890226/should-i-give-up-on-deploying-rails-under-windows – Jatin Ganhotra Jan 31 '12 at 08:55
1 Answers
0
If you're not uploading images, you don't need to install image-magick.
As for storing to the database using Paperclip, see this topic.