aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/tasks
Commit message (Expand)AuthorAgeFilesLines
* Make rake routes gracefully handle routes with no nameSam Ruby2010-08-291-5/+5
* Ensure we are not calling length on nil.José Valim2010-08-281-5/+4
* Read the route name directly from the route instead of looking it up in the n...Andrew White2010-08-271-7/+1
* Remove rails info route from rake routes output [#5452 state:resolved]Andrew White2010-08-251-1/+1
* Hide internal apps from rake routes [#5443 state:resolved]José Valim2010-08-241-1/+1
* Improve routes task code and print the application as :to => RackApp. [#5338 ...José Valim2010-08-151-12/+24
* make rake routes print the name of a Rack endpoint app [#5338 state:resolved]Mark Turner2010-08-151-3/+5
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-4/+4
* the main page of the API generated by the doc:rails task is READMEXavier Noria2010-07-301-1/+1
* Fix app generator so that it uses the right app_name during rails:update rake...rohit2010-07-271-1/+1
* Change some missing README -> README.rdocSantiago Pastorino2010-07-221-8/+8
* Avoid calls to Rails::Application since this is not the official API.José Valim2010-07-012-2/+2
* Cut down even further on rake -T noiseDavid Heinemeier Hansson2010-06-092-10/+41
* Cut down on tasks shown in rake -TDavid Heinemeier Hansson2010-06-095-21/+21
* Remove the laziness from the middleware stack.José Valim2010-06-031-1/+1
* Removing Metal from Rails 3.wycats2010-06-031-1/+1
* Add some comments related to Hash method check.José Valim2010-05-161-0/+3
* Fix Hash#index deprecated warning in 1.9.x [#4600 state:resolved]Aleksandr Koss2010-05-161-1/+2
* Added Rake task rails:templates:copy to copy templates for customization [#45...Jeroen van Dijk + Rodrigo Urubatan2010-05-151-0/+22
* Ensure application rake tasks and generators are loaded after the ones specif...José Valim2010-04-261-0/+2
* periods are not metacharacters within character classesXavier Noria2010-03-301-1/+1
* Remove if/else branch when generating the documentation since we are simply i...José Valim2010-03-301-52/+37
* Changed gem_path to yield the path found in $LOAD_PATH to a block.postmodern2010-03-301-15/+33
* Fix syntax error and avoid the use of unless/else.Michael Koziarski2010-03-301-8/+9
* Just inspect load paths to generate the documentation.José Valim2010-03-301-6/+1
* Work without bundlerJeremy Kemper2010-03-291-31/+46
* Revert "Reorganized app/test directory. [#3057 state:resolved]"José Valim2010-03-291-46/+1
* Reorganized app/test directory. [#3057 state:resolved]Rizwan Reza2010-03-281-1/+46
* Reapply Rizwan's patch, but memoize Bundler.load.specs in an ivar. [#3697 sta...Rizwan Reza2010-03-281-41/+34
* Do not check for a valid const name in Rails 3.0 applications. [#4200 state:r...José Valim2010-03-271-1/+2
* rake tasks should use the new app generator path [#4257 state:resolved]Sebastian Martinez2010-03-231-2/+2
* 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 st...Chris Griego2010-03-161-3/+3
* Revert "Rake task for generating Rails documentation updated to support Bundl...Jeremy Kemper2010-03-111-33/+41
* Rake task for generating Rails documentation updated to support Bundler.Rizwan Reza2010-03-111-41/+33
* 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 Rails.appica...Carl Lerche2010-02-241-2/+2
* 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
* 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