Rails 2.1

Update to Rails 2.1 final.
This commit is contained in:
Jacques Distler 2008-06-02 01:35:38 -05:00
parent fd554cce90
commit 516d6dfac0
257 changed files with 4058 additions and 1933 deletions

View file

@ -0,0 +1,17 @@
ENV['LOG_NAME'] = 'spec'
$LOAD_PATH << File.join(File.dirname(__FILE__), '..', 'vendor', 'rspec', 'lib')
$LOAD_PATH << File.join(File.dirname(__FILE__), '..', 'lib')
require 'active_model'
begin
require 'spec'
rescue LoadError
require 'rubygems'
require 'spec'
end
begin
require 'ruby-debug'
Debugger.start
rescue LoadError
# you do not know the ways of ruby-debug yet, what a shame
end