Chewing Rails Tutorial [Chapter 1 From Zero to Deployment] Second Half

1.4 Version control with Git

■Git Version control tool. You can redo by saving the work each time in Git. Add, then commit and push.

■Bitbucket A hosting service specializing in git. A companion on GitHub.

1.5 Deploy

■Heroku Paas. You can upload your development to the server without using FFFTP. It's a little annoying because I can't use SQLite.

[Practice] Since neither 1 nor 2 is a big deal, it is omitted.

■('a'..'z').to_a.shuffle[0..7].join It displays 8 random letters of the alphabet. Stores the alphabet from a to z in an array. Shuffle the order of the array. Take out from 0 to 7th (8 pieces). Combine into a string.

[Practice] Both 1 and 2 are omitted.

There was no need to separate. Will join later.

Recommended Posts

Chewing Rails Tutorial [Chapter 1 From Zero to Deployment] Second Half
Chewing Rails Tutorial [Chapter 1 From Zero to Deployment] First Half
Rails Tutorial Chapter 1 From Zero to Deployment [Try]
Rails Tutorial 4th Edition: Chapter 1 From Zero to Deployment
Chewing Rails Tutorial [Chapter 2 Toy Application]
rails tutorial Chapter 6
rails tutorial Chapter 1
rails tutorial Chapter 7
rails tutorial Chapter 5
rails tutorial Chapter 10
rails tutorial Chapter 9
rails tutorial Chapter 8
Rails Tutorial record and memorandum # 1 "From installation to hello_app deployment + error handling"
Chewing Rails Tutorial [Chapter 3 Creating Almost Static Pages]
Rails Tutorial Chapter 5 Notes
Rails Tutorial Chapter 10 Notes
Rails Tutorial Chapter 3 Notes
OpenTracing tutorial second half
Rails Tutorial Chapter 3 Learning
Rails Tutorial Memorandum (Chapter 3, 3.1)
Rails Tutorial Chapter 4 Notes
Rails Tutorial Chapter 4 Learning
Rails Tutorial Chapter 1 Learning
Rails Tutorial Chapter 2 Learning
Rails Tutorial Chapter 8 Notes
Rails Tutorial Memorandum (Chapter 3, 3.3.2)
[Rails Tutorial Chapter 4] Rails-flavored Ruby
[Rails tutorial] Cannot deploy to Heroku/Change from hello, world to hola, mundo
[Rails Struggle/Rails Tutorial] Summary of Rails Tutorial Chapter 2
[Rails Tutorial Chapter 5] Create a layout
rails tutorial chapter 10 summary (for self-learning)
Rails Tutorial (4th Edition) Memo Chapter 6
From pulling docker-image of rails to launching
Rails Tutorial 6th Edition Learning Summary Chapter 10
Rails Tutorial 6th Edition Learning Summary Chapter 7
Rails Tutorial 6th Edition Learning Summary Chapter 4
[Rails] How to convert from erb to haml
Rails Tutorial 6th Edition Learning Summary Chapter 9
Rails Tutorial 6th Edition Learning Summary Chapter 6
Rails Tutorial 6th Edition Learning Summary Chapter 5
How to use MySQL in Rails tutorial
[Rails] Assigning variables from controller to JavaScript
Rails Tutorial 6th Edition Learning Summary Chapter 2
Rails Tutorial Chapter 0: Preliminary Basic Knowledge Learning 5
Rails Tutorial 6th Edition Learning Summary Chapter 3
Rails Tutorial 6th Edition Learning Summary Chapter 8
[Ruby on Rails] Rails tutorial Chapter 14 Summary of how to implement the status feed