옛글/Ruby on the Rails

ruby on rails Reference

ShakeJ 2014. 12. 18. 10:53
반응형

Ruby on rails 가이드 

http://guides.rubyonrails.org/

http://rubykr.github.io/rails_guides/ (한국판)

http://rorlab.gitbooks.io/railsguidebook/content/contents/pro_env.html (초보자를 위한 레일즈 가이드 - 서버 배포)

http://azure.microsoft.com/ko-kr/documentation/articles/virtual-machines-ruby-deploy-capistrano-host-nginx-unicorn (Ubuntu 가상서버 Rails nginx이용해서 배포하기)


- gem 리스트 

Bcrypt (로그인/ password hash 관련 튜토리얼)

https://gist.github.com/thebucknerlife/10090014


CanCan (API / Resource 접근 제한)

https://github.com/ryanb/cancan

반응형