Ruby on Rails
Monday, April 1, 2019
Do any of you work on the rubygems.org web site? The repository URL is at https://github.com/rubygems/rubygems.org .
I'm able to get all but THREE tests to pass. All of these tests fail with the message "Failed to open TCP connection to localhost:22221". I've described my dilemma in more detail at https://github.com/rubygems/rubygems.org/issues/1782 .
The official way of working on this app is to have Ruby on Rails installed in the host OS and use Docker to run ElasticSearch. PLEASE don't tell me to do it this way. Manually installing Ruby on Rails in the host OS is a long and painful process. The deal-breaker is not being able to reset the development environment willy-nilly.
The official way of working on this app is to have Ruby on Rails installed in the host OS and use Docker to run ElasticSearch. PLEASE don't tell me to do it this way. Manually installing Ruby on Rails in the host OS is a long and painful process. The deal-breaker is not being able to reset the development environment willy-nilly.
I tried to install Docker within Docker, but this didn't pan out. Thus, having Rails in a Docker container and ElasticSearch in a Docker container within a Docker container is a no-go.
So now what I'm trying is ElasticSearch in the same Docker container where I'm running Rails. I know that /etc/elasticsearch/elasticsearch.yml is the configuration file, but trying to set transport.host in it hasn't panned out.
So now what I'm trying is ElasticSearch in the same Docker container where I'm running Rails. I know that /etc/elasticsearch/elasticsearch.yml is the configuration file, but trying to set transport.host in it hasn't panned out.
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/9da8ec13-db0f-4041-bc53-3eae3b24315f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment