Episode #260 - Missing template error
ests opened this issue · 3 comments
ests commented
I am trying to run chatter-after just as I cloned it from repo, faye running on thin just as described. Unfortunately, after visiting http://localhost:3000/ and hitting "Send" button, HTTP 500 is returned from rails (and 200 from faye):
Template is missing
Missing template messages/create with {:handlers=>[:erb, :rjs, :builder, :rhtml, :rxml], :formats=>[:html], :locale=>[:en, :en]} in view paths "/home/ernest/programming/sandbox/ruby/episode-260/chatter-after/app/views"
rderoldan1 commented
@ests I've fixed 260 episode, look at the episodi at my repository, only you have to update the app to rails 3.1
https://github.com/rderoldan1/railscasts-episodes/tree/to-rails-3.1/episode-260
binyamindavid commented
@rderoldan1 your solution doesn't seem to work.
rderoldan1 commented
@VEZU tell me the error please