
Rails 8.1 Local CI Discussion
0
General

ReActionView Discussion
2
General
WOW - Cheese and Crackers Marco, this is mind blowing. This should be the star feature of Rails 9...and nice video Collin. :)
Armen Suny replied

How To Add Impersonation To Rails Authentication Generator Discussion
10
General
I really love how flexible and easy to customize the new Rails 8 authentication generator is. Think we should cover 2 Factor Auth next?

How to add a Command Palette to your Ruby on Rails app Discussion
5
General
Amazing information providing by your article, thank you so much for taking the time to share a wonderful article.
Lakedra Cole replied

Ruby on Rails 3 Tutorial Book Question
1
General
Im following the PDF version of this book and keep having an issue with different versions of gems being compatible. I had to skip the TDD section all together because I couldnt get a compatible ve...
lawrencecaroll replied

Pro
5
General
Hi Chris.. I would like to purchase the pro series for 3 months..is this possible?
Chris Oliver replied
Solved

How to Debug Ubuntu and Debian Packages Discussion
3
General
Get ready for epic drifts Drift Boss and dramatic car flips that you won't find in any other game!
Raelynn Phillips replied

Creating Passwords Through A Join Table Discussion
1
General
Nice cat =)
Artur Pas replied

Ruby Module Function Method Discussion
0
General

Retrieving Link Metadata with Background Jobs Discussion
5
General
Posting here in case anyone else ran into the issue where they tried to run a test, but got the error of having pending database migrations (also after running db:migrate).
For me what helped is r...
Noullooduady1995 replied

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

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?

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