Displaying 1 result from an estimated 1 matches for "0e47682f".
Did you mean:
  05476825
  
2006 Feb 06
2
how do i reload a module in the vendor directory?
This seems like a fairly straight forward question.  I have code in the
vendor directory.
Any modifications that I make to the code are not respected.  My rails app
is in development mode so I would expect any require ''code'' to be
re-parsed.  But this is not occuring... How so?  I have a test to post if I
need to, but I get the feeling that I am just missing something simple.  I