How to add Search in Rails using Meilisearch Discussion
9
General
Thank you, Chris.
Can we add aggregations in Meilisearch as we do in ElasticSearch?
Dynamic Single Table Inheritance with Rails Discussion
10
General
This was really fun. I wanted an easy way to introduce helpers to Notifications so by exposing them also as STI models, we could make them easily accessible with separate helper methods for each No...
Ruby Module Function Method Discussion
7
General
We especially love how splitting can be used not just as an attack but as a gesture of cooperation. It’s really wholesome when someone gives you mass just to help you out — those are the little mom...
Help with a music listings website but I need help designing the models
5
Databases
I want to create a music listings website. Venues and musicians can have their own profile.
I want some of my users to be able to create listings. The people who create the listings could be a mus...
CSS Anchor Positioning Basics Discussion
0
General
It's pretty cool seeing all the new features being added to css. Thanks for the video as always!
Soren posted
Help with concurrency
6
Ruby
Hi everyone, how’s it going? I’m a Go developer transitioning to Ruby due to a job change. Typically, I solve various problems in web apps using Go’s lightweight threads (goroutines). For example, ...
Matheus Cumpian replied
How to do a Realtime Basketball Boxscore Widge Properly?
5
General
I have created a basketball stats tracker . Now I wanted to create a widget so that sports site can embed my boxscore widget to their site. My plan is add a job in my app that push the game boxscor...
Normalize All ActiveRecord Attributes Discussion
0
General
SSRF Protection for Rails Discussion
0
General
Adding TailwindCSS to Rails Discussion
12
General
For those with the problem of "bin/dev: line 8: exec: foreman: not found"
- Install the foreman gem -> bundle add foreman.
- Add the "bundle" word to the beginning of this line of code (bundle...
MehdiElrafi replied
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...
banner520521 replied
How to get started?
3
General
Hi I'm a complete beginner to Rails, however I know other backend languages. I see a lot of courses here. Can anyone tell me the series of courses I should take up here?
Thanks
How to use Mission Control Jobs in Rails Discussion
8
General
Super excited to see Mission Control out in the wild. It's a dashboard for ActiveJob that works across queue adapters. What's nice is that in the long term you can swap out backends but still have ...
Jonathan Nguyen replied
Clean Up Optional Attributes in Rails with Normalizes Discussion
0
General
oEmbed Provider with Discovery in Rails Discussion
0
General
Hello, everyone!
How much is the cost to get a web design company to build me something I need with Ruby rails?
12
General
Hi guys, so I am basically running a small business and I need a web application built with ruby on rails. I heard it is a pretty good framework, but I don't know how much the cost is for this. I w...
Everett Clayton replied
ReActionView Discussion
5
General
WOW - Cheese and Crackers Marco, this is mind blowing. This should be the star feature of Rails 9...and nice video Collin. :)
Kenneth Leeman replied
oEmbed Client From Scratch Discussion
0
General
solid episode! I really appreciate how you step through things, showing errors, etc, instead of just showing a polished finished project. The iterative steps (just verifying the class method retu...
Kevin Causey posted
Conditionals in Ruby Discussion
16
General
Feels a bit basic, but maybe that's a sign that I'm not exactly a beginner.
cjilbert504 replied
How to just receive emails through action mailbox?
1
Rails
Hi, I am currently testing and setting up an email service system.
**I just need to be able to receive emails , but no need to send email.**
1. my dns `mail.xxx.com` is ping successful, it can g...
Sylor-huang replied