Header

  1. View current page

    신나는 느뤼의 노트 ㅋㅋ

Profile_img_60x60_01
0

Getting 스타또 루비

 시작의 Ruby

이 노트는 완전 쌩 초짜 느뤼를 위한 노트 (또는 느뤼와 레베루가 같은 분들을 위한 노트 ㅋㅋ)

무작정 이것저것 닥치는데로 Ruby관련 자료들은 모아 본다. 쭉쭉 읽어 본다. 여러번 읽으면 몇개는 머리에 남겠지? ㅋ

생소한 단어들 - 모르는건 무조건 죄다 ㅋㅋ

음 근데 적다보니 ruby보다는 open api와 관련된 단어가 대부분이군;;;; 뭐 어쨌든 알아서 손해볼건 없지..;;

 

Ruby on Rails (http://en.wikipedia.org/wiki/Ruby_on_Rails에서 펌)

 

 

JRuby (http://hyghyk.egloos.com/67100 에서 펌)

  • 루비를 100% 자바로 구현
  • 오픈소스, GPL/LGPL/CPL 라이센스
  • 아직 Ruby-toBytecode 컴파일러는 지원하지 않는다.
  • 비관리쓰레드
  • JAVA SE 1.4.2 이상에서 실행
  • 2001년 가을 RUBY 1.6을 기반으로 시작
  • www.jruby.org

 

 WEBrick (http://en.wikipedia.org/wiki/WEBrick에서 펌)

  • is a Ruby library providing simple HTTP web server services. WEBrick was primarily written by Takahashi Masayoshi and Gotou Yuuzou, with contributions from other developers via the open source model of software development. The server also provides code for simple server services other than HTTP.It is used by the Ruby on Rails framework to test applications in a development environment. Despite its popularity WEBrick has gained some notoriety since the code is completely undocumented.

 

Mongrel

  • 루비로 만들어진 웹서버
  • Evented Mongrel, Mongrel Cluster

 

Thin

  • Mongrel을 대체할만한 성능 좋은 루비 웹서버

 

Merb

 

Phusion Passenger(http://inocrazy.com/docs/8 에서 펌)

  •  Phusion Passenger는 네덜란드의 Phusion사에서 개발된 Apache web server의 module이다.(mod_rails로도 알려져있다.) PHP Application을 배포하는 것처럼, Rails Application에서 upload-and-go(업로드 후, 바로 실행)를 가능하게 해준다.

     

ORM

 

Sinatra

  •  Rails, Merb 같은 Framework
  • 작은 Web app에 최적화된 Framework

 

Haml (http://haml.hamptoncatlin.com/docs/rdoc/classes/Haml.html 에서 펌)

  • HTML Abstaction Markup Language
  • Haml is a markup language that‘s used to cleanly and simply describe the XHTML of any web document, without the use of inline code. Haml functions as a replacement for inline page templating systems such as PHP, ERB, and ASP. However, Haml avoids the need for explicitly coding XHTML into the template, because it is actually an abstract description of the XHTML, with some code to generate dynamic content.

 

XHTML (http://ko.wikipedia.org/wiki/XHTML 에서 펌)

  • XHTML(Extensible Hypertext Markup Language)은 HTML과 동등한 표현 능력을 지닌 마크업 언어로, HTML보다 엄격한 문법을 가진다. HTML이 SGML의 응용인데 반해, 매우 유연한 마크업 언어인 XHTML은 SGML의 제한된 부분집합인 XML의 응용이다. XHTML 문서는 하나의 XML 문서로서 문법적으로 정확해야 하기 때문에, HTML과 달리 표준 XML 라이브러리를 이용한 자동화된 처리가 가능하다. XHTML 1.0은 2000년 1월 26일, W3C의 권고안이 되었다.

 

RadRails

  • Eclipse 기반의 RoR 개발용 IDE

 

BlueprintCSS

 

Disqus

 

reCAPTCHA

 

Akismet

 


루비 관련(참고) 사이트

http://ikspres.springnote.com/pages/622559 <- ikspress 님의 Getting Real 소개 : 헛개발 대박 완전 공감 ㅋㅋ

http://www.myruby.net/pages/320379 <- deepblue 님의 Rails Deployment

http://blog.theple.com/yoon1202/folder/21.html?uid=190
http://withover.com/blog/199 <- aptana eclipse plugin 설치가이드

http://cafe.naver.com/amagramer.cafe?iframe_url=/ArticleRead.nhn%3Farticleid=473 <-  RadRails 사용법

 

루비 튜토리얼

 http://wiki.kldp.org/wiki.php/ruby

 

Tags

History

Last edited on 06/22/2008 11:24 by 느뤼

Comments (0)

You must log in to leave a comment. Please sign in.