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.
データベースに写真を保存したいのですが、GridFS を使用して効率的に行うことを考えていました。Ruby Volt フレームワークで GridFS を使用することは可能ですか? もしそうなら、どのようにそれを行うのですか?
申し訳ありませんが、現時点では gridfs を使用する方法がありません。以下を使用して、生の mongo アダプターにアクセスできます。
Volt::DataStore.fetch.db
おそらく、ボルトモデルとして使用するのと同じ mongo コレクションに gridfs エントリを入れたくないでしょう。