I was working on a test app and everything was going great. However now when I run "rails server" and none of the changes to the controller files are reflected.
If I make changes to HTML files, those are reflected. And yes, I'm sure am in the right directory editing the correct files.
I can get rid of actions in the controller files and it still works fine. Do I have to do something after I change the ruby files? I thought I could just save them then run 'rails server'... It had seemed to be working doing just that previously.