What is the best way to be able to upload photos to a portfolio on a website created in ruby on rails via the admin? I then need the photos to upload into a javascript library. Any suggestions?
Thanks
Use paperclip or CarrierWave. These two are good gems for photo-uploading. As per 'via admin' thing, that depends on your authentication system.