Skip to content

Commit bad7cdd

Browse files
committed
Remove React, Frontend and Tool Pages
1 parent 723abea commit bad7cdd

File tree

10 files changed

+43
-651
lines changed

10 files changed

+43
-651
lines changed

Gemfile.lock

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ GEM
2525
PLATFORMS
2626
arm64-darwin-21
2727
arm64-darwin-22
28+
arm64-darwin-24
2829
x86_64-linux
2930

3031
DEPENDENCIES

SUMMARY.md

Lines changed: 42 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -11,64 +11,51 @@
1111
- [Security](security.md)
1212
- [Project Checklist](checklist.md)
1313

14-
# Frameworks
14+
# Rails Application Setup Guide
1515

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)
4017

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)
5841

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)
7259

7360
# Services
7461

react_native/README.md

Lines changed: 0 additions & 25 deletions
This file was deleted.

react_native/configure_cd.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

react_native/configure_ci.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

react_native/jest.md

Lines changed: 0 additions & 88 deletions
This file was deleted.

0 commit comments

Comments
 (0)