utopia icon indicating copy to clipboard operation
utopia copied to clipboard

Guard not reloading code in `lib`

Open ioquatix opened this issue 7 years ago • 2 comments

Need to investigate why this is happening and what the best solution is.

ioquatix avatar Feb 12 '18 08:02 ioquatix

You could check how Rails handles the reload! command in the rails console: http://guides.rubyonrails.org/autoloading_and_reloading_constants.html#constant-reloading

madleech avatar Feb 13 '18 00:02 madleech

Ah yep - part of the issue is we pre-load the code from lib.

ioquatix avatar Feb 13 '18 01:02 ioquatix