Profile image gallery provided by database
I'm currently working on profile images for registered users.
I have implemented a basic image profile with the paperclip gem. but i am looking for more and not sure if paperclip can do it or not.
I've been trying to do so that my users can choose to select an image from a list of images, provided by the website/database.
This website: https://satwcomic.com/ has exactly what I'm looking for.
I've been trying to find a solution for this for the past month, but without luck. any hints on how i could successfully achieve such feature with or without paperclip? I'm hoping to get pushed in the right direction.
i am fairly new in rails so any help will be much appreciated. Thanks in advance.