aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
* updated Travis build status image urlLeo Antoli2014-02-141-1/+1
|
* remove gemnasium batch from README. [ci skip]Yves Senn2014-02-051-1/+0
| | | | | | | | The rails/rails gemnasium page (https://gemnasium.com/rails/rails) is not helping much. It lists 0 dependencies so there is not much to track. Also our gems mostly depend on other gems we control. There is not much point in monitoring them. The batch was introduced with #3909.
* highlight http://localhost:3000 in README.md. Closes #13643. [ci skip]Yves Senn2014-01-131-1/+2
| | | | | This has no effect on the API docs. The main API page is taken from: railties/RDOC_MAIN.rdoc
* Clarify that visiting http://localhost:3000 should be done in a browser.Michael Durrant2013-10-291-1/+1
|
* Fix misspelling on README.mdPrem Sichanugrist2013-08-271-1/+1
| | | [ci skip]
* Updating README.md [ci skip]Eugene Gilburg2013-08-261-15/+20
| | | | | | | | | | | | Updating the global Rails README following work by @strzalek et al which extracted Action View to a separate gem, and also some other improvements. Summary of changes: * Reordered the paragraphs from View-Model-Controller to Model-Controller-View, based on how (IMHO) most people think about the structure and hierarchy of the framework and their code in it. * Added references to ActionView's README in the _View_ paragraph * Reworded the _Controller_ paragraph to briefly mentioned routing as handled by Action Dispatch, and that both Action Dispatch and Action Controller work together to form the request-handling Action Pack * Removed paragraph saying Action Pack is coupled with Action View, as this is no longer the case * Added brief references to Action Mailer and Active Support, since they are both major Rails components. Briefly mentioned in the _View_ paragraph that Action View is often used to generate the body of the email, in addition to the other typical of using to build a response body.
* fix travis links in readmeTee Parham2013-04-261-1/+1
| | | links were redirects
* fix README links in the main README.mdMarat Kazbekov2013-04-221-2/+2
|
* editorial touch, remove these dotsXavier Noria2013-04-161-4/+4
|
* converts the project README to MarkdownXavier Noria2013-04-161-0/+78
We tend to use Markdown for everything but the API, the README is no longer used as the home page of the API after 7a5aa72, so we can now migrate it.