Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 | 31 |
Tags
- Visual Studio Code
- mac
- change_column
- 사용중인포트검색
- 설치
- Time.znoe.now
- Kotlin
- Java
- 오랜지파이
- after_save
- 도커
- ubuntu
- Migrate
- 우분투 24
- change_column_null
- 코틀린
- Orange Pi 3B
- 쿠버네티스
- install
- docker
- with_indifferent_access
- Ruby on Rails
- RUBY
- 이것이 자바다
- docket
- after_update
- MySQL
- 주차장 시스템
- 우분투
- Rails
Archives
- Today
- Total
중고 신입이 개발해보기..
Rails + Heroku 배포하기 본문
github에 저장소를 하나 만든다..
$ git config --list
$ git config --local user.name 'my_name'
$ git config --local user.email 'my_name@email.com'
$ brew uninstall postgresql
$ brew cleanup
$ brew install postgresql
재설치를 했다..
$ postgres -V
postgres (PostgreSQL) 13.1
createuser -P -d kalvastro
bahn654
Postgres를 Free로 사용할수 있다..
'Back-End > Ruby On Rails' 카테고리의 다른 글
Time.zone.now (0) | 2021.08.20 |
---|---|
Rails Migration 사용 (0) | 2021.04.30 |
with_indifferent_access Hash 접근시 . 심블, 스트링 다 가능하게.. (0) | 2020.10.29 |
Migrate 명령어 (0) | 2020.10.16 |
saved_change_to_attribute (0) | 2020.01.03 |
Comments