Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | To solve the problem of links being broken in GitHub for the sake of api ↵ | Vijay Dev | 2011-06-18 | 1 | -2/+2 |
| | | | | site, have them replaced at runtime during rdoc generation | ||||
* | Revert changes done in c56618ec, 51cb7459 and 030950a. The links are | Vijay Dev | 2011-06-18 | 1 | -2/+2 |
| | | | | | pointing to files/*/*.html for usage in api.rubyonrails.org and as a result are broken in GitHub blobs. This is unavoidable (at least for now). | ||||
* | Change ActiveRecord and ActionPack links to point to the right place | Jason Noble | 2011-06-17 | 1 | -2/+2 |
| | |||||
* | Change ActiveRecord and ActionPack links to point to the right place | Jason Noble | 2011-06-17 | 1 | -2/+2 |
| | |||||
* | Change ActiveRecord and ActionPack links to point to the right place | Jason Noble | 2011-06-17 | 1 | -2/+2 |
| | |||||
* | Added acronym and reference link for Model–view–controller | Bratish Goswami | 2011-06-08 | 1 | -1/+1 |
| | |||||
* | Replace old wording about http requests | Jeff Cohen | 2011-05-25 | 1 | -4/+4 |
| | |||||
* | Update the MVC explanation in the main README.rdoc file | Jeff Cohen | 2011-05-23 | 1 | -21/+26 |
| | |||||
* | rails request has been moved from Lighthouse to Github, contribution link ↵ | JudeArasu | 2011-05-23 | 1 | -1/+2 |
| | | | | has been changed | ||||
* | (temporary hack) generate a main file for RDoc escaping "Rails" | Xavier Noria | 2011-05-01 | 1 | -8/+8 |
| | | | | | | | 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. | ||||
* | Edited README.rdoc via GitHub | Oge Nnadi | 2011-04-11 | 1 | -1/+1 |
| | |||||
* | removed dup link to 'getting started' | Vijay Dev | 2010-12-25 | 1 | -2/+2 |
| | |||||
* | revises a few link texts | Xavier Noria | 2010-08-26 | 1 | -2/+3 |
| | |||||
* | remove unwanted linebreak | Joost Baaij | 2010-08-25 | 1 | -2/+2 |
| | |||||
* | fix broken relative links [#5415 state:committed] | Joost Baaij | 2010-08-24 | 1 | -5/+5 |
| | | | | Signed-off-by: Xavier Noria <fxn@hashref.com> | ||||
* | prevent RDoc from autolinking "Rails" in the API home page | Xavier Noria | 2010-08-21 | 1 | -8/+8 |
| | |||||
* | Deletes trailing whitespaces (over text files only find * -type f -exec sed ↵ | Santiago Pastorino | 2010-08-14 | 1 | -2/+2 |
| | | | | 's/[ \t]*$//' -i {} \;) | ||||
* | fixes typo | Xavier Noria | 2010-07-31 | 1 | -1/+1 |
| | |||||
* | use the same amount of left indent in all code blocks of README.rdoc | Xavier Noria | 2010-07-31 | 1 | -2/+2 |
| | |||||
* | README.rdoc is your first impression, make sure it is clean | Xavier Noria | 2010-07-31 | 1 | -10/+19 |
| | | | | | | | * Removes spurious markup from code blocks * Integrates code blocks into ordinary paragraph flow * Change link to the Rails Tutorial so that it points directly to the book * Use proper RDoc markup for links | ||||
* | Add .rdoc extension to README files. | José Valim | 2010-07-21 | 1 | -0/+58 |