
How do I structure my DB to set up oAuth integrations with Facebook, Instagram, etc.
2
Rails
I have a Shopify app where they (Shopify) handle authentication. If you can login to your Shop on their platform, you can login to the Rails app. Therefore I have no need for Devise. It seems like ...

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

How do I install a Bootstrap 5 theme with Rails 7
4
Rails
Hello,
I have trouble using a Bootstrap 5 theme (like those we can find on themes.getbootstrap.com, for instance) with a Rails 7 application I'm building. I'm not sure which is the best way to inte...
Billie Jollie 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

How to read EDI (electronic data interchange) Format in rails
4
Rails
Hi Chris,
Please help me, How to read edi format in rails. I am trying to do to googling for that solution but I didn't get any best solution If you have any idea about that, How to read and write...
Raymond Moss 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

Installing ruby_opencv gem results in cannot find opencv_contrib error
6
Gems / Libraries
I am trying to install the ruby_opencv gem but it can't find opencv_contrib. I used the command 'gem install ruby-opencv -- --with-opencv-dir=/mnt/c/Users/wjones/sites/musclesound-rails/opencv/my_b...
kenvin roll 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

What is the best configuration for VScode for Rails Development alongside JS
4
Tips
Hey Guys, So I'm actually trying to properly setup VS code for rails, But I am not able to make it as perfect as I set it up for JS or other languages.
Currently, I am using rubocop, selenium, rub...
democra cyoverall replied