LearnHotwire Course - stuck with Could not find table 'solid_queue_processes'
4
Rails
Hi all,
I bought the Learn Hotwire course and stuck at the Rails Application Introduction (3rd video).
When I ran "rails s" at 1.29 minute of the video, I got this error
'ActiveRecord::Connectio...
Bekean Loinse replied
How to read EDI (electronic data interchange) Format in rails
2
Rails
Hi Chris,
Please help me, How to read edi format in rails. I am trying to do to googling for that solution but I didn't get any best solution If you have any idea about that, How to read and write...
Steven Owen replied
why driftboss is addictve?
3
General
DriftBoss is an addictive car drifting game where timing and control are everything. Steer carefully to stay on the track and score big points. Challenge yourself to beat your high score with every...
Steven Owen replied
SMTP not relaying SMS text messages
1
Servers
Heya guys, thanks in advance for any assistance on this. I'm getting a weird behavior that just started happening last month. I have a MS Server 2019 (on premise VM) that is setup as a SMTP relay. ...
Alek Zapatchco replied
JavaScript vs TypeScript
2
Javascript
Anyone here who can help me with this?
Lazy Requiring Dependencies in Ruby Discussion
7
General
I love removing dependencies. 💖
Also, learning how libraries can make features or dependencies optional is a great thing to learn along the way.
ReActionView Discussion
2
General
WOW - Cheese and Crackers Marco, this is mind blowing. This should be the star feature of Rails 9...and nice video Collin. :)
Rails 8.1 Local CI Discussion
0
General
I found the default local CI to be a bit basic. One of my projects is a platform and when we run CI we have to run the test suite multiple times for each implementation of the platform, and we leve...
How do I create a reply comment system?
12
Rails
I have been trying to get the hang of rails and I understand most of Rails but I'm currently stuck on how I would go about and create a reply commenting system. For example, just like on GoRails.&n...
How to add Lazy Load Hooks to Rails Plugins Discussion
0
General
Have you used lazy load hooks to extend a gem with some interesting features?
Deploying our Rails Blog to Production Discussion
17
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...
Lannie Chaput replied
Rails upgrade companies
5
Rails
I'm wondering if anyone has any experience with any of the Rails upgrade companies that are out there? We're looking to get all of our apps on the latest and greatest and trying to decide if hiring...
rordevelopernik replied
Find By Short Code Discussion
1
General
Doesn't this still use the `set_link` code path at the end of the episode? We should be getting rid of that and adding
```
@link = Link.find(params[:id])
```
under the `show` method?
poorbunnyio replied
Setup Ubuntu 26.04 Resolute Raccoon Discussion
0
General
Morse Code with Ruby - Part 1 Discussion
1
General
`.. / .-.. --- ...- . / --. --- .-. .- .. .-.. ...`
Cohn Elburn replied
Inbound SMS in Rails with Twilio Discussion
10
General
Thanks Chris. Ended up using this to programatically send a text message after a user completes an order, and allow that user to ask questions, creating a conversation, where we can respond from th...
Sikuoshi replied
When pre/eager loading an association, is there any way to get the associated data from a cache?
2
Rails
```
class Category < ActiveRecord::Base
# columns: name
has_many :books
end
class Book < ActiveRecord::Base
# columns: title, category_id
belongs_to :category
end
```
Given the abov...
Struggling with Active Storage delete/purge on uploads
6
Rails
I have a projects model. A project could have many uploads that could be anything (pdf, word, cad, image etc.) I have the uploading working and I am displaying links to the files on the projects/sh...
How to add Notifications to Rails with Noticed Discussion
36
General
Awesome gem, I had been thinking on how to integrate all types of notification from rails app, from web notification, emails and Push Notifications. I guess Push Notification is just an API call (f...
Alek Yageornba replied
How to add a Command Palette to your Ruby on Rails app Discussion
6
General
Amazing information providing by your article, thank you so much for taking the time to share a wonderful article.
fuitee replied