[[TableOfContents]] = ºÎ·Ï A: ¸µÅ© µî = == ·çºñ ¾ð¾î == * ·çºñ ¾ð¾î ¸ÞÀÎ »çÀÌÆ® http://www.ruby-lang.org/ ·çºñ ¾ð¾îÀÇ ¸ÞÀÎ »çÀÌÆ®: ´Ù¿î·Îµå¿Í Á¤º¸´Â ¿©±â¼­ ¾òÀ¸¼¼¿ä. * ·çºñÆ÷Áö http://www.rubyforge.org/ ·çºñ ¶óÀ̺귯¸®³ª ¾ÖÇø®ÄÉÀ̼ÇÀ» ã°í °è½Å°¡¿ä? ¿©±â¼­ ãÀ¸½Ç ¼ö ÀÖ½À´Ï´Ù. * ·çºñÄÚ³Ê http://www.rubycorner.com/ ·çºñ ºí·Î±× ÁýÇÕ¼Ò: ÁÖÀÎÀåÀÌ ºí·Î±×¸¦ °è¼Ó Ãß°¡ÇÏ¿© ÇöÀç 200°³°¡ ³Ñ½À´Ï´Ù. * ·çºñ ¼¾Æ®·² http://www.rubycentral.com/ µ¥À̺ñµå ºí·¢ÀÇ ÈǸ¢ÇÑ ·çºñ Á¶Á÷: Á¤º¸¿Í ¸µÅ©°¡ ¸¹½À´Ï´Ù. * Ç÷¹´Ö ·çºñ http://planetruby.0x42.net/ ¶Ç´Ù¸¥ ·çºñ ºí·Î±× ÁýÇÕ¼Ò: »çÀÌÆ® ÁÖÀÎÀåÀÌ ¼±ÅÃÇÑ ºí·Î±×µéÀÇ ÁýÇÕ¼Ò == ¹®¼­ == * ·çºñµ¶ http://www.rubymanual.org/ Points to a number of Ruby documentation sources, including the Ruby API docs. * Why's Poignant Guide to Ruby http://www.poignantguide.net/ruby/ Another Ruby book; if you found my writing too dull, perhaps this is more your flavor. * RubyManual http://www.rubymanual.org/ PHP Manual style documentation that allows user comments. * RubyGems Installation http://rubygems.org/read/chapter/3 Article on how to install and setup RubyGems == Á¤±Ô½Ä == * Á¤±Ô½Ä ÇнÀ¼­ http://www.regular-expressions.info/ Á¦°¡ ¹è¿î ÇнÀ¼­ÀÔ´Ï´Ù. (Á¦°¡ µè±â·Î) ÃÖ°í´Â ¾Æ´ÏÁö¸¸ Á¦°¡ º¸±â¿¡´Â º¼¸¸Çß½À´Ï´Ù. * Á¤±Ô½Ä ¶óÀ̺귯¸® http://www.regexlib.com/ »ý°¢ÇϽô °ÍÀ» ¸ðµÎ ÇÒ ¼ö ÀÖ´Â »ç¿ëÀÚ°¡ Á¦ÃâÇÑ regexenÀ̶ó´Â Å« ¶óÀ̺귯¸®ÀÔ´Ï´Ù. * À§Å°¹é°ú ±â»ç http://en.wikipedia.org/wiki/Regex Á¤±Ô½ÄÀÇ À§Å°¹é°ú ±â»çÀÔ´Ï´Ù. ´Ã ±×·¸µíÀÌ ²Ï³ª À¯¿ëÇÑ Á¤º¸ÀÔ´Ï´Ù. * Çѱ¹¾î À§Å°¹é°ú ±â»ç http://ko.wikipedia.org/wiki/%EC%A0%95%EA%B7%9C_%ED%91%9C%ED%98%84%EC%8B%9D (¿ªÀÚ ÁÖ: Á¤±Ô½ÄÀÇ À§Å°¹é°ú ±â»çÀÇ Çѱ¹¾îÆÇÀÔ´Ï´Ù.) == À¯´Ð½º Á¤º¸ == * ÆÄÀÏ ½Ã½ºÅÛ http://www.unix.org.ua/orelly/networking/puis/ch05_01.htm Excellent source for information on UNIX filesystems and their metadata. * ¸®´ª½º ¹®¼­È­ ÇÁ·ÎÁ§Æ® http://www.tldp.org/ The source for Linux documentation. * General Linux command list http://www.linuxdevcenter.com/linux/cmd/ Huge list of Linux commands; useful for those mystery commands or finding new ones. * A Beginner's Tutorial for Linux http://www.linux-tutorial.info/ Very basic information about Linux. == À¥ ¼­ºñ½º == * ·çºñ À¥ ¼­ºñ½º http://www.devx.com/enterprise/Article/28101 Great article that discusses building web services using Ruby. * Soap4r ȨÆäÀÌÁö http://dev.ctor.org/soap4r/ The official homepage of the official SOAP client for Ruby. * xmlrpc4r - XML-RPC for Ruby http://www.fantasy-coders.de/ruby/xmlrpc4r/ Provides an XML-RPC server in Ruby. == DISTRIBUTED RUBY == * DRb Rdocs http://www.ruby-doc.org/stdlib/libdoc/drb/rdoc/index.html The official documentation for DRb. * DRb Tutorial http://www.chadfowler.com/ruby/drb.html Chad Fowler's excellent DRb tutorial. * Segment7 DRb Page http://segment7.net/projects/ruby/drb/ More DRb information from Segment7. == DATABASES == * Official DBI website http://ruby-dbi.rubyforge.org/ Official homepage of the Ruby DBI package * Ruby and the mySQL package http://www.kitebird.com/articles/ruby-mysql.html A tutorial on using the mysql package and Ruby * ActiveRecord Docs http://api.rubyonrails.org/classes/ActiveRecord/Base.html The official Ruby on Rails rdocs for ActiveRecord; go here for more info on how to use it == UNIT TESTING == * ZenTest http://rubyforge.org/projects/zentest/ Testing, on steroids. If you get bored with Test::Unit, check this out. * Why and How: Ruby (and Rails) Unit Testing http://glu.ttono.us/articles/2005/10/30/why-and-how-ruby-and-rails-unit-testing An excellent article by Kevin Clark on unit testing with Ruby (and Rails).