Back
Startup Jobs
Load previous page…
Add Google Service account to Google Search Console property as owner to hopefully fix 403 error in Indexing API
#startupjobs
Replace keyword arguments with options hash in Sidekiq Workers, because Sidekiq (intentionally) does not support keyword arguments
#startupjobs
Don't exclude current post from "related posts" database query, but instead remove it when rendering. This way the query and part of the fragment cache can be shared across different posts
#startupjobs
Remove box-sizing: border-box on specific elements, because we already apply it to every element by default now
#startupjobs
Save historical slugs so if post title changes and we generate a new slug, we still have a copy of the old one and old links still work
#startupjobs
Add back ID to post slugs, so they are always unique (should simplify all the different edge cases we keep running into)
#startupjobs