aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/tasks/documentation.rake
Commit message (Collapse)AuthorAgeFilesLines
* 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