Search Results for "deploy-rails-with-puma"

Lessons
















Forum Threads

Deploy Ubuntu 18.04 Bionic Beaver Discussion

79
General
Thanks btihen! I'll get the tutorial updated for its changes shortly!

Deploy Ubuntu 14.04 Trusty Tahr Discussion

371
General
The following commands should be slightly modified:cap install STAGES=productioncap production deployI believe it should be the following:bundle exec cap install STAGES=productionbundle exec cap pr...
paul lahana replied

Iam desperately trying to deploy my App with Capistrano but it isnt working

2
Rails
Hey Folks, I have always received great help here, so I hope that it will work out this time so shortly before the end. I would like to deploy my app on my server and use capistrano. However, I c...
Sebastian replied
Solved

Deploy Ubuntu 16.04 Xenial Xerus Discussion

91
General
This is not working on Xenial Xerus because there is no packages for Ubuntu 16.04 in Phusion Passenger repositores yet.
Alex Hendershott replied

Rails 5's ActionCable and Websockets Introduction | GoRails - GoRails

27
General
Great Post. Thanks
Someone replied

How to Deploy ActionCable and Rails 5 To Production Discussion

22
General
Nice! This is pretty much what we also recommend in our upcoming Action Cable integration documentation.One thing that I'd like to add is that you will need to configure config/cable.yml to specify...
Shivashish Singh replied

Deploying To Production on Heroku with Puma Discussion

21
General
So chris im using this on my db.yml fileproduction: <<: *default host: xxxxxxx database: xxxxxx password: xxxxx port: xxxxxx username:xxxxxon your video you paste this codeproduction:...
Joseph replied

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...

Deploy Multiple Rails Apps to Same DigitalOcean Droplet?

16
General
I've used your guide to [deploy a Rails app](https://gorails.com/deploy/ubuntu/14.04) to a DO droplet -- which was extremely helpful! However, now I'm at the point where I'd like to take advantage...
Andrés Howard replied

Deploying error: The dependencies in your gemfile changed

0
Rails
Hello Devs, I am on my way to deploy a rails app, but I got this error: ``` ** DEPLOY FAILED ** Refer to log/capistrano.log for details. Here are the last 20 lines: DEBUG [504959b4] Install mis...
ykostov posted

Docker Basics for Rails Discussion

15
General
If I run rails inside of Docker, does this set-up require more resources from my my machine?

How to use Bootstrap with Webpack & Rails Discussion

50
General
Thanks for posting this and the previous video on using tailwindcss. It's helpful to see the main themes reinforced in each of the videos. One thing that I'm struggling with is what seems like a vi...
bradley replied

Deploy ActionCable Discussion

4
General
Could you explain these two lines please:passenger_app_group_name your_app_websocket; passenger_force_max_concurrent_requests_per_process 0;
sjcoder replied

Setup Ubuntu 14.04 Trusty Tahr Discussion

237
General
thnx
Someone replied

Setup Ubuntu 16.04 Xenial Xerus Discussion

110
General
Don't use "ssh-keygen -t rsa", use "-t dsa", much safer and not owned by NSA.... ;-)
Someone replied

I get error when deploy to heroku

1
General
I get error when deploy to heroku Here is the log file: -----> Building on the Heroku-20 stack -----> Determining which buildpack to use for this app ! Warning: Multiple default buildpa...
Alan Reid replied

How to use Stripe Checkout in Rails Discussion

24
General
Thank you so much!
Aaron replied

Error 500 on Heroku (app Ruby on Rails)

0
Rails
Hello , I created an app on Ruby on Rails, and everything is ok on my localhost. But on Heroku, it doesn't work : *We’re sorry, but something went wrong. If you are the application owner check ...

Heroku deployment failing

0
Rails
I am trying to deploy this app to heroku. i get this error with the precompiling asset pipeline. I tried removing jquery from my Gem file but the error persists. log: ... remote: Installing...
Hassanelashram posted

Heroku Error - We're sorry, but something went wrong.

2
Rails
Hey Guys, I deployed my app to Heroku but I am getting the "We're sorry, but something went wrong. " so I ran heroku logs and this is what I got: ``` 2019-11-07T18:45:20.355498+00:00 app[web.1]:...