aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/tasks/documentation.rake
Commit message (Collapse)AuthorAgeFilesLines
* Only include Rake::DSL if it's defined.Joe Van Dyk2012-04-211-1/+1
| | | | rake < 0.9 doesn't define Rake::DSL.
* It should be README.rdoc fixes #4067Arun Agrawal2011-12-201-1/+1
|
* CHANGELOG => CHANGELOG.mdArun Agrawal2011-11-091-2/+2
| | | | I missed these in previous commit
* 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 a regression introduced by b921679d0dd3d5ca16f0362c2b34e7703cfe15e5 require 'rdoc/task' fails if the system RDoc version is below 2.4.2 (e.g. CRuby 1.8.7)
* 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
| | | | 's/[ \t]*$//' -i {} \;)
* 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 ↵José Valim2010-04-261-0/+2
| | | | specified in railties/engines/rails. [#4471 state:resolved]
* periods are not metacharacters within character classesXavier Noria2010-03-301-1/+1
|
* Remove if/else branch when generating the documentation since we are simply ↵José Valim2010-03-301-52/+37
| | | | inspecting the load path.
* Changed gem_path to yield the path found in $LOAD_PATH to a block.postmodern2010-03-301-15/+33
| | | | | | | * This allows gems not found in $LOAD_PATH to be safely ignored by the rails documentation task. Signed-off-by: José Valim <jose.valim@gmail.com>
* 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 ↵Rizwan Reza2010-03-281-41/+34
| | | | | state:resolved] Signed-off-by: wycats <wycats@gmail.com>
* Move railties/builtin into libJoshua Peek2010-03-201-3/+4
|
* 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
|
* 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
| | | | Signed-off-by: Yehuda Katz <wycats@Yehuda-Katz.local>
* 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>
* Move railties/lib/* into railties/lib/*Yehuda Katz + Carl Lerche2009-09-241-0/+88