From c1f51680736a8c627c929895c17770768142f735 Mon Sep 17 00:00:00 2001 From: Yehuda Katz Date: Mon, 16 Nov 2009 12:29:38 -0800 Subject: [PATCH] Temporarily add submodules to the Rails repo for Arel and Rack::Mount. These submodules will be removed once we add proper Gemfile following to bundler --- .gitmodules | 6 ++++++ arel | 1 + rack-mount | 1 + 3 files changed, 8 insertions(+) create mode 100644 .gitmodules create mode 160000 arel create mode 160000 rack-mount diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000000000..20ed3ed9c951c --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "arel"] + path = arel + url = git://github.com/rails/arel.git +[submodule "rack-mount"] + path = rack-mount + url = git://github.com/rails/rack-mount.git diff --git a/arel b/arel new file mode 160000 index 0000000000000..0faeb50474073 --- /dev/null +++ b/arel @@ -0,0 +1 @@ +Subproject commit 0faeb5047407348533db952d9cf93ea59d2526dc diff --git a/rack-mount b/rack-mount new file mode 160000 index 0000000000000..3784e633b42f4 --- /dev/null +++ b/rack-mount @@ -0,0 +1 @@ +Subproject commit 3784e633b42f43a4131e02519be60080d179da21