1.2.6 is out : http://dev.rubyonrails.org/changeset/8197
There's a fix for a regression in AR :
http://dev.rubyonrails.org/ticket/8713
and a security fix, see :
http://dev.rubyonrails.org/ticket/10048
http://nvd.nist.gov/nvd.cfm?cvename=CVE-2007-6077
Official announce : [no link for the moment, put it here]
-- Jean-François.
-Bill
How update from 1.2.5?
On OS X 10.4.10, I used
$ sudo gem install rails --include-dependencies
but eventually get this error
Bulk updating Gem source index for: http://gems.rubyforge.org
ERROR: While executing gem ... (OpenURI::HTTPError)
404 Not Found
--
Posted via http://www.ruby-forum.com/.
Duh. Nevermind _update_ not _install_
-- gw
-- Sincerely, William Pratt
Just to let you know, Rails 2.0 was just released. You might want to
update to 1.2.6 first though as it appears you are in the process of
doing. This is important if you have any existing projects you'll be
working with.
To answer your question though, did you include dependencies when you
updated rails?