On Friday, August 8, 2014 7:54:01 AM UTC+2, Adam wrote: > > Hi, > > Just starting out with Rails so bear with me. > > 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 im > 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. > > Thanks >
You don't have to restart the running server. Just save a modified file and refresh your page in the browser (F5 or CTRL F5 or CMD+R for OS X). If you still have problems unsolved, post the related code to see what you had changed. You can also look your development.log file to see what is going on. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/b14df8cb-92a6-42f0-b6f6-c99c01f1d096%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

