RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: mhenke
Site: http://www.henke.ws
had to change the controller to
format.html { render request.path[1..-1] }
thanks
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]}.
had to change the controller to
format.html { render request.path[1..-1] }
thanks
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]}.