중고 신입이 개발해보기..

레일즈 개발 관련 참고 사이트 본문

Back-End /Ruby On Rails

레일즈 개발 관련 참고 사이트

rootkaien 2019. 9. 20. 13:33

이페이지는 Rails에 관련된 사이트를.. 모아보겟다

 

 

루비 온 레일즈 사이트

ㄴ http://rubyonrails.org/

 

Ruby on Rails

A web-application framework that includes everything needed to create database-backed web applications according to the Model-View-Controller (MVC) pattern.

rubyonrails.org

 

루비 온 레이즈 가이드 

ㄴ http://guides.rubyonrails.org/

 

Ruby on Rails Guides

Ruby on Rails Guides

guides.rubyonrails.org

 

Ruby On Rails Tutorial 

ㄴ https://www.railstutorial.org/book

 

Ruby on Rails Tutorial

Since its publication in 2010, the Ruby on Rails Tutorial has been one of the leading introductions to web development. In this bestselling tutorial, you’ll learn how to develop and deploy real, industrial-strength web applications with Ruby on Ra

www.railstutorial.org

 

초레가(초보자를 위한 레일즈 가이드북)

ㄴ https://www.railsguidebook.com/

 

서문 · 초레가2

No results matching ""

www.railsguidebook.com

 

Ruby Gems 

ㄴ https://rubygems.org/

 

RubyGems.org | your community gem host

 

rubygems.org

 

The Ruby Toolbos

ㄴ https://www.ruby-toolbox.com/

 

The Ruby Toolbox - Know your options!

Explore and compare open source Ruby libraries

www.ruby-toolbox.com

 

알아두면 도움이되는 55가지 루비기법

ㄴ https://gist.github.com/nacyot/7624036

 

알아두면 도움이 되는 55가지 루비 기법

알아두면 도움이 되는 55가지 루비 기법. GitHub Gist: instantly share code, notes, and snippets.

gist.github.com

 

Learning Ruby on Rails eBook (PDF)

ㄴ https://riptutorial.com/ko/ebook/ruby-on-rails

 

ruby-on-rails eBook

Stack Overflow 사용자의 기여로 생성 된 ruby-on-rails 전자 서적입니다.

riptutorial.com

 

Devise  파헤치기 (v1.0.3)

ㄴ https://luciuschoi.gitbooks.io/exploring_devise/content/

 

Introduction · Devise 젬 파헤치기 v1.0.3

이 책에서는 독자들의 이해를 보다 효과적으로 돕기 위해 간단한 샘플 프로젝트를 작성할 것이다. 여기를 클릭하면 샘플 프로젝트 저장소로 이동할 수 있다.

luciuschoi.gitbooks.io

 

레일즈 개발 내용이 있는 블로그 

ㄴ http://blog.naver.com/PostList.nhn?blogId=kbs4674&from=postList&categoryNo=78

ㄴ https://negabaro.github.io/category/

ㄴ http://courspick.blogspot.com/2019/03/httpstorreswoo.html

 

 

 

 

레이즐 모델에 필드를 추가하는 방법을 정리 

https://rubyinrails.com/2019/04/22/rails-add-reference-vs-add-column-migration/

 

Rails add_reference vs add_column in migrations

Rails supports schema statements like add_reference and add_columns. They have different options and serve different purpose as illustrated in this post. 1. add_column in rails migrations To add a new column to an existing table in Rails, we can write a mi

rubyinrails.com

 

Comments