Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions snooty.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,10 @@ toc_landing_pages = [
]

[constants]
rails-6-version = 6.0
rails-7-version = 7.1
rails-8-version-docs = "v8.0"
odm = "Mongoid"
version = "9.0"
full-version = "{+version+}.2"
full-version = "{+version+}.4"
ruby-driver = "Ruby driver"
language = "Ruby"
quickstart-sinatra-app-name = "my-sinatra-app"
Expand Down
2 changes: 1 addition & 1 deletion source/quick-start-rails.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Quick Start - Ruby on Rails
Overview
--------

This guide shows you how to use {+odm+} in a new **Ruby on Rails 7 (Rails)**
This guide shows you how to use {+odm+} in a new **Ruby on Rails 8 (Rails)**
web application, connect to a MongoDB cluster hosted on MongoDB
Atlas, and perform read and write operations on the data in your
cluster.
Expand Down
7 changes: 1 addition & 6 deletions source/quick-start-rails/download-and-install.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Download and Install
Prerequisites
-------------

To create the Quick Start application by using Ruby on Rails 7, you need the
To create the Quick Start application by using Ruby on Rails 8, you need the
following software installed in your development environment:

- `{+language+}. <https://www.ruby-lang.org/en/documentation/installation/>`__
Expand All @@ -24,11 +24,6 @@ following software installed in your development environment:
- A terminal app and shell. For MacOS users, use Terminal or a similar app.
For Windows users, use PowerShell.

.. tip:: Rails 6 Tutorial

If you prefer to use Rails 6 to build your application, see the
:ref:`mongoid-getting-started-rails-6` guide.

Download and Install the {+odm+} and Framework Gems
---------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion source/quick-start-rails/view-data.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ View MongoDB Data
:copyable: false

=> Booting Puma
=> Rails 7.2.1 application starting in development
=> Rails 8.0.1 application starting in development
=> Run `bin/rails server --help` for more startup options
Puma starting in single mode...
* Puma version: 6.4.3 (ruby 3.2.5-p208) ("The Eagle of Durango")
Expand Down
5 changes: 1 addition & 4 deletions source/quick-start-sinatra.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,8 @@ Follow the steps in this guide to create a sample {+odm+} web application
that connects to a MongoDB deployment.

.. tip:: Other Framework Tutorials

If you prefer to use Ruby on Rails 6 to build your application, see the
:ref:`mongoid-getting-started-rails-6` guide.

If you prefer to use Ruby on Rails 7 as your web framework, see the
If you prefer to use Ruby on Rails 8 as your web framework, see the
:ref:`mongoid-quick-start-rails` guide.

.. TODO .. tip::
Expand Down
10 changes: 0 additions & 10 deletions source/tutorials.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,9 @@
Tutorials
*********

.. default-domain:: mongodb

.. toctree::
:titlesonly:

tutorials/getting-started-sinatra
tutorials/getting-started-rails7
tutorials/getting-started-rails6
tutorials/documents
tutorials/common-errors
tutorials/automatic-encryption

Expand All @@ -21,9 +15,5 @@ Overview

See the following sections to learn more about working with Mongoid:

- :ref:`Getting Started (Sinatra) <getting-started-sinatra>`
- :ref:`Getting Started (Rails 7) <getting-started-7>`
- :ref:`Getting Started (Rails 6) <getting-started-6>`
- :ref:`Documents <documents>`
- :ref:`Common Errors <common-errors>`
- :ref:`Automatic Client-Side Field Level Encryption <automatic-encryption>`
18 changes: 0 additions & 18 deletions source/tutorials/documents.txt

This file was deleted.

Loading
Loading