Evgeniy Skidan
Evgeniy Skidan
``` post_install hook at /usr/local/Cellar/rbenv-gem-rehash/1.0.0/rubygems_plugin.rb:1 failed for jammit-0.6.6 ```
Any updates?
@patbaker82, is there any chance to see your solution in action?
Yes, I've added my dependencies in `autoload_paths` and also `on_close` event triggers `Activesupport::Dependency.clear` as expected. But unfortunately this is doesn't affect reloading api modules and classes.
Hmm, `loaded` and `autoloaded_constants` are empty during `clear` method call. But [relative_load_paths](https://gist.github.com/skydan/408def66c2d78e77f5aa) looks like correct. What should I do to populate `loaded`?
I've fixed the link.