Methods & Functions in Ruby Discussion

1
General
My comment's gonna be the first
Oleksandr Kozlov replied

Conditionals in Ruby Discussion

13
General
Feels a bit basic, but maybe that's a sign that I'm not exactly a beginner.
Oleksandr Kozlov replied

Adding TailwindCSS to Rails Discussion

10
General
For those with the problem of "bin/dev: line 8: exec: foreman: not found" - Install the foreman gem -> bundle add foreman. - Add the "bundle" word to the beginning of this line of code (bundle...
AEV247 replied

Why is my Sqlserver so slow??

0
Databases
I'm using Rails 8 with gem "activerecord-sqlserver-adapter", "~> 8.0", ">= 8.0.1" gem 'tiny_tds', '~> 3.0.0', I have have a postgres db on Render and my company has s Sqlerver db on Azure...
Beavidy posted

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. 👋😬
Mancy Henry replied

Eigenclasses Discussion

4
General
Why does this video say it is private - I have seen it on my iPhone, but its so small, I wanted to see it on a big screen too Also - I would enjoy a video on Ruby's Hash caching and Rails Lowlevel ...

Integers & Floats in Ruby Discussion

7
General
Great video, thanks for bunch of useful info!
Oleksandr Kozlov replied

[Video Request] - Integrate with OpenRouter

0
Gems / Libraries
A video on integrating with openrouter would be great
Ash Darji posted

Routing Constraints with Rails Authentication Generator Discussion

3
General
this is a great resource for Rails developers looking to enhance their application's security and routing logic!
Michael S replied

Realtime Chat Part 3 Discussion

1
General
Very nice, I'm enjoying these videos where you walk through the approaches and build on them piece-by-piece! One StimulusJS-specific update could be converting your message partial to: ``` ...
Sean Winner replied

Multitenancy with the Apartment gem Discussion

80
General
Hi, Chris video is not loading!
Prajjwal Gupta replied

How to use the Browser Guard in Rails Discussion

4
General
If you're building a no build Rails application that makes use of modern browser features (like ONCE Campfire!), you'll definitely want to use this.
playsolitaireaz replied

2025 Rails frontend solution: Phlex or ViewComponents?

3
Gems / Libraries
I'm just wondering what everyone's opinions are on the two. I've always leaned into ViewComponents, but it seems like Phlex is on the come up. What has everyone's experience been with the two as of...
playsolitaireaz replied

Realtime Online User Tracking with ActionCable Discussion

16
General
How would you limit those users by tenant ( account)? Would you make the data sent to redis an array of two integers, like [1, 2] where 1 is the account.id and 2 is the user.id? Or is there a simpl...
Matthias Orgler replied

How do I implement john hancock gem into jumpstart

0
General
Hi Everyone. I need document signing in my app, and want to implement john hancock. https://github.com/Brantron/john_hancock I am lazy so I like to start with Chris's https://github.com/excid3/go...
Jeremy Bray posted

Realtime Chat Part 2 Discussion

2
General
Why not using stimulus data-action="keypress->conversation#submitForm" on text area instead of addEventListener?
Martin Barilik replied

Ruby Scripts & IRB Discussion

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

How to work with long processing of information that will be consumed by the FRONT-END

1
General
Hey guys! how are you? I'm just looking for a pointer on which approaches I could follow for the scenario, I'd appreciate the help: -I'm using Tabulator on my front-end to present information about...
Chris Oliver replied

Lazy Requiring Dependencies in Ruby Discussion

5
General
I love removing dependencies. 💖 Also, learning how libraries can make features or dependencies optional is a great thing to learn along the way.
donaldrhoward replied

Adding Edit Permissions For Links Discussion

2
General
Hi Chris, team and everyone who'll see it. Any idea why I keep getting this error when trying to enter 'rails g AddUserIdToLinks user_id:integer' ? Could not find generator 'AddUserIdToLinks'. ...

Want to stay up-to-date with Ruby on Rails?

Join 89,237+ developers who get early access to new tutorials, screencasts, articles, and more.

    We care about the protection of your data. Read our Privacy Policy.