How to share a collection of model files across many apps?

Are they not loading just by virtue of being in lib? I dunno. If not, then you should be able to modify that little piece of the environment.rb that says

config.load_paths += %W( #{RAILS_ROOT}/extras )

to suit your needs. I’d hope.

RSL