Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ActionView::MissingTemplate #73

Open
zr2d2 opened this issue Aug 22, 2013 · 0 comments
Open

ActionView::MissingTemplate #73

zr2d2 opened this issue Aug 22, 2013 · 0 comments

Comments

@zr2d2
Copy link

zr2d2 commented Aug 22, 2013

After upgrading to Rails 3.2, my app gives a missing template error

Missing partial /layouts/header with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder]}. Searched in:
  * "/Users/zach/development/waterfall2/themes/demo/views"
  * "/Users/zach/development/waterfall2/app/views"
  * "/Users/zach/.rvm/gems/ruby-1.9.3-p448@waterfall/gems/gmaps4rails-1.5.6/app/views"
  * "/Users/zach/.rvm/gems/ruby-1.9.3-p448@waterfall/gems/devise-1.5.4/app/views"

when i move partials from themes/demo/views/layouts/ to app/views/layouts/ (both paths that it is searching in), the partials load and the page renders correctly. What might cause such an error?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant