aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/tasks/documentation.rake
Commit message (Expand)AuthorAgeFilesLines
* Remove documentation tasksXavier Noria2015-02-061-70/+0
* Clean up unused method for `rake doc`.Teng Siong Ong2013-05-111-5/+0
* let rake tasks be robust to a missing RDoc in Rubinius [Fixes #10462]Xavier Noria2013-05-061-45/+56
* Make `rake doc:guides` works again. Fix #10384.Teng Siong Ong2013-04-301-2/+2
* unifies API generationXavier Noria2013-03-301-46/+2
* guides/rails_guides moved up and out of the railties directorySam Ruby2013-02-231-1/+1
* doc/README_FOR_APP is no longer generatedXavier Noria2013-01-081-2/+5
* Revert "Only include Rake::DSL if it's defined."Akira Matsuda2012-06-011-1/+1
* Only include Rake::DSL if it's defined.Joe Van Dyk2012-04-231-1/+1
* Remove Active Resource source files from the repositoryPrem Sichanugrist2012-03-131-6/+0
* ruby19: no need to rescue when requiring 'rdoc/task' in Ruby >= 1.9Akira Matsuda2012-02-271-7/+1
* Rails::Plugin has goneSantiago Pastorino2012-01-031-39/+1
* It should be README.rdoc fixes #4067Arun Agrawal2011-12-201-1/+1
* CHANGELOG => CHANGELOG.mdArun Agrawal2011-11-091-2/+2
* CHANGELOG to CHANGELOG.mdArun Agrawal2011-11-081-5/+5
* Further monkey-patching to avoid deprecation warningsPivotal Casebook2011-08-081-0/+2
* removing inline source option from rdoc task. fixes #2169Aaron Patterson2011-07-211-3/+3
* Ensure RDoc::Task exists even if 'rdoc/task' was not requiredAkira Matsuda2011-05-261-0/+2
* require 'rake/rdoctask' if failed to require 'rdoc/task'Akira Matsuda2011-05-261-1/+5
* fixes Rake::RDocTask deprecation warnings from rake 0.9.0Vijay Dev2011-05-251-2/+2
* Fixed rake task description typoVesa Vänskä2010-10-081-1/+1
* 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
* Change some missing README -> README.rdocSantiago Pastorino2010-07-221-8/+8
* Cut down even further on rake -T noiseDavid Heinemeier Hansson2010-06-091-8/+39
* Cut down on tasks shown in rake -TDavid Heinemeier Hansson2010-06-091-1/+1
* 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
* Reapply Rizwan's patch, but memoize Bundler.load.specs in an ivar. [#3697 sta...Rizwan Reza2010-03-281-41/+34
* Move railties/builtin into libJoshua Peek2010-03-201-3/+4
* 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
* 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
* Revamp of Rails documentation taskRizwan Reza2010-01-241-23/+31
* Fix RAILS_ROOT deprecation on guides generation. [#3710 status:resolved]Rizwan Reza2010-01-171-1/+1
* Move railties/lib/* into railties/lib/*Yehuda Katz + Carl Lerche2009-09-241-0/+88