Commit 668df92
authored
Updated Ruby on Rails docs (#22)
* added ruby on rails docs
* updated ruby docs
* fixed ruby docs
* Add 'ruby' and 'Rails' to sdk_languages and tags
* Update tags in quickstart-ruby-on-rails.md
* Update tags in test-markdown-frontmatter.js
* Update tags in test-markdown-frontmatter.js
* added images
* added ruby couchbase ORM markdown files
* renamed files
* chore: update tags in test-markdown-frontmatter.js
* chore: Update ruby tutorial and added orm tutorial
* Update Ruby on Rails quickstart tutorial to reflect port change from 8080 to 3000 for local application and Swagger documentation access.
* Update Ruby Couchbase ORM quickstart tutorial to correct directory name, install additional gem, and reflect port change to 3000 for application and Swagger documentation access.
* feedback comments
* Refactor Ruby Couchbase ORM quickstart tutorial for clarity and accuracy. Removed redundant gem installation instructions, updated image paths for consistency, and improved explanations for connection handling and CRUD operations.
* Refactor Couchbase Capella connection instructions in Java tutorial for clarity. Removed redundant notes, corrected typos, and improved formatting for better readability.
* Add health check endpoint to Ruby Couchbase ORM and Rails tutorials
- Introduced a health check endpoint (`GET /api/v1/health`) for monitoring application health and Couchbase connectivity.
- Updated documentation with example responses for healthy and unhealthy states.
- Enhanced test structure section to clarify integration and Swagger documentation tests.
- Organized API tests by entity, including new hotel-related specs.
- Improved clarity and consistency in the tutorial content.1 parent 2434439 commit 668df92
8 files changed
Lines changed: 1499 additions & 23 deletions
File tree
- test
- tutorial/markdown
- java
- ruby
- ruby-couchbase-orm
- ruby-on-rails
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
| 7 | + | |
7 | 8 | | |
8 | | - | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
161 | | - | |
162 | | - | |
163 | | - | |
164 | | - | |
165 | | - | |
166 | | - | |
167 | | - | |
168 | | - | |
169 | | - | |
170 | | - | |
171 | | - | |
172 | | - | |
173 | | - | |
174 | | - | |
175 | | - | |
176 | | - | |
177 | 161 | | |
178 | 162 | | |
179 | 163 | | |
180 | | - | |
| 164 | + | |
181 | 165 | | |
182 | 166 | | |
183 | 167 | | |
| |||
191 | 175 | | |
192 | 176 | | |
193 | 177 | | |
194 | | - | |
| 178 | + | |
195 | 179 | | |
196 | 180 | | |
197 | 181 | | |
| |||
200 | 184 | | |
201 | 185 | | |
202 | 186 | | |
203 | | - | |
| 187 | + | |
204 | 188 | | |
205 | 189 | | |
206 | 190 | | |
207 | 191 | | |
208 | | - | |
| 192 | + | |
209 | 193 | | |
210 | 194 | | |
211 | | - | |
212 | 195 | | |
213 | 196 | | |
214 | 197 | | |
| |||
0 commit comments