filmov
tv
Ruby On Rails 6 With Windows Subsystem For Linux 2 And An Easy Speed Boost
Показать описание
Commands are located down below, along with a blog post version of this tutorial. Hopefully this Ruby on Rails 6 installation guide helps you guys get an easy speed boost either by following the steps for the windows subsystem for Linux 2 setup or by moving your Rails location out of a mounted location and into its own folder structure.
Blog Post For This Tutorial:
---------------------------------------------
Recording Equipment Used In My Videos (Amazon Affiliate Links)
---------------------------------------------
Timestamps
0:00 Video Overview, Recap, & Intro
1:05 Installing Ruby Version Manager (RVM)
1:40 Installing Ruby 2.7.0
2:02 Installing NodeJS
2:24 Installing Ruby On Rails
2:54 Installing Yarn
3:30 Creating The Slow Rails Application
5:20 Creating The Fast Rails Application
7:25 Adding Visual Studio Code
7:50 Video Summary & Outro
_______________
The Commands In Gist Form:
The Articles:
The Commands:
7D2BAF1CF37B13E2069D6956105BD0E739499BDB
Restart terminal
rvm version
rvm get stable --autolibs=enable
rvm list known
rvm install ruby-2.7.0
rvm --default use ruby-2.7.0
ruby -v
sudo apt install -y nodejs
sudo apt install gcc g++ make
gem update --system
gem -v
gem install rails
rails -v
sudo apt update
sudo apt install yarn
yarn --version
rails new demoproject
cd demoproject
rails s
rails g scaffold post title body:text views:integer
rails db:migrate
rails s
cd /
sudo mkdir code
sudo chmod 777 code
cd code
rails new demoproject
cd demoproject
rails s
rails g scaffold post title body:text views:integer
rails db:migrate
rails s
Follow me on social media:
Join this channel to get access to perks:
#Deanin #Rails6 #20in20
Blog Post For This Tutorial:
---------------------------------------------
Recording Equipment Used In My Videos (Amazon Affiliate Links)
---------------------------------------------
Timestamps
0:00 Video Overview, Recap, & Intro
1:05 Installing Ruby Version Manager (RVM)
1:40 Installing Ruby 2.7.0
2:02 Installing NodeJS
2:24 Installing Ruby On Rails
2:54 Installing Yarn
3:30 Creating The Slow Rails Application
5:20 Creating The Fast Rails Application
7:25 Adding Visual Studio Code
7:50 Video Summary & Outro
_______________
The Commands In Gist Form:
The Articles:
The Commands:
7D2BAF1CF37B13E2069D6956105BD0E739499BDB
Restart terminal
rvm version
rvm get stable --autolibs=enable
rvm list known
rvm install ruby-2.7.0
rvm --default use ruby-2.7.0
ruby -v
sudo apt install -y nodejs
sudo apt install gcc g++ make
gem update --system
gem -v
gem install rails
rails -v
sudo apt update
sudo apt install yarn
yarn --version
rails new demoproject
cd demoproject
rails s
rails g scaffold post title body:text views:integer
rails db:migrate
rails s
cd /
sudo mkdir code
sudo chmod 777 code
cd code
rails new demoproject
cd demoproject
rails s
rails g scaffold post title body:text views:integer
rails db:migrate
rails s
Follow me on social media:
Join this channel to get access to perks:
#Deanin #Rails6 #20in20
Комментарии