Guillaume Hain

Results 244 comments of Guillaume Hain

Given a Kubernetes Secret which holds the RethinkDB password to be used: * by the RethinkDB cluster operator or Helm chart to initialise the database * by the Rails application...

Hey @nviennot, I'm also looking for this issue too. Could you please give your input? Thank you.

Thank you @extem, I'll try that.

@nviennot should the documentation be updated with this option? And the nobrainer post install script to add this option?

Yes, but I'm more thinking of nobrainer working out-of-the-box with Rails 6.

Nobrainer is not supporting this use case. From [the roadmap](http://nobrainer.io/docs/roadmap/): > Support embedded documents. Embedding should be done by using the type system like regular fields. You can declare the...

@stakach if you need some testers, I can help ! 😉

Hey @stakach, any news on your implementation of Active Storage ?

Shall we close this issue?

Sorry to not have provided my code 😞. Here it is: ```ruby class Request include NoBrainer::Document before_create :populates_created_at field :url, type: String field :created_at, type: Time, index: true private def...