1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/.gitmodules
Carlhuda 8ff310aef4 Break up rails and railties:
* rails is now a metagem (gem install rails works as it does now)
* railties includes the glue layer, so you can easily declare dependencies
  on railties, actionpack, and actionmailer and not get ActiveRecord's rake
  tasks, initializers, etc.
2009-12-02 11:35:47 -08:00

6 lines
142 B
Text

[submodule "arel"]
path = arel
url = git://github.com/rails/arel.git
[submodule "rack"]
path = rack
url = git://github.com/rails/rack.git