Tagged Questions
0
votes
0answers
234 views
Mongoid 3 and Dragonfly image upload
I'm trying to get a simple image upload to work on Rails 3.2.7, Mongoid 3, and GridFS. It seems like this is possible, because I've seen a few comments online about people getting it to work. I've ...
1
vote
1answer
254 views
How to?: Mongoid 3 and Dragonfly configuration
I am trying to upgrade my app to mongoid version 3. In my dragonfly initializer I used to have this:
app.configure_with(:imagemagick)
app.configure_with(:rails) do |c|
c.datastore = ...