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.
Shapadoを使用してRubyonRailsでQ&Aサイトを作成することに興味があります。ただし、MongoDBをデータベースとして使用します。MySQLまたはPostgreSQLで実行するように変更するにはどうすればよいですか?
ActiveRecord :: Baseから継承するように、すべてのモデルを書き直します。フィールドを移行に書き換え、その方法でデータモデルを再作成します。
これは簡単なことではありません。