Commit Graph

29 Commits

Author SHA1 Message Date
Jeff Dutil
37f1cf0a8b Travis-ci build image should link to the rails travis ci build page rather than to the image. 2011-09-08 22:53:38 -04:00
Vijay Dev
82de8ad9c1 Use Travis https build status image in order to prevent GitHub from
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!
2011-09-08 01:27:24 +05:30
Vijay Dev
8526f727cf doc fixes 2011-08-28 02:27:39 +05:30
Anand
71232f5d5d Travis status image added to GitHub README, excluding API pages. 2011-08-22 22:28:02 +05:30
Vijay Dev
c3bd6bb75f Fixes readme links better - earlier links broke when the current page is 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 2011-08-13 22:14:18 +05:30
Bratish Goswami
2350185e40 '/' was outside of anchor tag. 2011-08-04 16:41:26 -07:00
Waynn Lue
b15cc2e8ec Superfluous "the". 2011-08-04 16:41:26 -07:00
Hendy Tanata
a45c2d5934 Fix two spaces between sententes on README.rdoc. 2011-08-04 16:40:24 -07:00
Vijay Dev
96c57d4bd0 To solve the problem of links being broken in GitHub for the sake of api site, have them replaced at runtime during rdoc generation 2011-06-18 23:45:59 +05:30
Vijay Dev
2fbb7504e2 Revert changes done in c56618ec, 51cb7459 and 030950a. The links are
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).
2011-06-18 16:02:50 +05:30
Jason Noble
030950a7ee Change ActiveRecord and ActionPack links to point to the right place 2011-06-17 14:13:54 -07:00
Jason Noble
51cb74596a Change ActiveRecord and ActionPack links to point to the right place 2011-06-17 14:13:30 -07:00
Jason Noble
c56618ec0d Change ActiveRecord and ActionPack links to point to the right place 2011-06-17 14:12:11 -07:00
Bratish Goswami
266b1bd9b4 Added acronym and reference link for Model–view–controller 2011-06-08 22:47:25 +05:30
Jeff Cohen
727a5a7c82 Replace old wording about http requests 2011-05-25 07:31:45 -05:00
Jeff Cohen
3540579a0b Update the MVC explanation in the main README.rdoc file 2011-05-23 21:09:05 -05:00
JudeArasu
c76c4f6f67 rails request has been moved from Lighthouse to Github, contribution link has been changed 2011-05-23 22:43:22 +05:30
Xavier Noria
e68b7a001d (temporary hack) generate a main file for RDoc escaping "Rails"
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.
2011-05-01 13:15:15 +02:00
Oge Nnadi
d3dce774ef Edited README.rdoc via GitHub 2011-04-11 12:57:52 -07:00
Vijay Dev
5cefa00d91 removed dup link to 'getting started' 2010-12-25 01:30:51 +05:30
Xavier Noria
5e0b70e6b5 revises a few link texts 2010-08-26 15:54:53 +02:00
Joost Baaij
111c4a4a01 remove unwanted linebreak 2010-08-25 17:20:55 +02:00
Joost Baaij
20333be581 fix broken relative links [#5415 state:committed]
Signed-off-by: Xavier Noria <fxn@hashref.com>
2010-08-24 16:20:32 +02:00
Xavier Noria
3cd9627bd8 prevent RDoc from autolinking "Rails" in the API home page 2010-08-21 02:25:45 +02:00
Santiago Pastorino
b451de0d6d Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 04:12:33 -03:00
Xavier Noria
1d1f810d22 fixes typo 2010-07-31 17:28:16 +02:00
Xavier Noria
f7f5299ee6 use the same amount of left indent in all code blocks of README.rdoc 2010-07-31 12:06:00 +02:00
Xavier Noria
d3819daaac README.rdoc is your first impression, make sure it is clean
* 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
2010-07-31 11:51:29 +02:00
José Valim
508fba9e07 Add .rdoc extension to README files. 2010-07-21 12:51:14 +02:00