About 7,160,000 results
Open links in new tab
  1. Server Setup for Rails 7 app with nginx and puma - Stack Overflow

    Jan 8, 2024 · I am really new to server configuration. I have a rails application locally and I have access to an amazon EC2 server instance. I am required to use nginx for web server and puma for …

  2. ruby - bundler: failed to load command: puma - Stack Overflow

    Apr 12, 2022 · Im trying to run the heroku local command in CML heroku local. heroku local command allows you to boot the project locally in the same way that it will be once it's pushed to Heroku to …

  3. bundler: command not found. Cannot start puma or even open rails ...

    Jul 12, 2022 · bundler: command not found: puma Install missing gem executables with `bundle install` I have noticed that when I cc into the current rails folder, I cannot even open the rails console too …

  4. ruby on rails - Railsローカル環境構築にて、'puma'がインストールでき …

    うまくいったようでよかったです。環境構築周りは躓きやすいわりに初心者には解決が難しいことが多いので30分〜1時間ぐらい調べてエラーが解消しない時は気軽に質問をしてください。状況の整理 …

  5. ruby on rails - Puma server log error - Stack Overflow

    ruby-on-rails angularjs puma edited Mar 6, 2015 at 15:25 Leo Correa 19.8k 2 55 71

  6. Puma - show full logs when run server with config file

    Aug 6, 2015 · I installed puma gem and when I start rails server by rails s I can see full output:

  7. Rails 7.1.2 Invalid HTTP format, parsing fails Are you trying to open ...

    Feb 27, 2024 · Are you trying to open an SSL connection to a non-SSL Puma?> 2024-02-27 12:24:40 +0100 HTTP parse error, malformed request: #<Puma::HttpParserError: Invalid HTTP format, …

  8. Newest 'puma-dev' Questions - Stack Overflow

    May 24, 2022 · puma-dev creates another socket and ignores rails server I'm trying to setup puma-dev for some subdomains locally, I'm on ubuntu so I've followed the steps on github to have it run in the …

  9. linux - Gitlab shows 502 status message and exception message "Can't ...

    Dec 24, 2023 · Finally I reduced number of worker processes for Puma: /etc/gitlab/gitlab.rb -- # puma['worker_processes'] = 2 ++ puma['worker_processes'] = 1 then gitlab-ctl reconfigure gitlab-ctl …

  10. No PID file created when starting Puma as daemon

    Apr 13, 2022 · 1 I am working on getting my Rails app deployed using Nginx as a reverse proxy. Everything work correctly when starting the app manually using rails s to launch it. All the proper …