From 845e6ff45a704d1cb0495a31c05f5cb190252a43 Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Sun, 7 Oct 2007 09:15:26 +0000 Subject: String#to_xs uses the fast_xs extension if available for Builder speedup. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7773 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activesupport/Rakefile | 1 + 1 file changed, 1 insertion(+) (limited to 'activesupport/Rakefile') diff --git a/activesupport/Rakefile b/activesupport/Rakefile index a27f8dead4..a056caa945 100644 --- a/activesupport/Rakefile +++ b/activesupport/Rakefile @@ -18,6 +18,7 @@ task :default => :test Rake::TestTask.new { |t| t.pattern = 'test/**/*_test.rb' t.verbose = true + t.warning = true } # Create compressed packages -- cgit v1.2.3