tenex / rails-assets

The solution to assets management in Rails
https://rails-assets.org
MIT License
1.63k stars 69 forks source link

rails-assets.org server is down #468

Closed shodhangk closed 4 years ago

shodhangk commented 4 years ago

Please resolve as soon as possible.

rails-assets.org’s server IP address could not be found.

joshjordan commented 4 years ago

On it.

joshjordan commented 4 years ago

We are waiting for a nameserver update to resolve this.

joshjordan commented 4 years ago

And still waiting. We've updated our registrar to point directly at Digital Ocean DNS rather than going through our fallback automation. DigitalOcean DNS is working properly (verify with dig @ns1.digitalocean.com rails-assets.org). We're just waiting for the registrar to propagate the nameserver change, which we have unfortunately little insight into.

For those of you who are stuck and need immediate resolution, you can override the DNS locally with two steps:

  1. Add an /etc/hosts entry for 192.241.135.61 insecure.rails-assets.org
  2. Change your Gemfile source from https://rails-assets.org to http://insecure.rails-assets.org

Will be monitoring for propagation.