This README would normally document whatever steps are necessary to get the application up and running.
Things you may want to cover:
-
Ruby version 3.4.4
-
System dependencies
-
Configuration
-
Database creation
-
Database initialization
-
How to run the test suite
-
Services (job queues, cache servers, search engines, etc.)
-
Deployment instructions
To run server in DEBUG start server with the following command: RUBY_DEBUG_OPEN=true RUBY_DEBUG_PORT=12345 rails s
To run server regularly run the following command : rails server