Questions tagged [puma-dev]
23 questions
0
votes
1 answer
Issue with ember-cli-rails and puma-dev
Just getting started with a rails api and ember frontend. I'm using ember-cli-rails and puma-dev. I'm getting an error when visiting the localhost at .test. I'm not sure what is causing it, or if it's due to both the front and back end bring set to…

wjacobs786
- 1
- 1
0
votes
1 answer
How can I run an Hanami app via puma-dev?
Starting my small Hanami application via
bundle exec hanami server
works fine.
Serving it with puma-dev fails, however, I am getting this in ~/Library/Logs/puma-dev.log:
! Booting app 'zipper-b2957350' on socket…

Alexander Presber
- 6,429
- 2
- 37
- 66
0
votes
1 answer
Puma Logging Differently In Production vs Development Environments
Puma is logging differently when running the server in a production environment versus a development environment. Does anyone know why this might be happening?

rubyWorker
- 33
- 3
0
votes
0 answers
Unable to start the rails app with puma-dev
Unable to start the rails app using puma-dev.
rails -v
Rails 5.2.3
ruby -v
ruby 2.4.9p362 (2019-10-02 revision 67824) [x86_64-linux]
Getting this error:
TestApp[30168]: /usr/local/lib/site_ruby/2.3.0/rubygems/core_ext/kernel_require.rb:54:in…

Shekhar Patil
- 1
- 1
0
votes
0 answers
Access root files with puma in development
When accessing my ssl certs with nginx from /etc/ssl/, everything works fine. But when I run rails development server (puma) as the normal user, it can't access the key in /etc/ssl/private/ because of permissions.
How can I access /etc/ssl/private…

user8897013
- 443
- 4
- 15
0
votes
1 answer
HTTPS Redirect in puma only working for the base URL
My puma server redirects from http -> https (in development) but only with one URL: localhost:3000. As soon as I add anything to the end (i.e. localhost:3000/index) it no longer redirects (and the page errors out).
Is there a config option I'm…

user8897013
- 443
- 4
- 15
0
votes
1 answer
Why will the Puma server not pickup changes to the code?
I am running a local puma server for my rails app.
This is in my local_env.yml file
STAGING_URL: 'http://statrubytwotwo.test'
I can hit the URl when the server is running and all works fine. If I shut the server down with Cntrl-C and then hit the…

jdog
- 10,351
- 29
- 90
- 165
-1
votes
1 answer
How can I found out were my ROR app is getting its ENV variables
I took over a ROR app and I have changed ENV vars in local_env.yml and in .env to point to a new MongoDB server on MongoDB Atlas and away from MLab.However, the app is still hitting the db on MLab.
So I also did the following:
I checked the…

jdog
- 10,351
- 29
- 90
- 165