vicjung 2011. 12. 25. 17:04

주요 참조 사이트

http://www.ruby-doc.org

http://rubydoc.info/stdlib/core/1.8.7/frames

http://rubydoc.info/github/hpricot

http://errtheblog.com/posts/6-parse-xml-with-hpricot

http://www.techotopia.com/index.php/Ruby_String_Replacement,_Substitution_and_Insertion

http://as.rubyonrails.org/

http://sqlite-ruby.rubyforge.org/sqlite3/faq.html

http://sqlite-ruby.rubyforge.org/

 

 

rails

console에서 rails 프로젝트 만듬

만든 폴더로 이동하여

mate .

 

<rails 3.0 주요변경 사항>
rails [프로젝트명] => rails new [프로젝트명] 으로 변경

ruby script/generate =>  rails generate  형태로 변경

: ./script/[명령어] 계열이 rails [명령어 형태로 변경됨