[RUBY] Where I got stuck in today's "rails tutorial" (2020/10/07)

Where it gets stuck

2.1 Application planning ・ Event: $ git remote add origin [email protected]:<username>/toy_app.git $ git push -u origin --all So, push fails, as it happened in 1.4.3.

·Solution $ git push -f origin --all Forcibly push image.png

Today's summary

Progress: Chapter 2 2.1 Halfway

Impressions: -After all, it seems that adding to one article has more advantages for both myself and the reader than mass-producing articles every day, so I will merge it on Saturday and Sunday. -Given the day when there was no clogging, it is possible to write only the progress and impressions in the form of additional notes. ・ I don't know the difference between add and commit, so I need to find out. ・ It is necessary to check the meaning of -a, -A, etc. of each command.

Recommended Posts

Where I got stuck in today's "rails tutorial" (2020/10/08)
Where I got stuck in today's "rails tutorial" (2020/10/05)
Where I got stuck in today's "rails tutorial" (2020/10/06)
Where I got stuck in today's "rails tutorial" (2020/10/04)
Where I got stuck in today's "rails tutorial" (2020/10/07)
I got stuck in File
I got stuck trying to write a where in clause in ActiveRecord
Where I got stuck with Swift Package Manager support
I got stuck in a clone of a two-dimensional array
Where I was interested in Progate's Ruby on Rails course [params]
[JAVA] Project Euler, I got stuck in Q8, so make a note
I got stuck using snake case for variable name in Spring Boot
rails tutorial
rails tutorial
How to use MySQL in Rails tutorial
rails tutorial
What I got into @Transactional in Spring
rails tutorial
rails tutorial
rails tutorial
[Rails Struggle/Rails Tutorial] What you learned in Rails Tutorial Chapter 6
I tried to organize the session in Rails
[Rails Struggle/Rails Tutorial] What you learned in Rails Tutorial Chapter 3
I got stuck while studying Java SE 7/8 Bronze
rails tutorial About account activation in production environment
I got stuck trying Volley's synchronization process (Java)
I got stuck when port forwarding with VBox
I got an "ActionView :: Template :: Error: Permission denied" error in the test of 3.3.1 of Rails tutorial 6th edition, so I solved it.
rails tutorial Chapter 6
Rails tutorial test
rails tutorial Chapter 1
Rails tutorial memorandum 1
Rails tutorial memorandum 2
rails tutorial Chapter 7
rails tutorial Chapter 5
Group_by in Rails
rails tutorial Chapter 10
rails tutorial Chapter 9
rails tutorial Chapter 8
Start Rails Tutorial
I changed the way Rails tutorials run: Rails Tutorial Notes-Chapter 9
Implement post search function in Rails application (where method)
[Ruby on Rails Tutorial] Error in the test in Chapter 3
I want to use a little icon in Rails
Implement user follow function in Rails (I use Ajax) ②
I got a cannot resolve symbol in Android Studio
Regarding overcapacity when setting Rails tutorial environment in Cloud 9
I put Bootstrap in Rails6. (Sprockets :: Rails :: Helper :: AssetNotPrecompiled handling)
I got an error "undefined method` create'" in RSpec
Implement user follow function in Rails (I use Ajax) ①
[Rails Struggle/Rails Tutorial] What you learned in Rails Tutorial Chapters 4 and 5
[Personal memo] Looking back on what I got stuck in Docker ... including knowledge of Linux
I got stuck in launching Unreal Enigine 4 on an AWS Ubuntu instance, so I summarized it