On 10/25/07, Brian Takita <[EMAIL PROTECTED]> wrote:
> Rails handles the reloading of classes and modules.
> If you would like to have these files be reloaded, use
> require_dependency instead of require. You can also use Rails constant
> autoloading facility (not requiring the file) to register th
On 10/25/07, Steve <[EMAIL PROTECTED]> wrote:
> On Thu, 25 Oct 2007 20:09:23 -0500, David Chelimsky wrote:
>
> > On 10/25/07, Steve <[EMAIL PROTECTED]> wrote:
> >> I have some specs that 'require' other files. When running spec_server, if
> >> these required files are changed, it's not picked up wh
On Thu, 25 Oct 2007 20:09:23 -0500, David Chelimsky wrote:
> On 10/25/07, Steve <[EMAIL PROTECTED]> wrote:
>> I have some specs that 'require' other files. When running spec_server, if
>> these required files are changed, it's not picked up when the specs are
>> run. I have to restart spec_server
On 10/25/07, Steve <[EMAIL PROTECTED]> wrote:
> I have some specs that 'require' other files. When running spec_server, if
> these required files are changed, it's not picked up when the specs are
> run. I have to restart spec_server to get the changes recognized. Is there
> an option or some such
I have some specs that 'require' other files. When running spec_server, if
these required files are changed, it's not picked up when the specs are
run. I have to restart spec_server to get the changes recognized. Is there
an option or some such to have spec_server reload required files as well
when