ruby

Rubyのモジュールのソース検索

perldoc -m モジュール に対応するものが見つからなかったので、暫定的に以下のスクリプトで検索する事にしました。 #!/bin/sh ack --ruby $1 /var/lib/gems/1.8/gems/ リフレクション使えばRubyのメソッドのソースとか取得できるんじゃないかなぁとも思った…

Agile Web Development with Rails

PDFのほうは購入して読み勧めていたのですが、Rails勉強会ように本のほうも購入しました。本日、ようやく届きました。これでRails勉強会への参加準備はできました。後は勉強会に向けてRailsを使い込んでいくのみ。Railsのコード読みと平行して、複数人で開発…

Enterprise Integration with Ruby

http://pragmaticprogrammer.com/titles/fr_eir/index.htmlbetaのPDFを購入. Agile Web Development with Railsをさっさと消化しないと.

「Ruby on Rails Approximations in Java」 by DHH

http://www.artima.com/weblogs/viewpost.jsp?thread=77745

EclipseでRailsアプリの開発

http://www.napcs.com/howto/railsonwindows.htmlLaunching External Rails Scripts within Eclipse の部分が参考になる。 http://www.napcs.com/howto/railsonwindows.html#_Toc111133464Eclipseで使用しているプラグインは、 RDT Ruby用 DBEdit DB用 SubCl…

Best of Ruby Quiz

http://pragmaticprogrammer.com/titles/fr_quiz/index.htmlfrom kakutaniさんの日記 http://www.kakutani.com/20051007.html#p02

iBATIS for Ruby

Jon TrisenさんによるiBatisのRubyへのporting. (August 25, 2005) It's official. iBATIS is no longer a simple tool or framework. It is a genuine approach to integrating object oriented applications and relational databases. We could have said…

Ruby on Rails: An Interview with David Heinemeier Hansson

http://www.oreillynet.com/pub/a/network/2005/08/30/ruby-rails-david-heinemeier-hansson.htmlDHH熱いなぁ. PHPのほうが言語としてはJavaとかのいわゆるポピュラーな言語に似ているから、割と人を集めやすいような気はするんだけれど、あえてRubyを採用し…

RubyGemsのdeb

はんばあぐさんが作られていました。Viva はんばあぐさん! http://www.sgtpepper.net/hyspro/deb/unstable/これでRails開発環境の環境構築も一段と楽になります!

Yield to the Block:The Power of Blocks in Ruby

まつもとさんのOSCON2005のスライド http://www.rubyist.net/~matz/slides/oscon2005/index.htmlfrom http://www.kakutani.com/20050808.html#p01

O'Reilly Open Source Convention 2005 -- Presentation Files

http://conferences.oreillynet.com/pub/w/38/presentations.html

Application Deployment with Rails

http://jamis.jamisbuck.org/articles/2005/07/14/application-deployment-with-railsちょうど知りたいと思っていたこと. ホットなタイミング.

Agile Web Development with Rails

http://blogs.pragprog.com/cgi-bin/pragdave.cgi/Random/RailsBetaBook.rdocbetaのrelease! 早速購入。