Skip to content

Commit cb58d26

Browse files
authored
DOCSP-38519: Ruby landing page (#180)
* DOCSP-38519: Ruby landing page * fix image * columns * update mongoid logo * mongoid link format * remove arrow
1 parent 852955f commit cb58d26

File tree

3 files changed

+219
-0
lines changed

3 files changed

+219
-0
lines changed

source/images/Ruby.svg

Lines changed: 153 additions & 0 deletions
Loading

source/images/icons/mongoid-logo.png

13.3 KB
Loading

source/languages/ruby.txt

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
:template: product-landing
2+
:pl-max-width-paragraphs:
3+
:noprevnext:
4+
5+
=================
6+
MongoDB with Ruby
7+
=================
8+
9+
.. introduction::
10+
11+
Seamlessly integrate MongoDB with your new and existing Ruby on Rails applications using Mongoid.
12+
If you're familiar with Active Record, similar conventions in Mongoid allow you to quickly model
13+
your data in MongoDB.
14+
15+
.. button:: Get started with the MongoDB Ruby Driver
16+
:uri: https://www.mongodb.com/docs/ruby-driver/current/
17+
18+
`Get started with Mongoid <https://www.mongodb.com/docs/mongoid/current/>`__
19+
20+
.. image:: /images/Ruby.svg
21+
:alt: Ruby landing page hero image
22+
23+
Driver
24+
------
25+
26+
Provides a high-level API for working with MongoDB databases consistent with
27+
other MongoDB language drivers.
28+
29+
`Ruby Driver Documentation → <https://www.mongodb.com/docs/ruby-driver/current/>`__
30+
31+
Integrations
32+
------------
33+
34+
.. card-group::
35+
:columns: 3
36+
:style: center-content
37+
38+
.. card::
39+
:headline: Mongoid
40+
:url: https://www.mongodb.com/docs/mongoid/current/
41+
:icon: /images/icons/mongoid-logo.png
42+
:icon-alt: Mongoid logo
43+
44+
45+
More Ways to Learn
46+
------------------
47+
48+
.. card-group::
49+
:columns: 3
50+
:style: large-icon
51+
52+
.. card::
53+
:headline: View Ruby developer resources
54+
:url: https://www.mongodb.com/developer/languages/ruby/
55+
:icon: /images/technical-mdb-devhub.svg
56+
:icon-alt: DevHub icon
57+
58+
Ruby Resources →
59+
60+
.. card::
61+
:headline: Join forums and discussions
62+
:url: https://www.mongodb.com/community/
63+
:icon: /images/general-content-community.svg
64+
:icon-alt: Community icon
65+
66+
MongoDB Community →

0 commit comments

Comments
 (0)