
development env: is the asset pipeline expected to compile all assets or just those in demand?
3
Rails
I'm trying to understand if, in development, the asset pipeline is supposed to compile ALL assets found in manifest.js or just the ones that are requested.
I've been doing some testing and have fo...
Martine Dpoon replied

Looking for indie hackers + open-source builders to spotlight in our Ruby community
1
General
Our email-list audience for rubyconfth.com grew to 2000 subs this year π
To celebrate, Iβm putting together content that highlights indie hackers, community builders, and open-source creators and ...
Martine Dpoon replied

How to test ActionMailer in Rails Discussion
15
General
Great episode, Chris. I like how you said you don't really need to test CSS styling but instead focus on testing the higher level functionality of your mailers. That way, a developer doesn't go dow...
Martine Dpoon replied

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...
Martine Dpoon replied

Installing ruby_opencv gem results in cannot find opencv_contrib error
8
Gems / Libraries
I am trying to install the ruby_opencv gem but it can't find opencv_contrib. I used the command 'gem install ruby-opencv -- --with-opencv-dir=/mnt/c/Users/wjones/sites/musclesound-rails/opencv/my_b...
Martine Dpoon replied

Problem with Stimulus and counter_culture gem (counter_cache)
5
Rails
Hy all, i have a problem with the counter_culture gem with my stimulus controller.
I have installed the gem and configured all.
I have 3 model :
Thats working fine for this relation: Category hav...
Martine Dpoon replied

What is your dream app?
8
General
If you could build anything (think outside of the box), what would it be?
Things I'm working on that are fun to build:
* Whisper clone with material design UI for mobile and web
* Anonymous Micro...
Bassons replied

How do I create a reply comment system?
14
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...
Bassons replied

JavaScript vs TypeScript
5
Javascript
Anyone here who can help me with this?
Bassons replied

How to do a Realtime Basketball Boxscore Widge Properly?
7
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...
Bassons replied

Struggling with Active Storage delete/purge on uploads
7
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...
hershelsipes replied

Next lesson after classes and objects?
4
Ruby
I got started with the level one path and I just finished the last lesson for the beginner Ruby course. Collin mentions moving on to models but I don't see it included in the beginner Ruby course. ...
Clarabelle Schamberger replied

Video Sync Cron Job Discussion
4
General
Hi, I'm a newbie and I want to learn Ruby on Rails. I have a question, will I pay for each course/month or if I sign up for 1 month then I can watch all the courses?
Speed Stars replied

Changing Contexts To Objects With IRB Discussion
1
General
pretty neat! Thanks for sharing

Defer Job Enqueues After Transaction Commit in Rails 7.2 Discussion
1
General
Raise your hand if you're guilty of making this mistake in the past. ππ¬

How to read EDI (electronic data interchange) Format in rails
4
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...
Sherearter1975 replied

Nested Comment Threads in Rails - Part 3 Discussion
12
General
Really great series, thank you for doing it. One question:
I have a comment form below the comments and it is not clearing out. However, when I move above the comments it does. Any thoughts?
Antonio Tate replied

Morse Code with Ruby - Part 2 Discussion
0
General
In this lesson, we will continue the previous project and add the Morse code sound feature.
Lakedra Cole posted

Customizing Rubocop Rails Omakase Rules Discussion
2
General
Itβs great to see a focus on best practices for maintaining code quality while allowing flexibility in style preferences.

Morse Code with Ruby - Part 1 Discussion
0
General
`.. / .-.. --- ...- . / --. --- .-. .- .. .-.. ...`
Chris Oliver posted