Displaying 1 result from an estimated 1 matches for "ac3a5b3c".
2006 Jun 15
1
Extracting Rails Model into a GEM
I presently am refactoring an a Rails App that has not only the
standard RoR web front end, but also agents which share the same model
and run on different machines. In the past the whole rails app was
just deployed on other machines even though only the model was used. I
am trying to improve the situation by extracting the model into a gem
which depends only on ActiveRecord and then requiring the