aboutsummaryrefslogtreecommitdiffstats
path: root/railties/railties.gemspec
Commit message (Collapse)AuthorAgeFilesLines
...
* Read Rails version from a file instead of modifying the load path and doing ↵Bryan Helmkamp2010-03-041-5/+4
| | | | | | requires Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
* Wordsmith gem descriptionsJeremy Kemper2010-03-021-2/+2
|
* Leverage VERSION constants from gemspecs to avoid tedious updates when releasingBryan Helmkamp2010-03-021-3/+6
|
* Update thor dependency.José Valim2010-02-261-1/+1
|
* Add readme as method in Rails::Generators::Actions (as we had in 2.3)José Valim2010-02-171-1/+1
|
* Merge master.José Valim2010-02-171-1/+1
|
* Adding ruby version spec to all gemspec files to at least 1.8.7Mikel Lindsaar2010-02-081-0/+1
| | | | Signed-off-by: José Valim <jose.valim@gmail.com>
* Bump git versions to 3.0.0.beta1 since we've releasedJeremy Kemper2010-02-051-3/+3
|
* Homogenize gemspecs and remove the deprecated autorequireDavid Heinemeier Hansson2010-02-031-21/+19
|
* Move to 3.0.0.betaDavid Heinemeier Hansson2010-02-031-3/+3
|
* Simplify descriptionDavid Heinemeier Hansson2010-02-031-2/+1
|
* No more vendored thor.José Valim2010-02-031-2/+3
|
* Break up rails and railties:Carlhuda2009-12-021-0/+28
* 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.