Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed API task file | Arun Agrawal | 2013-09-09 | 1 | -7/+5 |
| | | | | | | 1. As we have vendor in AV only 2. No more vendor in AC 3. No vendor folder in AR | ||||
* | Revert "Merge branch 'master' of github.com:rails/docrails" | Vijay Dev | 2013-08-17 | 1 | -5/+7 |
| | | | | | | | This reverts commit 70d6e16fbad75b89dd1798ed697e7732b8606fa3, reversing changes made to ea4db3bc078fb3093ecdddffdf4f2f4ff3e1e8f9. Seems to be a code merge done by mistake. | ||||
* | Removed excluding vendor from API doc [ci skip] | Arun Agrawal | 2013-07-26 | 1 | -6/+3 |
| | | | | These folder not exists in system | ||||
* | Excluding action_view/vendor in API [ci skip] | Arun Agrawal | 2013-07-26 | 1 | -1/+2 |
| | |||||
* | Added actionview in API generation [ci skip] | Arun Agrawal | 2013-07-14 | 1 | -8/+7 |
| | | | CHANGELOG and LICENSE removed as suggested | ||||
* | fixes Rails version for the stable API [ci skip] | Xavier Noria | 2013-07-06 | 1 | -0/+8 |
| | |||||
* | Exclude template files for rdoc API [ci skip] | Francesco Rodriguez | 2013-04-04 | 1 | -1/+2 |
| | |||||
* | configure API generation lazily | Xavier Noria | 2013-03-30 | 1 | -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 files | Xavier Noria | 2013-03-30 | 1 | -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 SDoc | Xavier Noria | 2013-03-30 | 1 | -4/+11 |
| | |||||
* | typo | Xavier Noria | 2013-03-30 | 1 | -1/+1 |
| | |||||
* | unifies API generation | Xavier Noria | 2013-03-30 | 1 | -7/+32 |
| | |||||
* | moves RDOC_MAIN.rdoc to railties | Xavier Noria | 2013-03-30 | 1 | -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::Task | Xavier Noria | 2013-03-30 | 1 | -0/+122 |