04 Feb 2021
|
Big Sur
10minuteBlog
Rails
terminal
MacBook Air 2018 -> OS Big Sur 설치 완료
terminal 셋팅 완료
10분만에 블로그 만들기(Ruby on Rails)
유튜브 영상 참고 -> 링크
Webpacker::Manifest::MissingEntryError in Articles#index 오류 없음
기본 루비 버전 셋팅이나 여러가지 문제가 있었던 거 같음
comment 연결 중 오류 - 해결
ActiveModel::ForbiddenAttributesError in CommentsController#create
StackOverFlow 참고 -> 링크
comment_controller.rb 파일 4번째 줄 교체
@comment = @post.comments.create!(params.require(:comment).permit!)
atom feed 반응없음 -> 중요도 낮은 느낌 무시
당근마켓 사장님 말씀
개발을 좋아하는 분이라면 본인이 좋아하는 만큼 열심히 노력하시면 언젠가 볼 수 있다.
한두번 떨어지는건 상황이 안 맞아서 일수있다.
03 Feb 2021
|
Webpecker
github.io
Lanyon
Rails
error
Rails - 다양한 오류..
github.io 개발블로그 다시 구성 - Lanyon 테마 사용
Rails ERROR
You could try using –skip-broken to work around the problem -> 해결안됨
Nodejs 삭제 후 다시 시도 -> 성공
참고 링크
nodejs 최신 버전 설치
npm, node 삭제
npm 설치
Webpacker::Manifest::MissingEntryError in Articles#index 오류
error Command “webpack” not found.
-> yarn run test (https://classic.yarnpkg.com/en/docs/cli/run)
->command not found: babel
@babel/plugin-transform-destructuring’
@babel/plugin-transform-runtime
@babel/plugin-transform-regenerator
@babel/preset-env’
Bable 플러그인 오류 다수
@rails/webpacker’ from ‘config/webpack/environment.js 오류
->webpack-cli Error BrowserslistError: 오류
->webpack 5.20.1 compiled successfully in 64 ms
webpack 오류 해결 완료
webpack -w 참고링크
WARNING in configuration -> 해결
The ‘mode’ option has not been set, webpack will fallback to ‘production’ for this value. Set ‘mode’ option to ‘development’ or ‘production’ to enable defaults for each environment.
You can also set it to ‘none’ to disable any default behavior. Learn more: https://webpack.js.org/configuration/mode/
ERROR in main
Module not found: Error: Can’t resolve ‘./src’ in ‘/Users/son-eunsu/RubymineProjects/blog1’
실패
02 Feb 2021
|
CentOS7
OracleCloud
OracleCloud CentOS7 서버 구성 완료
CentOS7 -> Ruby, Ruby on Rails 구성 진행중
Rubymine 학생 라이센스 완료
CentOS7
OracleCloud CentOS7 구성 완료
Firewall 방화벽 설정 완료
Nignx 웹서버 설치 완료
Mysql 설치 완료
Postgresql 설치 완료 -> sonsazang
nodeJs 설치 완료
ImageMagick 설치 완료
Git 업그레이드 완료
Sendmail 설치 완료
Ntp 아시아 서버 시간 동기화 완료
Ruby 2.7.2 설치 완료
Rails 6.1.1 설치 완료
Ruby 셋팅
Ruby 설치
CentOS7 -> apt-get 어려움 -> rbenv 이용 -> 완료
centOS7 에서 루비,레일즈 설치 -> 링크
MacBook Air -> Rubymine 설치 완료
Rubymine 학생 라이센스 완료 -> 링크