
Senior Ruby Software Engineer - Backend (Fully 100% Remote work from anywhere)
1
Ruby
FairMoney is building the leading mobile bank for emerging markets. FairMoney is unique thanks to its international exposure (with offices on 3 continents) and its impact-driven mission: we bring f...
lawrencecaroll replied

Your First Ruby Gem Discussion
8
General
Thanks Collin
I've authored a few gems already, but this was a really useful look at the "bare-bones" approach rather than use the "bundle gem your-name-here # and fill in the blanks" approach.
...
miloz replied

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

How to test ActionMailer in Rails Discussion
14
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...

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

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

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

JavaScript vs TypeScript
4
Javascript
Anyone here who can help me with this?

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

How to limit comment nesting with Hotwire and Turbo?
7
Rails
I asked this question in the discussion on the tutorial itself, but there doesnโt seem to be any activity there. I went through the nested comments series, and the last three videos focused on real...
Alice Spencer replied
Solved

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