Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
既存のモデルにActiveRecordを使用し、新しいモデルにFriendlyを使用できますか?
基本的に、スキーマレスにしたいモデルと、「古い」スタイルにしたいモデルを決定したいと思います。
絶対。ActiveRecordモデルと一緒にFriendlyを使用できない理由はありません。
Manfredが言うように、Friendlyに別のデータベースを割り当てることもできます。どちらにしても。
それは可能であるべきです。最悪の場合、別のデータベースを Friendly.configure で Friendly に割り当てる必要があります。