Rails 3.2.8, only restartting the server will un- cache models @Pablo, that's by design. all vendor/ and lib/ files are loaded only once, at startup. Files in app/, however, should be refreshed on every page request (if there's any change in them, as Perello points out below).