SwitchUp SwitchUp Ranked Best Coding Bootcamps 2025

ActionController::UnknownFormat for css files not found

Altcademy Team wrote on 7 February 2018

You have to catch this error yourself.
In application.rb
class ApplicationController < ActionController::Base rescue_from ActionController::UnknownFormat, with: :raise_not_found private def raise_not_found render text: 'Not Found', status: 404 end end

Trusted by

Students and instructors from world-class organizations

Join the upcoming Cohort #112

Enroll for April 6th, 2026