I\'m monkey-patching a Rails engine with something like:
SomeClass.class_eval do # ... end
The first time I hit the web site, on developm
It's ugly, but I found that if I put this kind of code at the bottom of environments.rb it always guaranteed correct load-order on startup.