ServiceNOW and KB article with MS Chatbot

0
Servers
We want to leverage the ServiceNOW Knowledge Base/articles to fetch articles from a customer ServiceNOW production instance through a Chatbot. As ServiceNOW administrators, how do you propose we w...
MUKESH KUMAR posted

Use .ENV instead of Secrets.yml for keys

6
Servers
Regarding around time area 3min for *Direct File Uploads to S3: Part 2*, I was wondering if I could just use ```.ENV``` since I'm using this as an example for my Github and Heroku. Instead of putt...
Chris Oliver replied
Solved

What is the best way to host video platform in a cost efficient way and good streaming quality while still keeping it extensible

0
Servers
Hey, I am planing a little page where we want to post zoom sessions and give the opportunity to watch them afterwards. In the beginning we might 5-20 people watching and long term plans are to bu...
OuttaSpaceTime posted

Host sets website root to rails 6 public folder... why?

0
Servers
Hello. My host service sets website root at my rails 6 app public folder. This results in rendering the static public/index.html instead of root 'pages#index' each time i visit the website url. If ...
Soppi posted

What's the best way to debug Amazon S3 errors

0
Servers
Hi everyone, So far in my rails journey, the most frustrating thing by far has been using Amazon S3 for storage. I have had various issues, all without error messages, which is like looking for a ...
Tom Dringer posted

host multiple websites with one ip

0
Servers
i am trying to host ruby on rails website in linode(deploying via puma and nginx capistrano). i am having a single(ip) server, where i have to host 3 e-commerce websites. i tried to host but all t...

Why my rails production server reaches to 100% CPU usage and making app to be unresponsive?

11
Servers
Hi My rails app production server CPU usage sometimes reaches to 100% and making app to be unresponsive. We are using Ubuntu 16.04.1 LTS server and configured Rails app along with Nginx and passe...

production.log is nowhere to be found on Digital Ocean

1
Servers
Hey everyone, so I deployed my app onto Digital Ocean according to the Gorails guide and I managed to get it working. My is able to connect to DO's managed database, and serve content normally. I ...
Thuba Mamba replied

Hatchbox: Scaling up servers

2
Servers
Hi, I am currently set up as a single server on hatchbox with Rails/Puma/Postgres/Background Workers, and it is time to better handle crashes and balance the traffic, busy times are noticeably much...
holola replied

Multiple SSL certificate for a multiple domain in a multi-tenant application.

3
Servers
How do I configure ssl certificate for multiple domain. Deployed application using this guide "Deploy Ruby On Rails: Ubuntu 20.04 Focal Fossa in 2020".
Chris Oliver replied

Hatchbox: How do I point a Godaddy Domain to a wildcard sub-domain?

3
Servers
I run my app on Hatchbox, and have successfully created subdomains for each user. E.g. user1.myapp.com user2.myapp.com user3.myapp.com etc. How do I point user 2's own website (two.com) to user2...
Alex Ventura replied
Solved

Deploy rails project using subdirectories

1
Servers
deploy the existing project with sub-directory without any change in project routes. For example: project should run on https://domain.com/myproject/home instead of https://domain.com/home need to ...
Alexey Poimtsev replied

How do I execute a sudo command over SSH?

1
Servers
I'm building a portal to manage our server farm. I need to create an SSH connection and then execute some commands (bash scripts) however this commands block the SSH process sudo -u deployer -H bas...
sacara replied

Running Yarn offline

0
Servers
I have a production server Running Rails 6 (latest version) that is extremely locked down. I don't manage the infrastructure surrounding (firewalls, IPs, etc...) the server. Only a few things are a...
Mountaindog posted

Address already in use for headless browser

0
Servers
I use Watir and headless Firefox/Chrome to scrape a website deployed with Hatchbox: def perform(uid_number) pool = RandomPort::Pool.new #random_port gem to generate a free port port_number = poo...
Turtle posted

How do I configure Rails to use a Proxy URL

0
Servers
Let's say we have a Rails project operating on the domain https://hello.world.com. The way the organization's infrastructure is set up, https://hello.world.com gets proxied into a new URL called -...
Mountaindog posted
Solved

Having problems getting SSL cert w/Rails app from guide:

0
Servers
Hi, I was following this guide - https://gorails.com/guides/free-ssl-with-rails-and-nginx-using-let-s-encrypt - and i got past the error of ```Package 'python-virtualenv' has no installation cand...
Ryan V posted

Hatchbox deployment. public/index.html not found

5
Servers
Hi, I am deploying to hatchbox and everything appears fine until i load the site up in the browser. Looking at the logs there is no public/index.html. On my development environment there is also n...
Chris Oliver replied

Serving Assets on Nginx + Passenger Production Deployment

1
Servers
Not sure if I picked the correct category, but I'm having trouble getting Nginx to serve the assets when in production. Most of the tutorials/forums I find are for older versions of Rails, and none...
Axel Kee replied

Would love an episode on setting up AnyCable on Heroku

2
Servers
AnyCable is the best approach for scaling ActionCable above 500 connections. Requires an extra server on Go. https://www.reddit.com/r/rails/comments/90z2h3/scaling_actioncable_on_heroku_in_2018/ ...
Andrei A replied