Joe Masilotti
Joe Masilotti
Hi there! I added the [railsdevs.com open source repo](https://github.com/joemasilotti/railsdevs.com) and ran the script to update `repos.md`. It added a lot of whitespace errors which I'm happy to clean up. But...
`Kaminari.paginate_array` is returning the entire array for every page if `total_count` is less than `per`. I'm using `kaminari (1.1.1)`. ### Expected Result ``` Kaminari.paginate_array([1,2,3,4,5], total_count: 10).page(1).per(2) # => [1, 2]...
Our app scopes our user model to `Users::User`. How can we configure API Guard's routes to work with this? (We are also using Devise.) This seems to be the only...
I noticed that there was shared code in the three core projects, UIKit, Foundation, and CoreLocation, all dealing with method redirection (swizzling). This PR extracts the functionality to `PCKMethodRedirector` in...
I realize this is a shot in the dark, but I'm stumped and could use some help. See the screenshot below from Rollbar. I have `rack_timeout` installed and set to...
A PR addressing this issue should: 1. Link to "Impersonate" from each user in `/admin/users` 2. Remove the views and links for `/admin/impersonate`
More and more View Components have been added to the `Admin::` namespace the past few weeks. I'd love to be able to preview them on their own and together as...
Fixes an issue where pausing a subscription would remove access immediately, even if the paid subscription hadn't yet expired. **Edit**: Unfortunately this enabled anyone with a paused subscription to have...
Revert [this commit](https://github.com/joemasilotti/railsdevs.com/commit/d1f7cd3060345f9d15bf054f89138d7ff257103e) and open any developer page in Safari. Note that the avatar is rendering the 1x, not 2x resolution. A fix for this must also work when navigating...
A PR addressing this issue should: * Create a new notification, `Admin::NewHiredFormNotification` when a `Hired::Form` is created * `#title` - A developer was hired via RailsDevs! * `#url` - `admin_hired_form_path`...