RBC3月のイケテルRails勉強会はRails2.3.2で

Rails 2.3: Templates, Engines, Rack, Metal, much more! | Riding Rails

zsh% sudo gem install rails
Password:
Successfully installed activesupport-2.3.2
Successfully installed activerecord-2.3.2
Successfully installed actionpack-2.3.2
Successfully installed actionmailer-2.3.2
Successfully installed activeresource-2.3.2
Successfully installed rails-2.3.2
6 gems installed
...以下略...
zsh% rails -v
Rails 2.3.2

ということで今月のhttp://rubybizcommons.blogspot.com/2009/03/blog-post.htmlはRails2.3.2でやります。環境構築の補足メールを出さなければ。少々お待ちを。ちなみに今回はRails2.3.xの新機能である、Application Template

Templates: Allows your new skeleton Rails application to be built your way with your default stack of gems, configs, and more.

や、I18n(Internationalization)、named_scopeなんかも盛り込んでみて、楽しくやりたいと思います。よろしくお願いします。