This README would normally document whatever steps are necessary to get the application up and running.
Things you may want to cover:
-
Ruby version
-
System dependencies
-
Configuration
-
Database creation
-
Database initialization
-
How to run the test suite
-
Services (job queues, cache servers, search engines, etc.)
-
Deployment instructions
-
...
- Ruby
- Ruby On Rails
- Ruby on Rails Guides
- Postgresql
- Redis
- Pagy
- Sidekiq
- Rubocop rails
- Hotwired
- Stimulus JS
- Esbuild
- Bootstrap 5
https://gorails.com/setup/ubuntu/22.04
cd app-soundcloud
./bin/dev
#Run in http://localhost:3000
brakeman
brakeman --help
brakeman -o tmp/output_analysis.html
open tmp/output_analysis.html # open browser
rake spec # or
rails spec
open coverage/index.html
xdg-open coverage/index.html
rake stats # or
rails stats
rake routes # or
rails routes