Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update to latest thor. | José Valim | 2010-11-04 | 1 | -1/+1 |
| | |||||
* | Update to Thor 0.14.3. | José Valim | 2010-10-04 | 1 | -1/+1 |
| | |||||
* | Bump up some deps | Santiago Pastorino | 2010-09-26 | 1 | -1/+1 |
| | |||||
* | Bump thor version requirement. | José Valim | 2010-09-24 | 1 | -1/+1 |
| | |||||
* | Bump rake dependency to 0.8.4. [#5279 state:resolved] | Aaron Suggs | 2010-08-24 | 1 | -1/+1 |
| | | | | | | | This rake version adds the Rake::RDocTask#rdoc_task_name method, used in railties/lib/rails/tasks/documentation.rake Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | Update to latest thor. | José Valim | 2010-07-26 | 1 | -1/+1 |
| | |||||
* | Change some missing README -> README.rdoc | Santiago Pastorino | 2010-07-22 | 1 | -1/+1 |
| | |||||
* | bump erubis version to 2.6.6 and thor version to 0.13.7 | Santiago Pastorino | 2010-07-02 | 1 | -1/+1 |
| | | | | Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | Update generators to use thor 0.13.6 with simpler source_root handling. | José Valim | 2010-04-30 | 1 | -1/+1 |
| | |||||
* | Update thor dependency to 0.13.5 | José Valim | 2010-04-29 | 1 | -1/+1 |
| | |||||
* | moved rails binary to rails gem, so rubygems can find specific versions of ↵ | Felipe Rodrigues | 2010-04-12 | 1 | -3/+0 |
| | | | | | | rails [#4382 state:resolved] Signed-off-by: wycats <wycats@gmail.com> | ||||
* | Move railties/builtin into lib | Joshua Peek | 2010-03-20 | 1 | -1/+1 |
| | |||||
* | Load RAILS_VERSION relative to the gemspec file. | Stefan Penner | 2010-03-06 | 1 | -1/+1 |
| | |||||
* | Read Rails version from a file instead of modifying the load path and doing ↵ | Bryan Helmkamp | 2010-03-04 | 1 | -5/+4 |
| | | | | | | requires Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net> | ||||
* | Wordsmith gem descriptions | Jeremy Kemper | 2010-03-02 | 1 | -2/+2 |
| | |||||
* | Leverage VERSION constants from gemspecs to avoid tedious updates when releasing | Bryan Helmkamp | 2010-03-02 | 1 | -3/+6 |
| | |||||
* | Update thor dependency. | José Valim | 2010-02-26 | 1 | -1/+1 |
| | |||||
* | Add readme as method in Rails::Generators::Actions (as we had in 2.3) | José Valim | 2010-02-17 | 1 | -1/+1 |
| | |||||
* | Merge master. | José Valim | 2010-02-17 | 1 | -1/+1 |
| | |||||
* | Adding ruby version spec to all gemspec files to at least 1.8.7 | Mikel Lindsaar | 2010-02-08 | 1 | -0/+1 |
| | | | | Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | Bump git versions to 3.0.0.beta1 since we've released | Jeremy Kemper | 2010-02-05 | 1 | -3/+3 |
| | |||||
* | Homogenize gemspecs and remove the deprecated autorequire | David Heinemeier Hansson | 2010-02-03 | 1 | -21/+19 |
| | |||||
* | Move to 3.0.0.beta | David Heinemeier Hansson | 2010-02-03 | 1 | -3/+3 |
| | |||||
* | Simplify description | David Heinemeier Hansson | 2010-02-03 | 1 | -2/+1 |
| | |||||
* | No more vendored thor. | José Valim | 2010-02-03 | 1 | -2/+3 |
| | |||||
* | Break up rails and railties: | Carlhuda | 2009-12-02 | 1 | -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. |