Ruby Inside is carrying the news of Rails 1.2 Release Candidate being tagged by David Heinemeier Hansson. Some of the new features are mentioned, along with instructions for getting Rails 1.2 RC.
I'm glad to see that the activerecord-informix-adapter gem was finally built and published in the Ruby on Rails' gems server, as can be seen by running
gem list --source http://gems.rubyonrails.com -r
The gem is listed as activerecord-informix-adapter (1.0.0.9216) and can be installed by running
sudo gem install activerecord-informix-adapter --source http://gems.rubyonrails.com/
Enjoy!