
Syncing Repositories with Ruby Scripts - Part 1 Discussion
11
General
Nice tutorial. Why git fetch followed by git pull and not just a single git pull?
Wilbur McGuire replied

Nested Comment Threads in Rails - Part 1 Discussion
37
General
Greate episode! If I should get this episode a couple of years ago, that may should saved my life jajaja!
So, this is the same logic you are using here in your post and epdisode comments?
Wilbur McGuire replied

Message Form Handling with Stimulus Discussion
9
General
Why not using stimulus data-action="keypress->conversation#submitForm" on text area instead of addEventListener?

How do I structure my DB to set up oAuth integrations with Facebook, Instagram, etc.
2
Rails
I have a Shopify app where they (Shopify) handle authentication. If you can login to your Shop on their platform, you can login to the Rails app. Therefore I have no need for Devise. It seems like ...

Ruby Pattern Matching Discussion
2
General
What version of Ruby added this?

Realtime Notifications with ActionCable Discussion
23
General
Thanks, Chris! This is an awesome episode, you're the man!

Video Sync Cron Job Discussion
3
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?

Dubugging
4
Rails
Is there a method to debug hosted ruby on rails application and check the request and response object

How do I generate SEO Friendly URL's for filter combinations in Rails?
6
General
I have a site where the user can apply a combination of multiple filters.
To improve the SEO on the site I would like to have the URL in a human-readable format when filters are applied.
I would ...

Upgrading to Rails 8.1 Discussion
0
General

Changing Contexts To Objects With IRB Discussion
2
General
pretty neat! Thanks for sharing
Eloise Koch replied

Routing Constraints with Rails Authentication Generator Discussion
4
General
this is a great resource for Rails developers looking to enhance their application's security and routing logic!
Michael replied

Looking for indie hackers + open-source builders to spotlight in our Ruby community
2
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 ...
fnf unkin replied

How Do Show Loading Indicator On A Turbo(Stimulus) Form ?
7
Ruby
I am learning rails by building a project. I am using the turbo frames for the form.
I would like to add a loading indicator to the submit button just like the one on this forum when you comment on...
Tony C. Hale replied
Solved

How do you setup email in your application and link it to a record
4
General
Hey Chris.
I have been trying to look online but haven't been successful in finding out the following. Say you made a CRM application in Rails and setup a pop3/imap email in the app. How would y...

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

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

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