Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | unifies API generation | Xavier Noria | 2013-03-30 | 1 | -1/+1 |
| | |||||
* | encapsulates API generation in Rails::API::Task | Xavier Noria | 2013-03-30 | 1 | -83/+2 |
| | |||||
* | changes the RDoc title of the API | Xavier Noria | 2013-03-30 | 1 | -1/+1 |
| | | | | Nowadays the documentation of Ruby on Rails is more than the API. | ||||
* | removes activerecord/examples/associations.png | Xavier Noria | 2013-03-29 | 1 | -6/+0 |
| | | | | This seems to be a legacy file, I cannot find any place where it is used. | ||||
* | remove references to *::VERSION, replace with *.version | Charlie Somerville | 2013-03-21 | 1 | -1/+1 |
| | |||||
* | Pass in `--local` when doing `gem install` for local gems. | Utkarsh Kukreti | 2013-01-03 | 1 | -3/+3 |
| | |||||
* | Organize README | Vinny Diehl | 2012-10-26 | 1 | -4/+4 |
| | | | | | | | | | * Organized code status badges into a "Code Status" section. * Moved the OSI MIT License link inline (bullets are for unordered lists). * Removed all EOL whitespace. [ci skip] | ||||
* | fix rdoc task for Action Mailer documentation | Francesco Rodriguez | 2012-09-17 | 1 | -2/+1 |
| | |||||
* | Rakefile executable attributes and shebang lines has been removed | Roman V. Babenko | 2012-05-02 | 1 | -2/+0 |
| | |||||
* | Remove Active Resource source files from the repository | Prem Sichanugrist | 2012-03-13 | 1 | -7/+1 |
| | | | | | | | | | | Dear Active Resource, It's not that I hate you or anything, but you didn't get much attention lately. There're so many alternatives out there, and I think people have made their choice to use them than you. I think it's time for you to have a big rest, peacefully in this Git repository. I will miss you, @sikachu. | ||||
* | Use -e option instead of -c option (rake rdoc task). | kennyj | 2012-01-04 | 1 | -1/+1 |
| | |||||
* | minor text change | Vijay Dev | 2011-12-09 | 1 | -1/+1 |
| | |||||
* | Add dependency status (a la build status) to the README | Steve Richert | 2011-12-08 | 1 | -3/+4 |
| | |||||
* | updates the host and port of publish_docs, and changes the release ↵ | Xavier Noria | 2011-12-08 | 1 | -1/+1 |
| | | | | instructions to use the task rather than curl (thanks to Vijay Dev for spotting this one) | ||||
* | Updated Rakefile as CHANGELOG has been renamed to CHANGELOG.md | Rahul Chaudhari | 2011-11-08 | 1 | -7/+7 |
| | |||||
* | Use Travis https build status image in order to prevent GitHub from | Vijay Dev | 2011-09-08 | 1 | -1/+2 |
| | | | | | | | | caching the http version. The syntax for including an https image url in RDoc taken from http://about.travis-ci.org/docs/user/status-images. Having this in a line of its own now to make regex replacement for the API simpler! | ||||
* | let SDoc add a link to the source code in GitHub for each method | Xavier Noria | 2011-08-29 | 1 | -0/+1 |
| | |||||
* | use sdoc to generate the API | Xavier Noria | 2011-08-27 | 1 | -1/+3 |
| | |||||
* | Travis status image added to GitHub README, excluding API pages. | Anand | 2011-08-22 | 1 | -0/+3 |
| | |||||
* | Fixes readme links better - earlier links broke when the current page is ↵ | Vijay Dev | 2011-08-13 | 1 | -1/+1 |
| | | | | anything other than github.com/rails/rails/. Even github.com/rails/rails (without the trailing slash) broke the readme links. Also change the rakefile that generates the rdoc readme accordingly | ||||
* | explains why links are gsub'ed, and changes the regexp delimiters | Xavier Noria | 2011-06-19 | 1 | -1/+4 |
| | |||||
* | To solve the problem of links being broken in GitHub for the sake of api ↵ | Vijay Dev | 2011-06-18 | 1 | -0/+1 |
| | | | | site, have them replaced at runtime during rdoc generation | ||||
* | backslash insertion for RDoc main page ignores code blocks, also adds ↵ | Xavier Noria | 2011-06-12 | 1 | -1/+19 |
| | | | | comments to explain what's this hack about | ||||
* | revises the pattern that excludes generator templates in API generation | Xavier Noria | 2011-06-12 | 1 | -1/+1 |
| | | | | | | | | With the previous pattern RDoc processed railties/lib/rails/generators/rails/plugin_new/templates/test/%name%_test.rb and that resulted in a spurious "<" class. | ||||
* | Ensure RDoc::Task exists even if 'rdoc/task' was not required | Akira Matsuda | 2011-05-26 | 1 | -6/+1 |
| | |||||
* | require 'rake/rdoctask' if failed to require 'rdoc/task' | Akira Matsuda | 2011-05-26 | 1 | -1/+6 |
| | | | | | 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) | ||||
* | (temporary hack) generate a main file for RDoc escaping "Rails" | Xavier Noria | 2011-05-01 | 1 | -3/+13 |
| | | | | | | | RDoc autolinks the word "Rails" to the doc page for the Rails module. But README.rdoc is displayed in the home page at GitHub and the slashes are visible there, which is weird. We leave by now the slashes off in the file, and generate a second file for the API with them. | ||||
* | expose ActionMailer::MailHelper in the RDoc | Diego Carrion | 2011-03-09 | 1 | -0/+1 |
| | |||||
* | upgrades to RDoc ~> 3.4 and removes the gem call in root Rakefile (use ↵ | Xavier Noria | 2011-01-12 | 1 | -2/+0 |
| | | | | bundle exec if needed) | ||||
* | removes binary? hack for RDoc, API requires RDoc 3 and horo 1.0.3 | Xavier Noria | 2010-12-23 | 1 | -28/+1 |
| | |||||
* | Rakefiles are executables, and rake loads rake, not rakefile code | raggi | 2010-11-25 | 1 | -1/+1 |
| | |||||
* | Fix stupid error | Santiago Pastorino | 2010-11-17 | 1 | -1/+0 |
| | |||||
* | Bump builder to 3.0.0 | Santiago Pastorino | 2010-11-17 | 1 | -0/+1 |
| | |||||
* | Typo fixed | Santiago Pastorino | 2010-11-17 | 1 | -1/+1 |
| | |||||
* | Small cleanup of the release task | Carl Lerche | 2010-11-16 | 1 | -1/+1 |
| | |||||
* | Update the main Rakefile to use the new release tasks | Carl Lerche | 2010-11-16 | 1 | -0/+9 |
| | |||||
* | Remove the old gem release task | Carl Lerche | 2010-11-16 | 1 | -22/+0 |
| | |||||
* | adds a publish_docs task to force stable docs generation and publishing ↵ | Xavier Noria | 2010-11-16 | 1 | -0/+25 |
| | | | | after a new stable tag has been pushed | ||||
* | Update CHANGELOGs for 3.0 release and upcoming 3.1 | Jeremy Kemper | 2010-08-29 | 1 | -0/+1 |
| | |||||
* | the pdoc task is no longer needed | Xavier Noria | 2010-08-20 | 1 | -6/+0 |
| | |||||
* | Bump up rdoc to 2.5.10 | Santiago Pastorino | 2010-08-18 | 1 | -1/+1 |
| | |||||
* | undoes one of the modifications to RDoc::Parser.binary? | Xavier Noria | 2010-08-07 | 1 | -1/+1 |
| | |||||
* | quick hack: hijacks the predicate RDoc::Parser.binary? so that it does not ↵ | Xavier Noria | 2010-08-07 | 1 | -0/+27 |
| | | | | consider a handful of ordinary Ruby files in the Rails tree as binary (and thus excluded from the API) | ||||
* | adds Abstract Controller to the API | Xavier Noria | 2010-08-07 | 1 | -0/+1 |
| | |||||
* | APIs for individual components are no longer published | Xavier Noria | 2010-07-26 | 1 | -3/+0 |
| | |||||
* | include the root README.rdoc as main page | Xavier Noria | 2010-07-24 | 1 | -13/+5 |
| | |||||
* | update Rakefiles for RDoc 2.5 | Aaron Patterson | 2010-07-23 | 1 | -5/+3 |
| | |||||
* | bump required RDoc to >= 2.5.9, and replace the 2.2 horo.rb with Aaron's gem | Xavier Noria | 2010-07-22 | 1 | -1/+2 |
| | |||||
* | Add .rdoc extension to README files. | José Valim | 2010-07-21 | 1 | -8/+8 |
| | |||||
* | pdoc tasks publishe APIs in api.rubyonrails.org | Xavier Noria | 2010-06-16 | 1 | -1/+1 |
| |