Questions tagged [missing-template]

44 questions
0
votes
2 answers

missing template during ajax call in rails

I am getting the following error * Missing template quizzes/prev_question, application/prev_question with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby, :coffee, :jbuilder]}. Searched in: * …
0
votes
1 answer

My Microsoft Visual Studio Community 2015 doesn't have Windows Service in New Project list

As the title, I want to make a service but I can't find it. When I setup, I didn't choose any extra option and the setup take 5GB space
0
votes
2 answers

Missing 'Show' Template in Rails

I am getting an error message stating Missing template syndication/show, application/show with {:locale=>[:en], :formats=>[:text], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby, :coffee, :jbuilder]}. Searched in: * …
0
votes
0 answers

VS Entreprise 2015 (even with community) is missing the whole C# template

I had VS community 2015 installed in my PC but with few errors so I uninstalled it and installed the Enterprise version but that when I noticed that the whole C# template is missing so I did "Repair" but nothing was fixed I even delete it and it…
0
votes
1 answer

Template is missing: Rails 4.2

Missing template contact_mailer/contact_email with "mailer". Searched in: * "contact_mailer" I get this error when sending a contact form from my website. I'm not sure what I've done wrong or forgotten. Would some please be so kind to assist me?…
0
votes
1 answer

Missing template charges/new, application/

So I am getting this error when I visit my http://localhost:3000/charges/new Missing template charges/new, application/new Here is my charges_controller.rb class ChargesController < ApplicationController def new @stripe_btn_data = { key:…
goldmullet
  • 15
  • 1
0
votes
3 answers

The dreaded missing template error

I've read everything I can find, and I'm still stumped. I'm trying to use a before_filter to catch users who are not logged in, and send them to an alternative index page. The idea is that users who are logged in will see a listing of their own…
SeattleDucati
  • 293
  • 1
  • 2
  • 15
0
votes
1 answer

ActionView::MissingTemplate ----- Missing template messages/show

I have the following errors_controller.rb class ErrorsController < ActionController::Base layout 'bare' def show return render_error params[:id], :ok end def index request.format.to_s.downcase == 'application/json' ? json_error : html_error …
user3438489
  • 309
  • 2
  • 5
  • 14
0
votes
3 answers

Rails missing template in own gem

I forked a gem and changed some things, but I am really desperate. I always get Template is missing: Template is missing Missing template spree/addresses/index, spree/store/index, spree/base/index, application/index with {:locale=>[:de, :en],…
0
votes
2 answers

Devise Users customization causes MissingTemplate on Users, index action in root_path on Heroku

(Rails 3.1, Heroku cedar, ruby 1.9.3, macosx, eclipse, git) My application is deployed on heroku cedar, and the devise sign-in layer worked fine in the last version but the users-path now throws a missing template error. It works fine on my…
0
votes
2 answers

Rendering .haml from .html.erb

I'm trying to render my HAML partial (_my_partial.haml) from my html.erb file: <%= render "shared/my_partial" %> And getting: ActionView::Template::Error (Missing partial shared/my_partial with {:locale=>[:en], :formats=>[:html], …
valk
  • 9,363
  • 12
  • 59
  • 79
0
votes
1 answer

Layout disappears for certain action in cake

This was just working perfectly fine 5 minutes ago... I can't for the life of me figure out why this is happening. Basically, I start on a page, with a layout (== 'default'), no where in the controller code do I change the layout, in fact, no where…
Andrew Senner
  • 2,479
  • 1
  • 18
  • 24
0
votes
1 answer

RoR Template is missing error

I am encountering a very strange error for that says the following: Template is missing Missing template /404 with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :coffee]}. Searched in: * "c:/Sites/jobapp/app/views" *…
Tom Pinchen
  • 2,467
  • 7
  • 33
  • 53
-1
votes
1 answer

Missing template after copying rails project

I copyed/pasted my rails project from work computer to personal computer on an Ubuntu Virtual Box, and I have an error while I try to access a page : "Missing Template". Does anyone have an idea ? (Sorry for my bad english)
Arq
  • 3
  • 1
1 2
3