From e7f8124442a105bb48b6fb5db15e382779ff0636 Mon Sep 17 00:00:00 2001 From: Viswajith-SF4388 <154953446+Viswajith-SF4388@users.noreply.github.com> Date: Tue, 28 Oct 2025 22:20:59 +0530 Subject: [PATCH 1/2] 986064: Resolve Failures in GitHub Repositories. --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 63a9384..600c7a0 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,11 @@ # javascript-scheduler-ruby-rails-application +This repository provides a sample integration of the Syncfusion JavaScript Scheduler component within a Ruby on Rails application using React. + ## Prerequisites +Ensure the following versions are installed on your system before proceeding: + Ruby - 3.2.2 Node Js - 18.13.0 Yarn - 1.22.19 @@ -13,17 +17,21 @@ You can install the Ruby from the following link. ## Install Rails +To install Rails globally, run the following command: + ``` gem install rails ``` ## Add Syncfusion Scheduler component in your application -Refer the following UG documenation for adding Syncfusion React component in your application +Refer to the following UG documenation for adding Syncfusion React component in your application * [Getting Started of Syncfusion Javascript Scheduler component](https://ej2.syncfusion.com/javascript/documentation/schedule/getting-started) ## Run the project +To start the application, execute the following commands: + ``` yarn install rails server From 0b5aff967efcd1269ed10f18857a378b2b9f8f0b Mon Sep 17 00:00:00 2001 From: Viswajith-SF4388 <154953446+Viswajith-SF4388@users.noreply.github.com> Date: Tue, 28 Oct 2025 22:30:37 +0530 Subject: [PATCH 2/2] 986064: Resolve Failures in GitHub Repositories. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 600c7a0..6a7b05d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # javascript-scheduler-ruby-rails-application -This repository provides a sample integration of the Syncfusion JavaScript Scheduler component within a Ruby on Rails application using React. +This repository provides a sample integration of the Syncfusion JavaScript Scheduler component within a Ruby on Rails application. ## Prerequisites @@ -25,7 +25,7 @@ gem install rails ## Add Syncfusion Scheduler component in your application -Refer to the following UG documenation for adding Syncfusion React component in your application +Refer to the following UG documenation for adding Syncfusion Javascript component in your application * [Getting Started of Syncfusion Javascript Scheduler component](https://ej2.syncfusion.com/javascript/documentation/schedule/getting-started) ## Run the project