New Position Senior engineer, where to start?

0
Tips
Hi everyone, I am starting a new position as a senior software engineer. I was told that it is very ruby on rails environment. I want to know what is the best way to get started with learning inte...
Jose Orea posted

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?

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

How to add a Command Palette to your Ruby on Rails app Discussion

9
General
Amazing information providing by your article, thank you so much for taking the time to share a wonderful article.

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

Removing Duplication Using with_options Discussion

0
General

How do I install a Bootstrap 5 theme with Rails 7

8
Rails
Hello, I have trouble using a Bootstrap 5 theme (like those we can find on themes.getbootstrap.com, for instance) with a Rails 7 application I'm building. I'm not sure which is the best way to inte...
Likus Kaushik 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

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.

Ruby Data Class Discussion

2
General
thoughbot link: https://thoughtbot.com/blog/sandi-metz-rules-for-developers
ReginaJGilbert replied

What do you listen to while coding?

25
General
So i had an interesting chat with fellow community member Jacob, and we are wondering what music do you listen to while you're coding? What really gets you in the zone as you work hard creating yo...
disegnidacoloraremondo replied

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