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 |
Tags
- 우분투
- Rails
- change_column
- Visual Studio Code
- 도커
- install
- change_column_null
- after_update
- ubuntu
- 주차장 시스템
- Migrate
- after_save
- Kotlin
- Time.znoe.now
- 오랜지파이
- RUBY
- docket
- docker
- mac
- 사용중인포트검색
- 설치
- Java
- Ruby on Rails
- MySQL
- with_indifferent_access
- 쿠버네티스
- Orange Pi 3B
- 우분투 24
- 이것이 자바다
- ruby #string #strip #split #gsub
Archives
- Today
- Total
중고 신입이 개발해보기..
Rails 영상] 기본 블로그만들기 본문
기초적인 레일즈로 블로그를 만드는 유투브영상이다.
아주 간단한 블로그제작기이당 ..
사용된 Gem
# Provides a better error page for Rails and other Rack apps.
gem 'better_errors', '~> 2.5'
# Forms made easy!
gem 'simple_form', '~> 4.1'
# github bulma-rails 에서 말해는 버전으로 설치.. 잘 나옴..
gem "bulma-rails", "~> 0.7.2"
group :development do
# Guard is a command line tool to easily handle events on file system modifications.
gem 'guard', '~> 2.15'
# Guard::LiveReload automatically reloads your browser when 'view' files are modified.
gem 'guard-livereload', '~> 2.5', '>= 2.5.2'
end
bulma css를 사용하여서 블로그를 꾸미
'Back-End > Ruby On Rails' 카테고리의 다른 글
Ruby On Rails : Model (0) | 2019.03.05 |
---|---|
이미지업로드 Gem Carrierwave (0) | 2018.12.05 |
rails 토큰 만들기. (0) | 2018.11.23 |
Rails Routes 설명 (0) | 2018.10.17 |
Rails 유용한 Gem (0) | 2018.09.06 |
Comments