Jonathan De Jong

Results 5 comments of Jonathan De Jong

Any idea if you plan to prioritize this anytime soon? We have multiple clusters we are managing, and without a way to separate different servers and/or Clusters, the logs feature...

Wanted to send an update. We tried this fork (https://github.com/cale148/twilio_client_phonegap) and it appears to have fixes for android that resolved most of our issues. I don't see any open PR's...

I agree with this approach since it directly aligns with ActiveRecord's approach. Additionally, many DBaaS providers use Schema or Database names as a way to uniquely identify databases and companies...

Hi @calebthompson, yup Heroku uses database names, I think it was ClearDB that used unique schemas. Regardless this breaks from normal rails conventions, and as @derekprior mentioned, will also break...

FYI if you want to fix this in an existing code base you can use the following code in an initializer ``` module Rich class RichFile < ActiveRecord::Base include Backends::Paperclip...