Rails: Mark a class as NOT reloadable

Posted by reto on Stack Overflow See other posts from Stack Overflow or by reto
Published on 2010-04-07T18:11:47Z Indexed on 2010/04/07 18:13 UTC
Read the original article Hit count: 253

Filed under:
|

I've got a few classes in lib/ which are not reloadable (due to their internal structure, its a jruby application). How can I tell rails to not reload these after each and every request?

Thanks!

© Stack Overflow or respective owner

Related posts about ruby-on-rails

Related posts about ruby