aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/tasks
Commit message (Collapse)AuthorAgeFilesLines
* Do not check for a valid const name in Rails 3.0 applications. [#4200 ↵José Valim2010-03-271-1/+2
| | | | state:resolved]
* rake tasks should use the new app generator path [#4257 state:resolved]Sebastian Martinez2010-03-231-2/+2
| | | | Signed-off-by: José Valim <jose.valim@gmail.com>
* Autoload Rails::InfoJoshua Peek2010-03-201-1/+0
|
* Move railties/builtin into libJoshua Peek2010-03-202-7/+7
|
* Deprecated framework rake tasks should exit with non-zero exit code [#4177 ↵Chris Griego2010-03-161-3/+3
| | | | | | status:resolved] Signed-off-by: José Valim <jose.valim@gmail.com>
* Revert "Rake task for generating Rails documentation updated to support ↵Jeremy Kemper2010-03-111-33/+41
| | | | | | | | Bundler." Incredibly slow. Fix gem_path to not load the bundle fresh each call. This reverts commit 58796dcfc0d74fa3def752fa8b779f725f0747f0.
* Rake task for generating Rails documentation updated to support Bundler.Rizwan Reza2010-03-111-41/+33
| | | | Signed-off-by: José Valim <jose.valim@gmail.com>
* If RAILS_PATH isn't set, make a dummy doc taskJeremy Kemper2010-03-071-32/+40
|
* rake doc:rails complains loudly if there's no path to generate docs fromJeremy Kemper2010-03-071-1/+3
|
* Leverage VERSION constants from gemspecs to avoid tedious updates when releasingBryan Helmkamp2010-03-021-1/+1
|
* Remove references to ActionDispatch::Routing::Routes in favor of ↵Carl Lerche2010-02-241-2/+2
| | | | Rails.appication.routes.
* Use ActionDispatch::Routing everywhereMartin Schürrer2010-02-211-2/+2
|
* Also check if application is a valid constant in rake rails:update.José Valim2010-02-211-5/+11
|
* Bump git versions to 3.0.0.beta1 since we've releasedJeremy Kemper2010-02-051-1/+1
|
* Move to 3.0.0.betaDavid Heinemeier Hansson2010-02-031-1/+1
|
* Deprecated freeze rake tasks and cleaned up annotations.rakeMikel Lindsaar2010-02-032-69/+8
|
* Added "rake about" as a replacement for script/about [DHH]David Heinemeier Hansson2010-02-021-0/+7
|
* Hide '/rails/info/properties' from 'rake routes' [#3793 state:resolved]Prem Sichanugrist2010-02-021-0/+1
| | | | Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
* Only load testing tasks if test unit is being used.José Valim2010-01-291-130/+0
|
* Middleware stack actually runs routes and not the application.José Valim2010-01-261-1/+1
|
* Ensure proper class is shown on rake middleware.José Valim2010-01-261-1/+1
|
* Revamp of Rails documentation taskRizwan Reza2010-01-241-23/+31
| | | | Signed-off-by: Yehuda Katz <wycats@Yehuda-Katz.local>
* Add Rails::Application pointer to the default app to add symmetry to ↵Joshua Peek2010-01-241-1/+1
| | | | Foo::Application
* Ensure namespaced controllers in engines work.José Valim2010-01-241-0/+1
|
* Cleanup middleware introspection outputJoshua Peek2010-01-191-1/+1
|
* Rake tasks should load generators from new paths.José Valim2010-01-181-2/+2
|
* Fix RAILS_ROOT deprecation on guides generation. [#3710 status:resolved]Rizwan Reza2010-01-171-1/+1
| | | | Signed-off-by: José Valim <jose.valim@gmail.com>
* Fixes rake:template task [#3714 status:resolved]Rizwan Reza2010-01-171-2/+3
| | | | Signed-off-by: José Valim <jose.valim@gmail.com>
* Set deprecation warnings for RAILS_ENV and RAILS_DEFAULT_LOGGER.José Valim2010-01-131-0/+1
|
* Move the ActiveRecord related rake tasks into the AR gem.Carl Lerche2009-12-281-469/+0
|
* Avoid using unrequired core extensionsJeremy Kemper2009-12-011-1/+1
|
* 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
|
* Have script/* and Rakefile use the application objectCarlhuda2009-11-241-4/+0
|
* Quieter rake test runnerJoshua Peek2009-11-241-9/+0
|
* Restore `rake routes` [#3402 state:resolved]Joshua Peek2009-10-241-6/+3
|
* Error message references application.rb instead of environment.rbJeremy Kemper2009-10-191-1/+1
|
* Remove config.gem in favor of using the bundler. This makes config/boot.rb ↵Carl Lerche2009-10-162-83/+0
| | | | | | obsolete. The bundler library is at: http://github.com/wycats/bundler/ and is a rubygem.
* Use Rails.root in statistics rake taskJoshua Peek2009-10-161-3/+2
|
* Deprecate RAILS_ROOT in favor of Rails.root (which proxies to the ↵Carl Lerche2009-10-164-18/+18
| | | | application's object root)
* Yank FCGI Handler from coreJoshua Peek2009-10-051-5/+0
| | | http://github.com/rails/fcgi_handler
* Pull middleware for Rails info from the initializer instead of ActionControllerJoshua Peek2009-09-261-2/+2
|
* Move railties/lib/* into railties/lib/*Yehuda Katz + Carl Lerche2009-09-2412-0/+1082