Ruby on Rails newbie question

You probably need to restart your webserver or similar in order to reload the file.

And, generally, you'll want to ask Rails-specific questions on the Rails mailing list, as this is the Ruby mailing list.

http://lists.rubyonrails.org/mailman/listinfo/rails

-Justin

···

ajay.kalyan@gmail.com wrote:

I just inherited a project. I had to make a small change to a helper
file located in the helper folder (apps/helpers) and uploaded that .rb
file only to my remote server, but nothing changed.

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