Question about Rails
This is a wiki article created by HostingRails users. Please login or signup to make edits.
Once you get a rails app set up, if I change a couple of files, like a controller or view can I just upload them up to the appropriate folder or is there something else I need to do? Know this is a noob question but I am a noob to rails. :)
Bill
-------------
Bill, can you ask this question in the Rails Coding forum? The wiki_threads are for howtos and tutorials and such.
However, if you upload views you can usually see them no problem. If you upload controllers or models you'll need to restart your fastcgi (run "killall dispatch.fcgi") or Mongrel instance(s). - Brian.
Billtaichi
Brian