aboutsummaryrefslogtreecommitdiffstats
path: root/railties/rails.gemspec
Commit message (Collapse)AuthorAgeFilesLines
* Break up rails and railties:Carlhuda2009-12-021-31/+0
| | | | | | | * 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.
* Do not ignore .empty_directory files.José Valim2009-10-071-1/+1
| | | | Signed-off-by: Carl Lerche <carllerche@mac.com>
* Make gemspecs the authoritative source instead of generating them from the ↵Joshua Peek2009-09-251-46/+26
| | | | Rakefile
* Add required dependencies on activemodelCarl Lerche2009-09-011-2/+2
|
* Add rake gemspec and gemspecs to the repoYehuda Katz2009-08-311-0/+51