Commit Graph

17 Commits

Author SHA1 Message Date
Decagon f35322d2be Remove bullet 2014-12-21 16:28:25 -04:00
Rafael Mendonça França 051b00c21c Merge pull request #17264 from claudiob/add-activejob-to-readme
Add ActiveJob to "Welcome to Rails" section
2014-10-15 12:06:40 -03:00
claudiob b0ecbc8e11 Link to ActiveModel’s README in "Welcome to Rails"
A link to the README of each module is included in "Welcome to Rails",
only ActiveModel (and ActiveJob, see #17264) are missing.

[ci skip]
2014-10-15 04:58:03 -07:00
claudiob 8d66866450 Add ActiveJob to "Welcome to Rails" section
[ci skip]
2014-10-15 04:53:43 -07:00
Duccio Armenise d9b1c9ba01 Update README.md
Ruby on Rails Tutorial link updated.
2014-08-09 10:25:40 +02:00
Aditya Kapoor 57fe5fd9b8 [ci skip] update wiki link for MVC 2014-06-15 00:03:01 +05:30
Dmitry Mazuro 752e7a11be Use SVG version of travis build status badge [skip ci] 2014-04-06 20:39:28 +03:00
Leo Antoli 4f5aff9288 updated Travis build status image url 2014-02-14 14:24:52 +01:00
Yves Senn 1df4dcf7dd remove gemnasium batch from README. [ci skip]
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.
2014-02-05 15:18:47 +01:00
Yves Senn ee4b5f1b8a highlight http://localhost:3000 in README.md. Closes #13643. [ci skip]
This has no effect on the API docs. The main API page is taken from:
    railties/RDOC_MAIN.rdoc
2014-01-13 11:50:22 +01:00
Michael Durrant d963b488be Clarify that visiting http://localhost:3000 should be done in a browser. 2013-10-29 10:43:30 -04:00
Prem Sichanugrist 182f1d13aa Fix misspelling on README.md
[ci skip]
2013-08-27 21:18:45 +07:00
Eugene Gilburg 853596c926 Updating README.md [ci skip]
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.
2013-08-26 14:39:47 -07:00
Tee Parham 18a70fff66 fix travis links in readme
links were redirects
2013-04-26 10:34:12 -06:00
Marat Kazbekov c02675b649 fix README links in the main README.md 2013-04-22 01:49:29 +04:00
Xavier Noria 41a90dd459 editorial touch, remove these dots 2013-04-16 10:07:49 +02:00
Xavier Noria dcf2aac129 converts the project README to Markdown
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.
2013-04-16 10:04:31 +02:00