I’ve set up an application using mongoDB (mongoid) where I’m logging users in with omniauth-twitter.
I need people to be able to upload images, but I can’t find any good tutorials for doing this on a mongoDB. I’ve looked far and wide, but nobody seems to have made one yet.
Do you have any links?
You can go to Rails Cast for Rails tutorials. The one I linked to explains paperclip ,doubt it will explain using it with mongoid.