| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|\
| |
| | |
Fix quotes [ci skip]
|
| | |
|
|/ |
|
| |
|
|\
| |
| |
| |
| | |
bogdanvlviv/add_round_bracket_in_5_1_release_notes
Add missing round bracket in "Ruby on Rails 5.1 Release Notes" guide [ci skip]
|
| |
| |
| |
| | |
[ci skip]
|
|/ |
|
|\
| |
| | |
Fix typo: `credentails` -> `credentials` [ci skip]
|
| |
| |
| |
| | |
Follow up of ca18922ac23be2cde6963fae9b193c9111bec6f8
|
|/ |
|
|\
| |
| | |
Update Active Job Basics [ci skip]
|
| |
| |
| |
| | |
* Add Sneakers link to documentation list.
|
| |
| |
| |
| |
| |
| |
| | |
Removes most mentions of secrets.secret_key_base and explains
credentials instead.
Also removes some very stale upgrade notices about Rails 3/4.
|
|/ |
|
| |
|
|
|
|
|
|
|
|
|
| |
`rack-mount` switched to journey with 5f0b37c.
Also, `rack-cache` will not be used unless you explicitly specify it.
Ref:
https://github.com/rails/rails/commit/037e50ec39c7c3d58a102a6584e2740652420d1d
https://github.com/rails/rails/commit/1fc795468525d8622cdca474a54c8310a514aa46
|
| |
|
|
|
|
|
|
|
|
|
| |
Don't use remove_method or remove_possible_method just before a new
definition: at best the purpose is unclear, and at worst it creates a
race condition.
Instead, prefer redefine_method when practical, and
silence_redefinition_of_method otherwise.
|
|
|
|
| |
[ci skip]
|
|\
| |
| | |
Add documentation about template partial caching
|
| |
| |
| |
| |
| |
| |
| | |
Motivation:
- #29423 surfaced some confusion about how template caching works when
using partials across files with different mime types. This doc
attempts to explain how this can be accomplished.
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
skip]
This is a partial revert of 07402aa1307a4ff71b4ef6581f95b8612238a6af.
I also changed "cache-key" to "cache key" because "cache-key" appears
only once in the repo.
```
% git grep '\bcache-key\b' | wc -l
1
% git grep '\bcache key\b' | wc -l
28
```
|
|\ \
| | |
| | | |
Update Caching with Rails guide [ci skip]
|
| | | |
|
|/ / |
|
|\ \
| | |
| | | |
Fix grammar in JavaScript in Rails [ci skip]
|
| | |
| | |
| | |
| | | |
* I've fixed grammar problems in the guide about JavaScript in Rails.
|
|/ / |
|
| |
| |
| | |
I had to do some I was unsure what kind of caching it was performing, and had to do some Googling. Also improves the wording.
|
|\ \
| | |
| | | |
Fix indentation [ci skip]
|
| | | |
|
| | | |
|
|\ \ \
| | | |
| | | | |
[ci skip]Revert commits changing wrong place
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This reverts commits 5147ab121d628f29451c654a8c312d5a3f491ffb and 391043ab04007bfd4c4c4c8e8d3308c1eae60175.
These commits looked to intend to change documents of has_many dependent options, but actually changed documents of belongs_to dependent options.
|
|\ \ \ \
| | | | |
| | | | |
| | | | | |
Do not generate default alt text for images
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
- 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]
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | | |
Changed the phrase '... and many more high targets' to '... and many more high _profile_ targets'
|
| | | | | |
|
| |_|/ /
|/| | | |
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
[ci skip] form_with in the getting started guide.
|
| |/ / /
| | | |
| | | |
| | | | |
Add back a bit about a resource oriented style of routing.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* Add Contributing to the Rails Code link.
* Wiki link for Spanish is redirect.
* The base branch of Polish repo is master. And Turkish is, too.
* Unified expression `rails-dev-box`
* The Clone url is wrong.
* The mailing list url is old.
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
Update generator guide [ci skip]
|
| | | | | |
|