Skip to content

Commit 43a2c04

Browse files
authored
MONGOID-5496: Update Getting Started (Rails) tutorial for Rails 7 (#5509)
* Clone Rails Tutorial and create variation for Rails 7 * Update Existing Application docs for Rails 7
1 parent 6dbfd55 commit 43a2c04

File tree

3 files changed

+478
-4
lines changed

3 files changed

+478
-4
lines changed

docs/tutorials.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Tutorials
1010
:titlesonly:
1111

1212
tutorials/getting-started-sinatra
13-
tutorials/getting-started-rails
13+
tutorials/getting-started-rails7
14+
tutorials/getting-started-rails6
1415
tutorials/documents
1516
tutorials/common-errors

docs/tutorials/getting-started-rails.txt renamed to docs/tutorials/getting-started-rails6.txt

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
***********************
2-
Getting Started (Rails)
3-
***********************
1+
*************************
2+
Getting Started (Rails 6)
3+
*************************
44

55
.. default-domain:: mongodb
66

@@ -10,6 +10,11 @@ Getting Started (Rails)
1010
:depth: 2
1111
:class: singlecol
1212

13+
.. note::
14+
15+
This tutorial is for Ruby on Rails 6. If this is not the version you're using choose
16+
the appropriate tutorial for your Rails version from the navigation menu.
17+
1318
New Application
1419
===============
1520

0 commit comments

Comments
 (0)