Search Results for "migrating-from-rails-5-to-rails-6"
Lessons
Forum Threads
How is the Trix editor on gorails.com "Parsed with Markdown"?
9
General
I was considering implementing on my website the ability for users to switch between a markdown editor or the trix editor but then I noticed on this gorails.com editor (which appears to be Trix) it...
Sebastian replied
Solved
Reducing Transfer costs with AWS S3
7
General
Have had my website up for about a month and a half now and have run into an issue where the data transfer cost for AWS S3 is crazy high (around $200/month). The website is a recipe sharing websit...
Alex Deering replied
Spree commerce vs custom solution from scratch
5
General
Hey Chris, like most people already mentioned, awesome content on GoRails.com. I love how you give additional explanation to how things work and not just a step by step tutorial how to make somethi...
William Gillett 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
GoRails Performance - The Techniques I Use Discussion
32
General
Thanks Chris. The first time my name appears on a video :)
Daniel Morales replied
Migrating from Rails UJS to Hotwire: Data Method, Confirm, and Disable With Discussion
18
General
Small comment about those delete links (I really dislike using links for delete requests): when you need to put a delete button inside form, consider moving the submit button outside of the form in...
Colin Ambler replied
File uploading with ActiveStorage in Rails 5.2 Discussion
30
General
Do previewers for Word Files and Excel
Michael Prince replied
[HATCH] Some questions :)
1
Rails
Hey there,
i have a few questions rg. your new product Hatch.
1. is there a Heroku-like way to insert a SSL cert or do we need to do that manually?
2. What permissions are we granting so you can ...
Chris Oliver replied
Building AnimatedGif.me Part 1 Discussion
4
General
This is awesome Chris! Thanks so much! This will help me and my team better understand rails coding from start to finish!
brobles replied
Could I deploy two different apps on the same server?
6
Servers
Hello everyone,
Yesterday, I started using HatchBox to deploy my Rails applications and it is working just fine.
I was thinking about deploying 2 Rails applications on the same Vultr | 1GB RAM | ...
Solved
Creating A Blog Post Model Discussion
21
General
Awesome! : )
Ryan rose replied
Infinite Scroll in Rails with Stimulus.js Discussion
25
General
This is super slick. I wonder how easily one could append the query parameter in the URL to reflect the current page? Could `History.replaceState()` handle the job?
Kevin Urbaum replied
Migrating From jQuery to Vanilla Javascript Discussion
47
General
`document.querySelectorAll` looks like return an array, but in fact it is an object. It's important to keep this in mind in order to avoid some problems iterating the dom elements.
Dan LeGrand replied
[HATCH] Error deploying app
3
Rails
I'm getting this error when trying to deploy my project with hatch. I made sure I have the RSA file.
Deployment Error
```
Fetching origin
Warning: Identity file /home/deploy/.ssh/thinkrtc_rsa not...
Chris Oliver replied
Solved
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
Migrating Application from Heroku to Hatchbox AWS - rails console fails
1
Rails
I started migrating the application from Heroku to AWS using Hatchbox. The deployment was successful. But when I tried accessing the rails console, I'm getting a `NameError`.
```
/home/deploy/app-...
David replied
How to Migrate attr_encrypted to Rails 7 Encryption Discussion
2
General
Thank you Chris, really nice :)
MartyLShaw replied
Refile uploading via rails console
6
General
So I'm using Refile and I'm trying to migrate some existing data that I need when I seed the database (migrating to Refile from existing solution and need to keep existing data).
When I try testi...
Chris Oliver replied
How to migrate from Heroku to Digital Ocean
10
Servers
Chris, I'm thinking of moving to digital Ocean from Heroku but my knowledge on this topic is cloudy. Can you tell us about the differences between the 2 service? and benefit.
tim carmichael replied
Solved
Manage Assets With Rails Assets Discussion
25
General
Love rails assets. I first found out about it about a year ago, and it quickly became one of my favorite ways to grab front end libs. :)
Pranava Balugari replied