1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Submodule rails master rather than rely on gems

This commit is contained in:
Jeremy Kemper 2009-09-14 03:14:53 -07:00
parent a727cef713
commit bad67f8a4a
3 changed files with 5 additions and 0 deletions

3
.gitmodules vendored Normal file
View file

@ -0,0 +1,3 @@
[submodule "vendor/rails"]
path = vendor/rails
url = git://github.com/rails/rails.git

View file

@ -20,6 +20,7 @@ namespace :spec do
for adapter in %w[mysql sqlite3 postgresql]
desc "Run specs with the #{adapter} database adapter"
Spec::Rake::SpecTask.new(adapter) do |t|
t.libs << "#{File.dirname(__FILE__)}/vendor/rails/activerecord/lib"
t.spec_files =
["spec/connections/#{adapter}_connection.rb"] +
["spec/schemas/#{adapter}_schema.rb"] +

1
vendor/rails vendored Submodule

@ -0,0 +1 @@
Subproject commit 181cd109d9812d371e2d554a4846f0b2b25b1690