Ruby Scripts & IRB Discussion
14
General
Good job Collin!
Quick notes:
- Ruby has to already be installed to do everything in the video so maybe a link to the Install Ruby and Rails Guide if folks need help with that (https://gorails.co...
cjilbert504 replied
How to do a Realtime Basketball Boxscore Widge Properly?
4
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 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...
Robert Frost replied
Realtime Nested Comments: Part 3 Discussion
33
General
Very cool. I imagine a real-time comment feed like this will make a website feel come alive.
One issue I’d love to see addressed in a follow up video is the page kinda moving around as you’re rea...
Wilbur McGuire replied
How do I add a comment to the thread that explains how to install Rails?
3
General
I successfully followed the instructions from this platform for setting up Rails on Ubuntu 22.04. It went well, but there were one or two "gotchas" that would could have defeated persons not comple...
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
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 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...
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
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