aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/tasks/documentation.rake
Commit message (Expand)AuthorAgeFilesLines
* Merge docrails along with the new guides and guides generation codePratik Naik2009-02-061-9/+2
* Merge with docrailsPratik Naik2008-10-221-1/+1
* Merge with docrails. Also add a rake task to generate guides in your rails ap...Pratik Naik2008-10-211-0/+13
* Merge docrailsPratik Naik2008-10-051-0/+1
* Added optional rake doc:app TITLE environment parameterNathaniel Bibler2008-08-291-2/+2
* Fixed that rake doc:plugins to uses UTF-8. [#573 state:resolved]Chris Lloyd2008-08-221-0/+1
* Ruby 1.9 compatibility. References #1689.Jeremy Kemper2007-12-171-2/+2
* Include ARes and Railties in rdoc. Freeze ARes gem instead of AWS.Jeremy Kemper2007-10-081-0/+6
* Added TEMPLATE option to rake doc:app to set a custom output template (closes...David Heinemeier Hansson2007-09-221-1/+2
* Fixed that rake doc:app should use UTF-8 (closes #8906) [farzy]David Heinemeier Hansson2007-09-221-1/+2
* Remove last mentions of AWS from railtiesMichael Koziarski2007-09-221-10/+0
* Docfixes (closes #7348, #7778, #8669)David Heinemeier Hansson2007-06-231-1/+1
* Added lib/ to the directories that will get application docs generated [DHH]David Heinemeier Hansson2006-05-281-0/+1
* Added namespaces to all tasks, so for example load_fixtures is now db:fixture...David Heinemeier Hansson2006-02-271-68/+73
* rake appdoc fails with unrecognized option (closes #3757) [Jakob S]David Heinemeier Hansson2006-02-251-1/+1
* Fixed documentation tasks to work with Rake 0.7.0 (closes #3563) [kazuhiko@fd...David Heinemeier Hansson2006-01-211-2/+2
* replaced constant Plugin in documentation rake task with plugin local variabl...Tobias Lütke2005-11-171-3/+3
* Remove CHANGELOG from apidoc Rake task since it isn't included with new apps ...Jeremy Kemper2005-11-161-1/+0
* The *_plugindoc Rake tasks look deeper into the plugins' lib directories. Cl...Jeremy Kemper2005-10-291-2/+2
* Add task to generate rdoc for all installed plugins.Marcel Molina2005-10-291-1/+34
* Moved all the shared tasks from Rakefile into Rails, so that the Rakefile is ...David Heinemeier Hansson2005-09-031-0/+44