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
- 설치
- ruby #string #strip #split #gsub
- Orange Pi 3B
- 사용중인포트검색
- after_save
- Ruby on Rails
- MySQL
- 오랜지파이
- after_update
- mac
- 쿠버네티스
- 우분투 24
- Visual Studio Code
- docker
- Migrate
- 우분투
- change_column_null
- Time.znoe.now
- install
- with_indifferent_access
- bulma
- docket
- change_column
- 이것이 자바다
- Rails
- Java
- RUBY
- ubuntu
- 주차장 시스템
- Kotlin
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