RailsCasts Pro episodes are now free!

Learn more or hide this

Mike Henke's Profile

GitHub User: mhenke

Site: http://www.henke.ws

Comments by Mike Henke

Avatar

had to change the controller to

format.html { render request.path[1..-1] }

Avatar

Great screencast as always! Some reason, when trying to go directly to the url, http://localhost:3000/errors/404

Rails wants to look in errors/errors folder in the views.

ActionView::MissingTemplate at /errors/404
Missing template errors/errors/404, application/errors/404 with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :coffee, :haml]}.