I am following the examples in the Agile Web Development with Rails
book and am supposed to be replacing an rhtml view with an rjs. So I
deleted the rhtml file and replaced it with an rjs file with the same
name. However, I now get an error saying 'No such file
found ...rhtml', even though it should be picking up the rjs instead.
Can anyone let me know why this is not working correctly? Am I getting
something wrong here? I am very new at this...