From: Rakesh Malik Date: 2006-08-10T23:43:49+09:00 Subject: Re: [ANN] Rails 1.1.5: Mandatory security patch (and other tidbits) ------=_Part_13264_7983233.1155221026993 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline This killed all of my functional tests: ENV["RAILS_ENV"] = "test" require File.expand_path(File.dirname(__FILE__) + "/../config/environment") require 'test/rails' require 'test_help' Suddenly, 'test/rails' doesn't exist. On 8/10/06, Dmitry Severin wrote: > > But 1.1.5 also may have security holes, posted by me in: > http://www.ruby-forum.com/topic/76671 > > Could someone else, please, confirm them? > Are they known to Rails team? > Or 1.1.5 is about fixing another unrevealed bugs? > > ------=_Part_13264_7983233.1155221026993--