bcoughlan
bcoughlan

Reputation: 26627

Ruby - editing gem source code has no effect

I'm debugging the nested_set gem which is under C:\Ruby187\lib\ruby\gems\1.8\gems\nested_set-1.6.4\lib\nested_set

I make changes to files in there, but it seems to have no effect when I refresh the page. I deleted the cache file in C:\Ruby187\lib\ruby\gems\1.8\cache to no effect.

Is there some sort of caching I should know about?

Upvotes: 0

Views: 742

Answers (2)

Andrew Grimm
Andrew Grimm

Reputation: 81671

Have you run gem env from the command line to check that's what's being used?

Upvotes: 0

Shiv
Shiv

Reputation: 8412

If it is rails you need to restart your server

Upvotes: 2

Related Questions