aboutsummaryrefslogtreecommitdiffstats
path: root/railties/RDOC_MAIN.rdoc
Commit message (Collapse)AuthorAgeFilesLines
* Update RDOC_MAIN.rdoc [ci skip]Yoshiyuki Hirano2017-08-311-42/+60
|
* Update MIT licenses link [ci skip]Yoshiyuki Hirano2017-08-221-2/+2
|
* Fix http -> https [ci skip]kenta-s2017-02-281-1/+1
|
* Fixing commands with Markdown formattingAnubhav Saxena2016-05-241-3/+3
| | | Adding '$' to emulate shell syntax
* Replace old Rails greeting referencesGenadi Samokovarov2016-02-061-1/+1
| | | | | | | A couple of the READMEs were still referring the old welcome page. This is a small change that goes over it. [ci skip]
* Fix Rails tutorial linkclaudiob2015-12-211-1/+1
| | | | | | | | | | [ci skip] The old link is 404 not found. The link matches what the rest of the documentation already points to: * https://github.com/rails/rails/blame/2de2263118d6763c11a02db05079a5b7a97a0a34/guides/source/getting_started.md#L2052 * https://github.com/rails/rails/blame/2de2263118d6763c11a02db05079a5b7a97a0a34/README.md#L74
* [ci-skip] correct wikipedia MVC linkAditya Kapoor2014-06-141-1/+1
|
* Fixed README link in API [ci skip]Arun Agrawal2013-07-171-1/+1
| | | | This should not be a link because it's creating a link with activesupport README right now
* fixes broken links in the API [Fixes #11335] [ci skip]Xavier Noria2013-07-061-2/+2
|
* moves RDOC_MAIN.rdoc to railtiesXavier Noria2013-03-301-0/+73
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.