aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/api/task.rb
Commit message (Collapse)AuthorAgeFilesLines
* Exclude template files for rdoc API [ci skip]Francesco Rodriguez2013-04-041-1/+2
|
* configure API generation lazilyXavier Noria2013-03-301-7/+11
| | | | | Do the absolute bare minimum needed to define this task, no need to compute gem paths everytime you call rake.
* be lazy configuring the RDoc filesXavier Noria2013-03-301-2/+1
| | | | | This code is executed every time you run a rake task, there is no need to, specially adding a penalty to test suites.
* be lazy loading SDocXavier Noria2013-03-301-4/+11
|
* typoXavier Noria2013-03-301-1/+1
|
* unifies API generationXavier Noria2013-03-301-7/+32
|
* moves RDOC_MAIN.rdoc to railtiesXavier Noria2013-03-301-1/+1
| | | | | | The goal of these refactors is to have the same code generating edge and doc:rails APIs, and the rails gem is not available in LOAD_PATHS because it has no lib directory.
* encapsulates API generation in Rails::API::TaskXavier Noria2013-03-301-0/+122