Eigenclasses Discussion

8
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 ...
MerleneLatshaw 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

Ruby Pattern Matching Discussion

2
General
What version of Ruby added this?
Grant Monroe replied

Syncing Repositories with Ruby Scripts - Part 1 Discussion

9
General
Nice tutorial. Why git fetch followed by git pull and not just a single git pull?
Nicholas Hornung replied

ActiveSupport::CurrentAttributes Discussion

0
General

How to do a Realtime Basketball Boxscore Widge Properly?

3
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...
lawrencecaroll replied

Thread Safety with Mutexes in Ruby Discussion

3
General
In a Rails application that does standard CRUD for the most part, what would be a good use case for something like this? In the ferrum_pdf example you gave, it looks like you want to ensure there's...
VanHowell replied

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!

Message Form Handling with Stimulus Discussion

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

Hash Fetch with Default Value Discussion

5
General
Guarantee you I've made this mistake many times over the years. 😅
Ruth F. Bennett replied

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

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

How to use the Ruby 2.6 Just-in-Time (JIT) Compiler Discussion

3
General
Nice!
marilyn ohara replied

How to test ActionMailer in Rails Discussion

12
General
Great episode, Chris. I like how you said you don't really need to test CSS styling but instead focus on testing the higher level functionality of your mailers. That way, a developer doesn't go dow...
emmadenshi replied

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

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

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