From 8ff310aef4e7ed424429059d10e3af0f169323fb Mon Sep 17 00:00:00 2001 From: Carlhuda Date: Mon, 30 Nov 2009 16:46:09 -0800 Subject: 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. --- rack | 1 + 1 file changed, 1 insertion(+) create mode 160000 rack (limited to 'rack') diff --git a/rack b/rack new file mode 160000 index 0000000000..adf996587a --- /dev/null +++ b/rack @@ -0,0 +1 @@ +Subproject commit adf996587aecdd604eff441b8b69e4c47a8c2617 -- cgit v1.2.3