Save 36% for Black Friday! Learn more

Using Deprecation Warnings in Rails Discussion

1
General
What features will be deprecated and replaced with ActiveSupport::Deprecation?
Allen Duke replied

How to Optimize ActiveRecord Queries with Large Data Sets in Rails 7?

4
General
I'm working with a large dataset in Rails 7 and some of my Active Record queries are getting slow. I've tried using .includes and .select, but performance still lags. What are the best practices fo...
kai cenat replied

How to get started?

4
General
Hi I'm a complete beginner to Rails, however I know other backend languages. I see a lot of courses here. Can anyone tell me the series of courses I should take up here? Thanks

Send Notifications in Rails with Noticed gem v2 Discussion

10
General
The video talks about implementing a sort of escalated notification. Like send a slack web hook and then in 5 minutes send an email but not if the recipient already saw the slack web hook. Is buil...
wuuko replied

ActiveSupport::CurrentAttributes Discussion

0
General

Migrating From jQuery to Vanilla Javascript Discussion

47
General
`document.querySelectorAll` looks like return an array, but in fact it is an object. It's important to keep this in mind in order to avoid some problems iterating the dom elements.
Dan LeGrand replied

Realtime Nested Comments: Part 1 Discussion

5
General
Amazing episode, Chris! Thank you so much for this!

Rails for Beginners Part 41: Next Steps Discussion

5
General
Thanks Cris I think I have something wrong cause the schedule tweets is not sending tweet at all. I have change the UTC to America/Brasilia. Could give me some advice in my https://github.com/adalb...
Jake Govett replied

How to Build a Slack Slash Command App with Rails Discussion

11
General
/soo nice /great job!
taggame replied

Adding TailwindCSS to Rails Discussion

11
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...
Ivan Hrekov replied

Base62 Decoding Short Codes Discussion

6
General
Intresting, I had the same requirement so I created this gem https://github.com/xiaohui-zhangxh/xencoder , it can encode/decode interger to BaseX and prevent it to be decoded without seed
M87 replied

http://localhost:3000/admin

2
Rails
Chris Oliver, https://github.com/vidosrd1/Dark_mode/ Dark_mode/config/routes.rb Srđan Vidović
hadbobolink replied

Devise and Turbo-rails

8
Rails
I've followed the guide for implementing devise with turbo-rails. It worked for few projects. But, when i tried to implement in new rails 7.0.4 project, the line render rendering_options is throwin...
EthanFinn replied
Solved

Dynamic Authorization Roles with Pundit Discussion

5
General
Well this couldn't have come at a better time! Thanks Chris!!! I'll be hiding the UI for creating and editing roles and providing at a higher price plan, there's a lot of value in this
Amir Aziz replied

Parsing Markdown Code Line Highlighting with Ruby Discussion

1
General
These types of problems are fun to code golf because they can be implemented so many different ways. ⛳️🏌️‍♂️
marilyn ohara replied

Hatchbox: teams

2
General
Hello, what are your plans for developing Teams feature on Hatchbox? Currently I can invite someone by giving them status "admin", "member" or no status at all. The problem is, any invited person h...

Handling New Messages with Turbo Streams Discussion

7
General
In case you're interested, you can sign up for our [Learn Hotwire course](https://learnhotwire.com/) here. We're covering Hotwire with Rails and Native with iOS and Android, diving deep into the de...

How to use HTML Button Form Attributes Discussion

6
General
This would have saved me a ton of time last year when I spend hours trying to organize the delete button. 🤦‍♂️

How do I test different configurations which are set at Rails boot time?

1
Testing
I'm currently working on a fix related to an issue in spree commerce: https://github.com/spree/spree/issues/12231 To test the failing behavior before I apply my fix, I wrote a Rspec test like this...
Karla Lara replied

Organizing Rails Model Files Discussion

7
General
Great episode, Collin: thank you I also found the annotate output at the top of the file annoying, so my team now has annotate config set to output at the bottom of the file: Annotate.set_def...
leo rasy replied