Search Results for "deploying-url-shortener-to-production-with-hatchbox-io-discussion"
Lessons
Forum Threads

Deploying URL Shortener To Production with Hatchbox.io Discussion
0
General
Is Sucker Punch necessary with Rails 8 now that Hotwire is integrated? I deployed my app to Fly.io and the background job is working without the added configuration suggested in this video.
Alex H. posted

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

Deploying the Web Scraper Rails app to Production & Setting Up Cron Jobs Discussion
3
General
I wish the linking of the database was a bit more clear. My app was pulling in the credential in the database.yml file instead of simply linking via the DATABASE_URL environment variable. I had to ...

Deploying our Rails Blog to Production Discussion
16
General
Hello Chris, thank you very much for you do to help us... I'm trying to deploy the blog but when building it on render I'm getting an error... Your RubyGems version (3.0.3.1) has a bug that preven...
DanAnthony replied

Issue deploying Rails app with capistrano
1
Rails
Hello all. This is my first time ever trying to deploy a Rails application. I followed the guide to do so on Ubuntu 20.04, but I run the command `bundle exec cap production deploy` and it gets to t...
William Kennedy replied
Solved

Heroku RedisCloud connexions on "Realtime Online User Tracking with ActionCable"
0
Rails
Hi all,
I'm running in a weird issue.
Following the Realtime Online User Tracking with ActionCable screencast, in an app using rails 5.2 I used:
```ruby
ActionCable.server.pubsub.redis_connection_...
Nathan Chalot posted

0 Using VueJS with Rails: Using VueJS for Nested Forms in Rails: Part 2
29
General
I particularly like avoiding the extra complexity of a full-blown router-based SPA, especially when enhancing an existing Rails app. Thanks for the clear and concise walkthrough! It'll help me avoi...
Aleksandr Shelestov replied

Pretty urls with FriendlyID Discussion
25
General
Why are you able to use find_by_slug? Are you using the deprecated finders gem?
Tom Dringer replied

Deploy Ubuntu 18.04 Bionic Beaver Discussion
77
General
Thanks btihen! I'll get the tutorial updated for its changes shortly!

File Uploads with Refile Discussion
94
General
Awesome.
Someone replied

Ruby issue when doing cap deploy production
68
General
Hi, I'm following the Deploy Rails guide.
However, when I run
cap production deploy
I'm getting this error message:
$cap production deploy
DEBUG[be6b6bd6] Running /usr/bin/env [ -d ...
Paulo Sousa replied

Deploy Ubuntu 12.04 Precise Pangolin Discussion
104
General
Great tutorial!Just one thing, the Gemfile it's wrong, it's pointing to the wrong repository of each capistrano implementation. This should work:gem 'capistrano', '~> 3.0.0'gem 'capistrano-bundl...
Someone replied

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

Deploying our Password Manager to Fly Discussion
3
General
Awesome!

Deploying Tailwind to AWS Elastic Beanstalk
4
General
I was wondering if anyone has experience of deploying A Rails 6 app with Tailwind to AWS Elasticbeanstalk.
I have tried a dozen times now however the build keeps failing.
I am getting the followi...

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

Deploying Sidekiq To Heroku Discussion
8
General
Chris, another great episode! At the moment I have this in my Procfile: worker: bundle exec sidekiq -c 5 -q default -q mailers, since the only type of worker in my app is the mailer worker. At the ...
Someone replied

Issues Deploying Rails App
5
Rails
Hi there,
I'd like to deploy my app and I followed a long tutorial (not the GoRails one badly :( ) but I managed to put it on the server and running with Capistrano. DB is postgre and OS is Debian...
jundalisay replied