Justin Marsh

Results 17 issues of Justin Marsh

The current guide https://edgeguides.rubyonrails.org/active_storage_overview.html#authenticated-controllers for building an authenticated controller in rails proxy mode isn't complete. If you follow the included example you will end up with the following error. ```...

docs
stale
activestorage

I ran into an issue when trying to use authentication-zero with Avo Admin. They do not inherit from application controller::base so the current_user is not available. I had to move...

I followed the documentation to install native wind to an existing expo app and I ran into this warning in vscode. It could be helpful to include instruction on how...

I'm facing an issue when trying to use bundle add sqlite-ulid running the latest ruby version. I'm on ruby version 3.2.2, arm64-darwin. It was also happening when trying to add...

There is an n+1 query triggered by rendering the speakers of each talk because it's not eager loaded in the controller when rendering Speakers#show | **Before** | **After** | |------------|-----------|...

fixes #180 I left out the event city and country because the current seed data doesn't contain this information. I have added a link to the event at the bottom...

When hovering over the dropdown with the web inspector highlight selector, the window will crash. I think there is some invalid html being rendered 🤔 https://share.cleanshot.com/lbj0MVXk

In the talk show view, the current user is being used in the cache key. I believe this is only used for caching whether a talk is cached or not....

refactor

On the front page, the latest talks are shown and a link is provided to "see all talks" When you visit this page, the videos don't match the front page...