I have a the great task of migrating the backend of a large multi client application to Rails!
I'm pumped for the opportunity to drop PHP, but a LOT of table schemas have a very "non-rails" setup. The main hangup is any image urls for the site live in a large monolithic table with a column to designate the other tables name and it's primary key that has an image. Unfortunately I can't change the schema. How can I map paperclip or carrierwave to write the relative paths to rows like "small", "med", "lrg", "original" in this images table? -- 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.

