Boiling down tech. One line at a time.
We simplify the latest in code, tools, and trends, so you can stay ahead in the ever-evolving tech world.
Never stop learning.
application_controller.rb
home_controller.rb
class ApplicationController < ActionController::Base
include Authentication
include Pundit::Authorization
include Pagy::Backend
# Only allow modern browsers supporting webp images, web push, badges,
# import maps, CSS nesting, and CSS :has.
allow_browser versions: :modern
rescue_from Pundit::NotAuthorizedError, with: :user_not_authorized
...
end
Sign up for our newsletter
Get the latest news and updates from our team. Instant signup. No credit card required.
Latest Articles
A curated selection of articles and links to keep you ahead in the ever-evolving world of tech.