Daniel Gato
Daniel Gato
I really need this so I'm trying to find the "less bad" solution. ### Attempt 1: Forest api I tried to `PUT` on `/forest/:collection/:id`. This seems to me the one...
Concerning my **Attempt 1** I decided to save it in in a ENV variable.
Hi @arnaudbesnier I'm not getting that done right where I need it. #### Code ```ruby class Forest::Venue include ForestLiana::Collection collection :venues field :urls, type: 'String' do # "#{object.facebook_url}#{object.twitter_url}" "just a...
Yes In fact, I think this might be a recurring problem. A user profile with multiple links (social links perhaps) and we want to display all of them in a...
Any news about this issue?
Any news about this issue?
Yes sure I could find workarounds, but it wasn’t the purpose when I posted the problem... > On 17 Dec 2017, at 6.03 PM, Arnaud Besnier wrote: > > Hi...
same here
Still looking for it. ActiveStorage is an out of the box solution for rails and is widely used. I don't get how this is not out of the box for...