walczyk123 / rails_nauka

In this repository I've gather some useful programs, tutorials and websites, that will help me to learn Ruby on Rails programming.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Learning Ruby on Rails

In this repository I've gather some useful programs, tutorials and websites, that will help me to learn Ruby on Rails programming.
Ruby on Rails ( just “Rails”) is a free and open-source web devel-opment framework written in the Ruby programming language.

Yarn

Rubular - testing regex

Ruby Tutorial PDF - online

Rails and Yarn instalation

Ruby gem instalation:

gem install rails -v6.0.2.1  

Checking version of rails:

rails -v   

Instalation of NVM - Node Version Manager:

wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.37.2/install.sh | bash  

Nodejs instalation:

sudo apt install nodejs    

NPM instalation:

sudo apt install npm    

Cmdtest:

sudo apt install cmdtest  

Yarn instalation:

sudo apt update && sudo apt install yarn  

Binding pry

before_action do  
    binding.pry  
end  

About

In this repository I've gather some useful programs, tutorials and websites, that will help me to learn Ruby on Rails programming.


Languages

Language:Ruby 64.3%Language:HTML 16.6%Language:Shell 7.3%Language:JavaScript 5.4%Language:SCSS 4.1%Language:Perl 1.4%Language:CSS 1.0%