Lewis Frost
Lewis Frost

Reputation: 557

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

Upvotes: 1

Views: 192

Answers (1)

kiddorails
kiddorails

Reputation: 13014

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

Upvotes: 3

Related Questions