Gentoo Archives: gentoo-commits

From: "Hans de Graaff (graaff)" <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/activerecord/files: activerecord-2.3.10-rails3.patch
Date: Mon, 21 Feb 2011 19:55:44
Message-Id: 20110221195535.B6BB520054@flycatcher.gentoo.org
1 graaff 11/02/21 19:55:35
2
3 Added: activerecord-2.3.10-rails3.patch
4 Log:
5 Fix tests when Rails 3 is also present.
6
7 (Portage version: 2.1.9.25/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 dev-ruby/activerecord/files/activerecord-2.3.10-rails3.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activerecord/files/activerecord-2.3.10-rails3.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activerecord/files/activerecord-2.3.10-rails3.patch?rev=1.1&content-type=text/plain
14
15 Index: activerecord-2.3.10-rails3.patch
16 ===================================================================
17 --- test/cases/helper.rb.~1~ 2011-02-21 20:49:54.892128120 +0100
18 +++ test/cases/helper.rb 2011-02-21 20:50:49.833465960 +0100
19 @@ -1,3 +1,5 @@
20 +gem 'activesupport', '~>2.3'
21 +
22 $:.unshift(File.dirname(__FILE__) + '/../../lib')
23 $:.unshift(File.dirname(__FILE__) + '/../../../activesupport/lib')