aboutsummaryrefslogtreecommitdiffstats
path: root/rails.gemspec
Commit message (Collapse)AuthorAgeFilesLines
...
* Bump bundler dep to 0.9.1.pre1Jeremy Kemper2010-02-041-1/+1
|
* Homogenize gemspecs and remove the deprecated autorequireDavid Heinemeier Hansson2010-02-031-16/+13
|
* MergeDavid Heinemeier Hansson2010-02-031-1/+1
|\
| * Update rails to use the latest bundlerCarl Lerche2010-02-031-1/+1
| |
* | Move to 3.0.0.betaDavid Heinemeier Hansson2010-02-031-7/+7
|/
* Have rails depend on bundlerCarl Lerche2010-01-311-0/+1
|
* Break up rails and railties:Carlhuda2009-12-021-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.