Search code examples
ruby-on-railsrubyruby-on-rails-3photo-gallery

Photo site in Ruby on Rails- How to upload photos via admin?


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


Solution

  • Use paperclip or CarrierWave. These two are good gems for photo-uploading. As per 'via admin' thing, that depends on your authentication system.