Arrays in Ruby Discussion

7
General
That underscore tip is really handy!
ishthi-flightlogger replied

How to Rate Limit Requests in Rails 7.2 Discussion

3
General
This is very useful! No more rack attack... although it's possible this will not provide all features that rack attack gives us - right?
kinehi replied

Ruby Scripts & IRB Discussion

12
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

Where Any? vs Exists? Discussion

1
General
I don't think this is true. `any?` does the same optimization by itself. The reason you got a full association loaded on the first command is because of the rails console trying to output something...
cjilbert504 replied

How to use Dev Containers with Rails Discussion

22
General
Pretty excited about this because it makes Rails development so much easier to start for beginners or for teams using various operating systems. I also forgot to mention, there is a `devcontainer`...
Martin Barilik replied

How to use params.expect in Rails 8+ Discussion

3
General
I just used it for the first time yesterday - a much nicer API!
emilianojay replied

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

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

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

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

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

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

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,509+ developers who get early access to new tutorials, screencasts, articles, and more.

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