# HG changeset patch # User Jittat Fakcharoenphol # Date 2010-02-05 13:59:38 # Node ID 88c164fc461e2f7b7eba6cc7e6693cbd7949b5d9 # Parent 11f906d2e75a4359a3856f1bf108685e88b0b9bf upgraded rails to 2.3.5, removed rspec tasks from Rakefile diff --git a/Rakefile b/Rakefile --- a/Rakefile +++ b/Rakefile @@ -9,11 +9,3 @@ require 'tasks/rails' -require 'spec/rake/spectask' - -desc "Run all examples with RCov" -Spec::Rake::SpecTask.new('examples_with_rcov') do |t| - t.spec_files = FileList['spec/*/*.rb'] - t.rcov = true - #t.rcov_opts = ['--exclude', 'examples'] -end diff --git a/config/environment.rb.SAMPLE b/config/environment.rb.SAMPLE --- a/config/environment.rb.SAMPLE +++ b/config/environment.rb.SAMPLE @@ -5,7 +5,7 @@ # ENV['RAILS_ENV'] ||= 'production' # Specifies gem version of Rails to use when vendor/rails is not present -RAILS_GEM_VERSION = '2.3.4' unless defined? RAILS_GEM_VERSION +RAILS_GEM_VERSION = '2.3.5' unless defined? RAILS_GEM_VERSION # Bootstrap the Rails environment, frameworks, and default configuration require File.join(File.dirname(__FILE__), 'boot')