Add Mongoid, MongoDB ODM for Ruby
This commit is contained in:
parent
b93ee3e0f4
commit
0df07c478a
4 changed files with 336 additions and 0 deletions
3
Gemfile
3
Gemfile
|
|
@ -32,6 +32,9 @@ gem "kamal", require: false
|
|||
# Add HTTP asset caching/compression and X-Sendfile acceleration to Puma [https://github.com/basecamp/thruster/]
|
||||
gem "thruster", require: false
|
||||
|
||||
# Mongoid gem to communicate with the MongoDB
|
||||
gem "mongoid"
|
||||
|
||||
group :development, :test do
|
||||
# See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem
|
||||
gem "debug", platforms: %i[ mri windows ], require: "debug/prelude"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue