In development mode my understanding is that Rails re-reads every file
each time a client does something in order to make sure any new code is
implemented. Bt it doesn’t seem to do this with files in /lib - is there
a way to make sure it does?
In development mode my understanding is that Rails re-reads every file
each time a client does something in order to make sure any new
code is
implemented. Bt it doesn’t seem to do this with files in /lib - is
there
a way to make sure it does?
In development mode my understanding is that Rails re-reads every file
each time a client does something in order to make sure any new code is
implemented. Bt it doesn’t seem to do this with files in /lib - is there
a way to make sure it does?
Rails 1.2 reloads files that are autoloaded. If you require the file
specifically it won’t reload it.
In development mode my understanding is that Rails re-reads every file
each time a client does something in order to make sure any new code is
implemented. Bt it doesn’t seem to do this with files in /lib - is there
a way to make sure it does?
Rails 1.2 reloads files that are autoloaded. If you require the file
specifically it won’t reload it.
Ok, that makes sense. I am indeed using require. Thankyou very much.
steve
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.