Skip to content

renanorodrigues/lessons-ruby

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Purpose of the repository

Created to store as lessons learned from the language and to have as a future reference. It also contains tests and codes from other programmers as a study.

Required settings

If you want to test the exercises through the docker compose

  1. Build this image
docker-compose build
  1. Run the container with shell
docker-compose run app sh
  1. Execute any scripts in ruby!
ruby <script.rb>
  1. Or test via docker by entering the folder where the exercise is. Run the following command in terminal:
docker run -it --rm --name <my-running-script> -v "$PWD":/usr/src/myapp -w /usr/src/myapp ruby:2.7-alpine ruby <your-daemon-or-script.rb>

About

General study and tests in ruby language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published