Template is missing
Missing template layouts/session_wall with
{:handlers=>[:erb, :builder, :coffee, :haml], :formats=>[:html],
:locale=>[:en, :en]}.
Searched in: * “/home/rahul/Rails_projects/staytuned/app/views” * “/
home/rahul/lib/ruby/gems/1.9.1/bundler/gems/devise-88ab2fe14e88/app/
views”
Thanks,
On 24 November 2011 01:27, rahul chandra [email protected] wrote:
Template is missing
Missing template layouts/session_wall with
{:handlers=>[:erb, :builder, :coffee, :haml], :formats=>[:html], :locale=>[:en,
:en]}.
Searched in: * “/home/rahul/Rails_projects/staytuned/app/views” * “/
home/rahul/lib/ruby/gems/1.9.1/bundler/gems/devise-88ab2fe14e88/app/
views”
The error is saying that it is expecting to find the template file
mentioned. Why it is looking for that is another matter. Presumably
to do with what you are trying to show. There should be additional
output, either a stack trace or in the log file, that will help to
narrow down why it is looking for that file.
Colin
On 24 November 2011 15:19, rahul chandra [email protected] wrote:
sorry guys i was missing Session_wall layout template,
SOLVED!
It just goes to show that it is always worth reading the error message.
Colin
home/rahul/lib/ruby/gems/1.9.1/bundler/gems/devise-88ab2fe14e88/app/
–
You received this message because you are subscribed to the Google G.
“Ruby on Rails: Talk” group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en.
–
gplus.to/clanlaw
sorry guys i was missing Session_wall layout template,
SOLVED!