Skip to content

evdevdev/error-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Error Demo

Start the server with ‘rails s`.

Go to localhost:3000 and see the error:

“‘ ActionView::MissingTemplate in Home#index

Showing /Users/evan/Projects/snapdocs/error-demo/app/views/home/index.html.erb where line #3 raised:

Missing partial home/error with {:locale=>, :formats=>, :handlers=>[:erb, :builder, :jbuilder, :coffee]}. Searched in:

* "/Users/evan/Projects/snapdocs/error-demo/app/views"

“‘

Go to home/index.html.erb and comment out the bad line.

Refresh the page, and the partial is found.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published