baxter2

Results 7 issues of baxter2

While working on a project, I often encountered scenarios where I was checking the response code to handle specific HTTP status codes. For instance: ```ruby HTTParty.get( "https://example.com/endpoint", headers: { "x-media-mis-token"...

I noticed an association in the User model that seems to reference a missing model called RepoAssignment: ```ruby # app/models/user.rb class User has_many :repo_assignments, through: :repo_subscriptions ``` which was introduced...

currently in the process of migrating my chart.js to use the Stimulus controller. The code before the migration is the following: ```html .charBox { width: 700px; } // setup const...