Capistrano 3를 이용하여 레일스 프로젝트를 배포하는 방법을 소개한다.
[월:] 2015년 5월월
Bootstrap과 Simple_form 젬을 이용한 라디오버튼과 체크박스 레시피 (3)
이번에는 category 항목을 다중 선택이 가능하도록 해 보자. 이를 위해서 우선 3개의 boolean 속성을 추가하자. $ rails g migration add_fields_to_posts … More
Bootstrap과 Simple_form 젬을 이용한 라디오버튼과 체크박스 레시피 (2)
오늘은 지난 글에 이어서 문자열 속성을 가지는 필드에 대해서 라디오버튼 그룹 또는 SELECT 태그를 적용하는 방법을 알아보자.
Bootstrap과 Simple_form 젬을 이용한 라디오버튼과 체크박스 레시피 (1)
웹어플리케이션을 제작할 때 퍼블리셔는 프론트엔드를 제일선에서 담당하는 매우 중요한 역할을 수행한다. 레일스를 이용해서 웹개발할 때도 예외는 아니다. 그러나 레일스는 MVC … More
Jasny’s Bootstrap : The missing components for your favorite front-end framework.
http://jasny.github.io/bootstrap/ Jasny Bootstrap is an extension to vanilla Bootstrap, adding a number of features and components. The aim of Jasny … More