From: Simen Edvardsen Date: 2006-08-02T09:02:02+09:00 Subject: Re: Ruby on Rails newbie question On 8/2/06, ajay.kalyan@gmail.com wrote: > I tried to see if the changes were applied to my local server and it > works fine. Am I missing something? Do I need to compile the .rb file > or upload more than that 1 .rb file. > > Thanks for your help > > > You don't need to compile Ruby files, but if you replace a file in a running system, it won't get loaded automatically. You need to restart the system (in this case, the Rails application). If that wasn't the problem, then this is a rails-specific issue. -- - Simen