Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Adding ruby version spec to all gemspec files to at least 1.8.7 | Mikel Lindsaar | 2010-02-08 | 1 | -1/+2 | |
| | | | | Signed-off-by: José Valim <jose.valim@gmail.com> | |||||
* | CI: sudo unnecessary. Bump bundler dep to 0.9.3. | Jeremy Kemper | 2010-02-06 | 1 | -1/+1 | |
| | ||||||
* | Bump git versions to 3.0.0.beta1 since we've released | Jeremy Kemper | 2010-02-05 | 1 | -7/+7 | |
| | ||||||
* | Kill default require_path | Jeremy Kemper | 2010-02-04 | 1 | -2/+2 | |
| | ||||||
* | Bump to bundler 0.9.2 | Jeremy Kemper | 2010-02-04 | 1 | -1/+1 | |
| | ||||||
* | Depend on bundler >= 0.9.1 | Jeremy Kemper | 2010-02-04 | 1 | -1/+1 | |
| | ||||||
* | Bump bundler dep to 0.9.1.pre1 | Jeremy Kemper | 2010-02-04 | 1 | -1/+1 | |
| | ||||||
* | Homogenize gemspecs and remove the deprecated autorequire | David Heinemeier Hansson | 2010-02-03 | 1 | -16/+13 | |
| | ||||||
* | Merge | David Heinemeier Hansson | 2010-02-03 | 1 | -1/+1 | |
|\ | ||||||
| * | Update rails to use the latest bundler | Carl Lerche | 2010-02-03 | 1 | -1/+1 | |
| | | ||||||
* | | Move to 3.0.0.beta | David Heinemeier Hansson | 2010-02-03 | 1 | -7/+7 | |
|/ | ||||||
* | 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. |