Category: Ruby on rails

[RoR] Rails-flavored Ruby

Rails 에서는 Ruby 중 일부를 사용할 수 있다. 아래는 application.css 파일을 link하는 것이다. 일단 이건 뒤에서 다시 보자.1<%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %> String and Method 주

[RoR] CRUD

https://www.railstutorial.org/book/static_pages 를 보고 공부한 내용. CRUD CRUD 는 아래 네 가지를 뜻한다. 위키백과를 참조하자 - Create - Read - Update - Delete MVC Ruby on rails는 MVC(Model View Controller)로 설계되어 있다. 위키백과를 참조하자

[RoR] Settings

회사에서 존경하는 선배님과 함께 Ruby on rails를 이용하여 스터디를 진행하기로 하였다. Virtualbox를 설치하고 Ubuntu 환경에서 진행하였다. https://www.railstutorial.org/book/static_pages 를 보고 공부한 내용. Ruby on rails 란? Rails는 Ruby 언어에서 동작하는 Web Appl