aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/tasks/framework.rake
Commit message (Collapse)AuthorAgeFilesLines
* Rake tasks should load generators from new paths.José Valim2010-01-181-2/+2
|
* Fixes rake:template task [#3714 status:resolved]Rizwan Reza2010-01-171-2/+3
| | | | Signed-off-by: José Valim <jose.valim@gmail.com>
* rails:update:configs updates boot.rb and the rest of config/*Jeremy Kemper2009-12-011-0/+1
|
* Reinstate rails:update:configs task removed in e1fdc8bJeremy Kemper2009-12-011-0/+5
|
* Fix rails:update:scriptsJeremy Kemper2009-12-011-1/+1
|
* Remove config.gem in favor of using the bundler. This makes config/boot.rb ↵Carl Lerche2009-10-161-5/+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-4/+4
| | | | application's object root)
* Yank FCGI Handler from coreJoshua Peek2009-10-051-5/+0
| | | http://github.com/rails/fcgi_handler
* Move railties/lib/* into railties/lib/*Yehuda Katz + Carl Lerche2009-09-241-0/+133