|
11 | 11 | - [Security](security.md)
|
12 | 12 | - [Project Checklist](checklist.md)
|
13 | 13 |
|
14 |
| -# Frameworks |
| 14 | +# Rails Application Setup Guide |
15 | 15 |
|
16 |
| -- [Ruby on Rails](ruby_on_rails/README.md) |
17 |
| - - [Setup]() |
18 |
| - - [Initialise the Rails App](ruby_on_rails/app_initialisation.md) |
19 |
| - - [Push to Git Repository](ruby_on_rails/first_git_push.md) |
20 |
| - - [Initialise Gitflow](ruby_on_rails/initialise_gitflow.md) |
21 |
| - - [Configure Git Repository](configure_git_repository.md) |
22 |
| - - [Create an Application Server (Heroku)](ruby_on_rails/create_application_server_heroku.md) |
23 |
| - - [Create an Application Server (Deploio)](ruby_on_rails/create_application_server_deploio.md) |
24 |
| - - [Configure the CI/CD](ruby_on_rails/configure_ci.md) |
25 |
| - - [Tools]() |
26 |
| - - [RSpec](ruby_on_rails/rspec.md) |
27 |
| - - [Linting and automatic checks](ruby_on_rails/linting_and_automatic_check.md) |
28 |
| - - [Gems and libraries](ruby_on_rails/suggested_libraries.md) |
29 |
| - - [Cloudflare](ruby_on_rails/cloudflare.md) |
30 |
| - - [Additional Services]() |
31 |
| - - [Sentry](ruby_on_rails/sentry.md) |
32 |
| - - [NewRelic](ruby_on_rails/newrelic.md) |
33 |
| - - [Robots.txt](ruby_on_rails/robots_txt.md) |
34 |
| - - [Percy](ruby_on_rails/configure_percy.md) |
35 |
| - - [Protect develop environment](ruby_on_rails/environment_protection.md) |
36 |
| - - [Customer Plan Services]() |
37 |
| - - [Uptimerobot](ruby_on_rails/uptimerobot.md) |
38 |
| - - [Sentry Notifications](ruby_on_rails/sentry.md) |
39 |
| - - [Depfu Security monitoring](ruby_on_rails/depfu.md) |
| 16 | +- [Getting started](ruby_on_rails/README.md) |
40 | 17 |
|
41 |
| - - [Gems]() |
42 |
| - - [Jest](ruby_on_rails/jest.md) |
43 |
| - - [Slack and Notifications](slack_and_notifications.md) |
44 |
| - - [Send Emails](ruby_on_rails/send_emails.md) |
45 |
| - - [Sparkpost & Mailtrap](sparkpost_and_mailtrap.md) |
46 |
| - - [Devise](ruby_on_rails/devise.md) |
47 |
| - - [Sidekiq](ruby_on_rails/sidekiq.md) |
48 |
| - - [Cucumber](ruby_on_rails/cucumber.md) |
49 |
| - - [Amazon S3 and Cloudfront](ruby_on_rails/aws.md) |
50 |
| - - [Carrierwave Upload](ruby_on_rails/carrierwave.md) |
51 |
| - - [Bootstrap](ruby_on_rails/bootstrap.md) |
52 |
| - - [FontAwesome](ruby_on_rails/font_awesome.md) |
53 |
| - - [Bullet](ruby_on_rails/bullet.md) |
54 |
| - - [Lograge](ruby_on_rails/appsignal.md) |
55 |
| - - [Hotjar](ruby_on_rails/hotjar.md) |
56 |
| - - [Wicked PDF](ruby_on_rails/wicked_pdf.md) |
57 |
| - - [Recaptcha v3](ruby_on_rails/recaptcha.md) |
| 18 | +- [Setup]() |
| 19 | + - [Initialise the Rails App](ruby_on_rails/app_initialisation.md) |
| 20 | + - [Push to Git Repository](ruby_on_rails/first_git_push.md) |
| 21 | + - [Initialise Gitflow](ruby_on_rails/initialise_gitflow.md) |
| 22 | + - [Configure Git Repository](configure_git_repository.md) |
| 23 | + - [Create an Application Server (Heroku)](ruby_on_rails/create_application_server_heroku.md) |
| 24 | + - [Create an Application Server (Deploio)](ruby_on_rails/create_application_server_deploio.md) |
| 25 | + - [Configure the CI/CD](ruby_on_rails/configure_ci.md) |
| 26 | +- [Tools]() |
| 27 | + - [RSpec](ruby_on_rails/rspec.md) |
| 28 | + - [Linting and automatic checks](ruby_on_rails/linting_and_automatic_check.md) |
| 29 | + - [Gems and libraries](ruby_on_rails/suggested_libraries.md) |
| 30 | + - [Cloudflare](ruby_on_rails/cloudflare.md) |
| 31 | +- [Additional Services]() |
| 32 | + - [Sentry](ruby_on_rails/sentry.md) |
| 33 | + - [NewRelic](ruby_on_rails/newrelic.md) |
| 34 | + - [Robots.txt](ruby_on_rails/robots_txt.md) |
| 35 | + - [Percy](ruby_on_rails/configure_percy.md) |
| 36 | + - [Protect develop environment](ruby_on_rails/environment_protection.md) |
| 37 | +- [Customer Plan Services]() |
| 38 | + - [Uptimerobot](ruby_on_rails/uptimerobot.md) |
| 39 | + - [Sentry Notifications](ruby_on_rails/sentry.md) |
| 40 | + - [Depfu Security monitoring](ruby_on_rails/depfu.md) |
58 | 41 |
|
59 |
| -- [Frontend apps (JS)](js/README.md) |
60 |
| -- [React Native](react_native/README.md) |
61 |
| - - [Setup]() |
62 |
| - - [Push to Git Repository](ruby_on_rails/first_git_push.md) |
63 |
| - - [Initialise Gitflow](ruby_on_rails/initialise_gitflow.md) |
64 |
| - - [Configure CI](react_native/configure_ci.md) |
65 |
| - - [Release](react_native/release.md) |
66 |
| - |
67 |
| - - [Tools]() |
68 |
| - - [Jest](react_native/jest.md) |
69 |
| - - [Recommended libraries](react_native/recommended_libraries.md) |
70 |
| - - [Linting and automatic checks](react_native/linting_and_automatic_check.md) |
71 |
| - - [Sentry](react_native/sentry.md) |
| 42 | +- [Gems]() |
| 43 | + - [Jest](ruby_on_rails/jest.md) |
| 44 | + - [Slack and Notifications](slack_and_notifications.md) |
| 45 | + - [Send Emails](ruby_on_rails/send_emails.md) |
| 46 | + - [Sparkpost & Mailtrap](sparkpost_and_mailtrap.md) |
| 47 | + - [Devise](ruby_on_rails/devise.md) |
| 48 | + - [Sidekiq](ruby_on_rails/sidekiq.md) |
| 49 | + - [Cucumber](ruby_on_rails/cucumber.md) |
| 50 | + - [Amazon S3 and Cloudfront](ruby_on_rails/aws.md) |
| 51 | + - [Carrierwave Upload](ruby_on_rails/carrierwave.md) |
| 52 | + - [Bootstrap](ruby_on_rails/bootstrap.md) |
| 53 | + - [FontAwesome](ruby_on_rails/font_awesome.md) |
| 54 | + - [Bullet](ruby_on_rails/bullet.md) |
| 55 | + - [Lograge](ruby_on_rails/appsignal.md) |
| 56 | + - [Hotjar](ruby_on_rails/hotjar.md) |
| 57 | + - [Wicked PDF](ruby_on_rails/wicked_pdf.md) |
| 58 | + - [Recaptcha v3](ruby_on_rails/recaptcha.md) |
72 | 59 |
|
73 | 60 | # Services
|
74 | 61 |
|
|
0 commit comments