i am new to rails please help...

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,

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

sorry guys i was missing Session_wall layout template, SOLVED!

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