diff options
author | Yehuda Katz <wycats@Yehuda-Katz.local> | 2009-11-16 12:29:38 -0800 |
---|---|---|
committer | Yehuda Katz <wycats@Yehuda-Katz.local> | 2009-11-16 12:30:06 -0800 |
commit | c1f51680736a8c627c929895c17770768142f735 (patch) | |
tree | 160b6fb92fc9b1860e62c08c0a62242e56812ab2 | |
parent | 7601d482bd187bdd06d3aa7ac1e8c7bb805f40a3 (diff) | |
download | rails-c1f51680736a8c627c929895c17770768142f735.tar.gz rails-c1f51680736a8c627c929895c17770768142f735.tar.bz2 rails-c1f51680736a8c627c929895c17770768142f735.zip |
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
-rw-r--r-- | .gitmodules | 6 | ||||
m--------- | arel | 6 | ||||
m--------- | rack-mount | 0 |
3 files changed, 12 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000000..20ed3ed9c9 --- /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 +Subproject 0faeb5047407348533db952d9cf93ea59d2526d diff --git a/rack-mount b/rack-mount new file mode 160000 +Subproject 3784e633b42f43a4131e02519be60080d179da2 |