aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
* Update README.mdRifatul Islam Chayon2019-07-301-2/+2
| | | A very minor change of comma usage.
* s/Travis/Buildkite/Matthew Draper2019-04-091-1/+1
|
* Add mention to the main README about new libraries [ci skip]bogdanvlviv2019-01-131-3/+3
| | | | Action Mailbox and Action Text belong to rails/rails since #34786 and #34873.
* Add ? for Whats RailsTomSpencerLondon2018-11-231-1/+1
|
* Change queueing to queuing in docs and comments [skip ci]jacobherrington2018-11-181-1/+1
| | | | | | | | | My spellchecker flagged this as an incorrect spelling, upon further research it appears to be a point of contention in English. Either way might work. After further examination queuing is much more common in the Rails codebase so making this change will serve to standardize the spelling.
* All links from README.md now served over httpsAndrea Gómez2018-07-311-5/+5
|
* Rails guides are now served over httpsPaul McMahon2018-07-241-2/+2
| | | | | http links will be redirected to the https version, but still better to just directly link to the https version.
* [ci skip] Remove style of the word Rails at the topGuillermo Iguaran2018-04-191-1/+1
| | | Similarly to https://github.com/rails/rails/pull/32626/commits/9c3fe52f5fa9904b43bf76be13f85db57c223d0c
* Update READMEFelipe Tovar2018-04-181-18/+25
|
* rewords a bit README.md [ci skip]Xavier Noria2018-04-071-4/+4
| | | | [LinkedRach, Daniel Colson, Xavier Noria]
* Update MIT licenses link [ci skip]Yoshiyuki Hirano2017-08-221-1/+1
|
* Add Active Storage to README and release (#30065)Claudio B2017-08-041-0/+2
| | | Before we forget...
* [ci skip] CodeTriage badgeschneems2017-07-171-0/+2
| | | | | | | | | | | | | [Code Triage](https://www.codetriage.com/) is an app I've maintained for the past 4-5 years with the intent of getting people involved in open source. It sends subscribers a random open issue for them to help "triage". For Ruby projects such as "rails/rails" you can also subscribe to documentation. For example you can get a few random documented methods, or if you want to write docs, get undocumented methods. The initial approach was inspired by seeing the work of the small core team spending countless hours asking "what rails version was this in" and "can you give us an example app". The idea is to outsource these small interactions to a huge team of volunteers and let the core team focus on their work. The purpose of the badge is to give more people an easier way to start contributing to Rails. Here's what it currently looks like: [![Code Triage Badge](https://www.codetriage.com/rails/rails/badges/users.svg)](https://www.codetriage.com/rails/rails) The number is how many people are currently subscribed (a.k.a. "helpers") to the project on CodeTriage, the color is based off of the number of open issues in the project. You can see an example of this badge on another popular open source repo [Crystal](github.com/crystal-lang/crystal/). > For context to non-rails core: I also maintain sprockets (though a release hasn't happened in some time, sorry), and I have commit to Rails. I'm not some rando trying to push arbitrary links to READMEs on GitHub.
* Fix http -> https [ci skip]kenta-s2017-02-281-1/+1
|
* Make security policy more prominent in docsJon Moss2017-02-231-0/+4
| | | | [ci skip]
* Fix title of README according to Markdown conventionsAaron Ang2016-02-251-1/+1
| | | | | | | | | The first heading in some README's are indicated using a second level heading (`##`), which in my opinion is of incorrect structure. Therefore, in this patch I changed the first heading to a first level heading (`#`) in README's where this incorrect structure occurs. [ci skip]
* Fixed a typoGautam Sawhney2016-02-201-1/+1
|
* 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]
* Add Action Cable to README.md of Railsclaudiob2015-12-151-1/+3
| | | | [ci skip] Link to actioncable/README.md for more details
* Added dollarsign to the README.md for consistancyMichael H2015-11-281-4/+4
|
* [ci skip] Add `Active Model` to a list of independently used modules.yui-knk2015-09-271-1/+1
|
* Fix typo in readme fileEric Turner2015-09-011-1/+1
|
* Move the CoC text to the Rails websiteGodfrey Chan2015-08-211-1/+1
|
* Add code of conduct to README.md and to contributing guide [ci skip]maclover72015-08-181-0/+2
|
* Remove bulletDecagon2014-12-211-1/+1
|
* Merge pull request #17264 from claudiob/add-activejob-to-readmeRafael Mendonça França2014-10-151-3/+5
|\ | | | | Add ActiveJob to "Welcome to Rails" section
| * Add ActiveJob to "Welcome to Rails" sectionclaudiob2014-10-151-3/+5
| | | | | | | | [ci skip]
* | Link to ActiveModel’s README in "Welcome to Rails"claudiob2014-10-151-4/+4
|/ | | | | | | A link to the README of each module is included in "Welcome to Rails", only ActiveModel (and ActiveJob, see #17264) are missing. [ci skip]
* Update README.mdDuccio Armenise2014-08-091-1/+1
| | | Ruby on Rails Tutorial link updated.
* [ci skip] update wiki link for MVCAditya Kapoor2014-06-151-1/+1
|
* Use SVG version of travis build status badge [skip ci]Dmitry Mazuro2014-04-061-1/+1
|
* 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.