Closed jeroenvisser101 closed 8 years ago
It seems that JRuby failing isn't connected to this PR.
Fixes #205
@nviennot it seems to break due to the secret key being empty on jruby, not sure about that. Do you mind checking this out?
There still seem to be some issues. In Rails 5, I keep getting the 'already registered and partially loaded' error, which I think is due to concurrent-ruby
.
Hi Jeroen :)
Thanks, Nico
@nviennot thanks for merging! Will see if I can get some code working next week. I've got a fork up that resolves the issue for me (not sure if it breaks other things though). If you want, you can have a look here.
Thank you for the PR!
I'd be interesting in seeing the code that triggers the "partially loaded" error.
Using ActiveSupport::Reloader instead of ActionDispatch::Reloader to be ready when Rails 5 hits (and to prevent it from breaking when 5.1 comes out).