$("#comments").html("") METUBE https://www.youtube.com/watch?v=QY69b33ui0c&t=12s 구현할 것 - 로그인/회원가입 - 부트스트랩/폰트어썸 - 비디오/썸네일 업로드 - 비디오 목록/보기, 작성자 수정/삭제 - 페이지네이션, 제목 검색 - 댓글 작성, 삭제 사용한 코드 % rails new metube % cd metube % atom . -- 서버시작 % rails s % rails db:create -- gemfile변경 % bundle % rails g devise:install % spring stop % rails g devise:install % rails g devise user % rails db:migrate ------------..