Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use new RDoc URL of Ruby core [ci skip] | aycabta | 2017-11-10 | 1 | -3/+3 |
| | |||||
* | Merge pull request #30213 from ckundo/ccundiff-alt-text-default | Rafael Mendonça França | 2017-08-23 | 1 | -1/+1 |
|\ | | | | | | | Do not generate default alt text for images | ||||
| * | Do not generate default alt text in image tags | Cameron Cundiff | 2017-08-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Auto-generating content from the filename of an image is not suitable alternative text; alt text that isn't fully considered can be distracting and fatiguing for screen readers users (blind, low vision, dyslexic people). - Setting a filename fallback short circuits screen reader default behavior and configuration for blank descriptions. - Setting poor defaults also creates false negatives for accessibility linting and testing software, that makes it harder to improve application accessibility. *** - After this change, if authors leave images without alt text, screen readers will fallback to default behavior for missing alt text. - Also with this change, Automated linting and testing tools will correctly generate warnings. [Fixes #30096] | ||||
* | | Use https instead of http in guide [ci skip] | Yoshiyuki Hirano | 2017-08-23 | 1 | -2/+2 |
|/ | |||||
* | We always + 1 to __LINE__ when class_evaling with << | Akira Matsuda | 2017-05-22 | 1 | -1/+1 |
| | | | | [ci skip] | ||||
* | Remove mentions and instructions for docrails | Matthew Draper | 2017-04-09 | 1 | -4/+0 |
| | | | | It's been retired; all contributions now come in via PRs. | ||||
* | [ci skip] correction in command for generating api documentation | David Elliott | 2016-06-20 | 1 | -1/+1 |
| | | | | | | | | reverts change in previous commit https://github.com/rails/rails/commit/ea4f0e2 docs should prefer to use `rails` over `rake` in the context of an application, but in the context of the Rails source this is not the case | ||||
* | Support for unified Integer class in Ruby 2.4+ | Jeremy Daer | 2016-05-18 | 1 | -1/+1 |
| | | | | | | | | Ruby 2.4 unifies Fixnum and Bignum into Integer: https://bugs.ruby-lang.org/issues/12005 * Forward compat with new unified Integer class in Ruby 2.4+. * Backward compat with separate Fixnum/Bignum in Ruby 2.2 & 2.3. * Drops needless Fixnum distinction in docs, preferring Integer. | ||||
* | Refer to rails command instead of rake in a bunch of places | David Heinemeier Hansson | 2015-12-18 | 1 | -1/+1 |
| | | | | Still more to do. Please assist! | ||||
* | API guidelines reword re the Oxford comma [ci skip] | Xavier Noria | 2015-10-22 | 1 | -3/+4 |
| | |||||
* | Replace `#=>` with `# =>` [ci skip] | amitkumarsuroliya | 2015-09-19 | 1 | -1/+1 |
| | | | | @rafaelfranca suggested in https://github.com/rails/rails/commit/f7c7bcd9c2a8b0e8c2840295d001d2d4dfd4cfae that code examples should display the result after `# =>` and not after `#=>`. | ||||
* | [ci skip] Fix the grammar | yui-knk | 2015-08-24 | 1 | -1/+1 |
| | | | | This is discussed on https://github.com/rails/rails/pull/21334 | ||||
* | [ci skip] Add style guide about comma | yui-knk | 2015-08-23 | 1 | -0/+5 |
| | |||||
* | Update instructions to build guides locally [ci skip] | Achilleas Pipinellis | 2015-04-28 | 1 | -1/+2 |
| | | | | | | 1. Make clear where rake rdoc is executed 2. Make clear where the generated HTML files for the guides are stored 3. Use bundler 1.3.5 or later | ||||
* | - Changed `IN` to `ON` in markdown renderer condition | Vipul A M | 2015-01-14 | 1 | -1/+1 |
| | | | | - Changed `IN` to `ON` in all note sentences in guides. | ||||
* | warn about reading guides in GitHub | Xavier Noria | 2014-12-23 | 1 | -0/+2 |
| | | | | References #18148. | ||||
* | correct markdown usage [ci skip] | Nishant Modak | 2014-07-09 | 1 | -1/+1 |
| | |||||
* | Copy edits from e0f3f1a [ci skip] | Zachary Scott | 2014-06-13 | 1 | -3/+7 |
| | | | | | - image_tag is an instance method - explain possible results when asset pipeline is used | ||||
* | Document behavior concerns regarding the full Rails stack [ci skip] | Zachary Scott | 2014-06-13 | 1 | -0/+24 |
| | | | | Related to a discussion on #15508 | ||||
* | Add links to RDoc back into API documentation guidelines [ci skip] | Zachary Scott | 2014-06-13 | 1 | -1/+7 |
| | | | | These were removed from #15542 unfortunately :( | ||||
* | copy edits [ci skip] | Vijay Dev | 2014-06-07 | 1 | -1/+1 |
| | |||||
* | remove rubyforge.org that was shut down [ci skip] | Gaurav Sharma | 2014-06-06 | 1 | -1/+7 |
| | |||||
* | Rename Posts to Articles in Guides, continuation of 2d446e77 / #13774 [ci skip] | John Kelly Ferguson | 2014-05-21 | 1 | -6/+6 |
| | |||||
* | copy edits[ci skip] | Vijay Dev | 2014-05-18 | 1 | -7/+6 |
| | |||||
* | Document method visibility for designing API docs. [ci skip] | Zachary Scott | 2014-05-17 | 1 | -0/+34 |
| | | | | cc https://github.com/rails/rails/issues/14848#issuecomment-41198795 | ||||
* | prefer file name instead of filename [ci skip] | Vijay Dev | 2014-05-17 | 1 | -2/+2 |
| | |||||
* | Add tip about using RDoc's --pipe command to quickly test the output of | Zachary Scott | 2014-02-10 | 1 | -0/+7 |
| | | | | | | | a piece of documentation. This can be useful for trying out combinations of markup and code, as discussed in rails/rails@225bcad | ||||
* | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2014-02-09 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | Conflicts: guides/source/active_record_validations.md guides/source/api_documentation_guidelines.md guides/source/configuring.md | ||||
| * | Fixed a grammatical error in Booleans section of API documentation guide | Zachary Scott | 2014-02-09 | 1 | -1/+1 |
| | | | | | | | | from e1e17a5 | ||||
| * | adds a section about booleans in the API guidelines [ci skip] | Xavier Noria | 2014-02-09 | 1 | -0/+47 |
| | | |||||
* | | adds a section about booleans in the API guidelines [ci skip] | Xavier Noria | 2014-01-26 | 1 | -0/+47 |
| | | |||||
* | | API guidelines: revises warning about +...+ [ci skip] | Xavier Noria | 2014-01-26 | 1 | -1/+4 |
|/ | | | | | | Modern RDoc accepts a few more things in +...+. In particular symbols work now. The current regexp in RDoc is https://github.com/rdoc/rdoc/blob/v4.1.1/lib/rdoc/markup/attribute_manager.rb#L133. | ||||
* | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2013-12-20 | 1 | -1/+1 |
|\ | |||||
| * | Remove an extra period | Robin Dupret | 2013-12-04 | 1 | -1/+1 |
| | | | | | | | | As a side not, the period after etc is not always needed http://en.wiktionary.org/wiki/etc | ||||
* | | docs guidelines: recommends wording in a way that avoids "you"s and "your"s | Xavier Noria | 2013-12-12 | 1 | -1/+15 |
| | | |||||
* | | Add examples for gender neutral pronouns | Guillermo Iguaran | 2013-12-01 | 1 | -1/+7 |
| | | |||||
* | | Update API docs guidelines with reference about gender neutral pronouns | Guillermo Iguaran | 2013-12-01 | 1 | -0/+2 |
|/ | |||||
* | cleans the guides sources from fancy non-ASCII stuff | Xavier Noria | 2013-08-23 | 1 | -1/+1 |
| | |||||
* | Remove double spaces in guides | Sunny Ripert | 2013-05-28 | 1 | -1/+1 |
| | |||||
* | End-of-line whitespace hunt | Sunny Ripert | 2013-05-28 | 1 | -2/+2 |
| | |||||
* | copy edits [ci skip] | Vijay Dev | 2012-12-08 | 1 | -2/+1 |
| | |||||
* | Fill out API Documentation Guidelines 'you will learn' list. | Steve Klabnik | 2012-12-07 | 1 | -0/+4 |
| | |||||
* | Normalize on 'After reading this guide, you will know:' | Steve Klabnik | 2012-11-29 | 1 | -0/+2 |
| | | | | | We have three or four different introduction sentences to the guides. After this commit, we use the same one everywhere. | ||||
* | make comments fit the comment boxes (mostly) in API doc guides | burningTyger | 2012-11-10 | 1 | -10/+13 |
| | |||||
* | Revert "divided into folder with the language" | Rafael Mendonça França | 2012-10-17 | 1 | -0/+201 |
| | | | | | | This reverts commit f5b9ed4fbc3215a5fce48985ea372ad3f1182252. REASON: Translation work can not be done in the docrails repository | ||||
* | divided into folder with the language | Rodrigo Martins | 2012-10-17 | 1 | -201/+0 |
| | |||||
* | 1.9 hash syntax changes. | AvnerCohen | 2012-10-12 | 1 | -2/+2 |
| | |||||
* | Fix the usage of `*` in Markdown | Prem Sichanugrist | 2012-09-17 | 1 | -1/+1 |
| | | | | | In Textile `*` would convert to `<strong>`, but in Markdown we have to use `**` instead. | ||||
* | Fix remaining formatting problems in the guide | Prem Sichanugrist | 2012-09-17 | 1 | -8/+9 |
| | |||||
* | Convert all the links into Markdown format | Prem Sichanugrist | 2012-09-17 | 1 | -3/+3 |
| |