Docs Menu
Docs Home
/ / /
Mongoid
/

Next Steps

Congratulations on completing the Quick Start tutorial for Sinatra!

After you complete these steps, you have a Sinatra web application that uses Mongoid to connect to your MongoDB deployment, run a query on the sample data, and render retrieved results.

Learn more about Mongoid features from the following sections:

  • Model Your Data: Learn how to customize your Mongoid models.

  • Interact with Data: Learn how to interact with your MongoDB data by using Mongoid models.

Back

Write Data to MongoDB