aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators.rb
Commit message (Collapse)AuthorAgeFilesLines
...
* Configure generator when needed rather than during initializationJeremy Kemper2009-11-031-0/+6
|
* Avoid duplicated names on help description and show proper error message if ↵José Valim2009-11-031-14/+36
| | | | | | trying to load a Rails 2.x generator. Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
* Fix rake dev and update vendored Thor.José Valim2009-10-271-1/+1
| | | | Signed-off-by: Yehuda Katz <wycats@gmail.com>
* Remove config.gem in favor of using the bundler. This makes config/boot.rb ↵Carl Lerche2009-10-161-2/+0
| | | | | | obsolete. The bundler library is at: http://github.com/wycats/bundler/ and is a rubygem.
* Deprecate RAILS_ROOT in favor of Rails.root (which proxies to the ↵Carl Lerche2009-10-161-5/+5
| | | | application's object root)
* Fix generators load pathsJeremy Kemper2009-10-111-1/+1
|
* Move railties/lib/* into railties/lib/*Yehuda Katz + Carl Lerche2009-09-241-0/+299