Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Have rails depend on bundler | Carl Lerche | 2010-01-31 | 1 | -0/+1 | |
| | ||||||
* | Break up rails and railties: | Carlhuda | 2009-12-02 | 1 | -0/+25 | |
* 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. |