{"id":15427969,"url":"https://github.com/walczyk123/rails_nauka","last_synced_at":"2026-05-18T11:10:25.080Z","repository":{"id":191016471,"uuid":"339227585","full_name":"walczyk123/rails_nauka","owner":"walczyk123","description":"In this repository I've gather some useful programs, tutorials and websites, that will help me to learn Ruby on Rails programming.","archived":false,"fork":false,"pushed_at":"2021-06-04T10:06:43.000Z","size":22899,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-28T05:14:21.517Z","etag":null,"topics":["learning-ruby","rails","ruby"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/walczyk123.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2021-02-15T22:44:56.000Z","updated_at":"2021-06-04T10:06:48.000Z","dependencies_parsed_at":"2023-08-27T18:25:02.286Z","dependency_job_id":null,"html_url":"https://github.com/walczyk123/rails_nauka","commit_stats":null,"previous_names":["walczyk123/rails_nauka"],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/walczyk123/rails_nauka","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/walczyk123%2Frails_nauka","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/walczyk123%2Frails_nauka/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/walczyk123%2Frails_nauka/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/walczyk123%2Frails_nauka/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/walczyk123","download_url":"https://codeload.github.com/walczyk123/rails_nauka/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/walczyk123%2Frails_nauka/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266241288,"owners_count":23898066,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["learning-ruby","rails","ruby"],"created_at":"2024-10-01T18:02:04.780Z","updated_at":"2026-05-18T11:10:20.059Z","avatar_url":"https://github.com/walczyk123.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"![](https://jaki-jezyk-programowania.pl/img/technologies/rubyonrails.png)\n\n# Learning Ruby on Rails\n\nIn this repository I've gather some useful programs, tutorials and websites, that will help me to learn Ruby on Rails programming.  \nRuby on Rails ( just “Rails”) is a free and open-source web devel-opment framework written in the Ruby programming language.  \n\n[Yarn](https://yarnpkg.com/ \"Yarn - package manager\")  \n\n[Rubular - testing regex](https://rubular.com/ \"Rubular - testing regex\")\n\n[Ruby Tutorial PDF - online](https://tiny.pl/rnz23 \"Ruby Tutorial PDF - online\")\n\n# Rails and Yarn instalation\n\nRuby gem instalation:\n``` bash  \ngem install rails -v6.0.2.1  \n```\nChecking version of rails:\n``` bash\nrails -v   \n```\nInstalation of NVM - Node Version Manager:\n``` bash  \nwget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.37.2/install.sh | bash  \n```\nNodejs instalation:   \n``` bash\nsudo apt install nodejs    \n```\nNPM instalation:\n``` bash\nsudo apt install npm    \n```\nCmdtest:  \n``` bash\nsudo apt install cmdtest  \n```\nYarn instalation:   \n``` bash\nsudo apt update \u0026\u0026 sudo apt install yarn  \n```\n# Binding pry\n``` ruby  \nbefore_action do  \n    binding.pry  \nend  \n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwalczyk123%2Frails_nauka","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwalczyk123%2Frails_nauka","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwalczyk123%2Frails_nauka/lists"}