Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Break up rails and railties: | Carlhuda | 2009-12-02 | 1 | -0/+3 |
| | | | | | | | * 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. | ||||
* | Remove rackmount submodule | Joshua Peek | 2009-11-29 | 1 | -3/+0 |
| | |||||
* | Temporarily add submodules to the Rails repo for Arel and Rack::Mount. These ↵ | Yehuda Katz | 2009-11-16 | 1 | -0/+6 |
| | | | | submodules will be removed once we add proper Gemfile following to bundler | ||||
* | Move from git submodule to gem bundle | Jeremy Kemper | 2009-10-14 | 1 | -3/+0 |
| | |||||
* | Use public submodule url | Jeremy Kemper | 2009-04-30 | 1 | -1/+1 |
| | |||||
* | Added arel as a submodule. This is temporary and will make ↵ | Emilio Tagua | 2009-04-23 | 1 | -0/+3 |
development/testing easier. |