I have a non-rails ruby application that has many models that we now need to create a rails application for. These models are managed as a gem. How can that gem be used in a rails3 app? How do you specify that gem and put it somewhere where the rails can find it? Was making the model library a gem the right thing to do. It has worked well for us so far.
Don French -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

