| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
While the code example was not unsafe, it
encourages the use of confusingly unsafe APIs
(specifically `html_safe`). We have a safe
alternative and we should encourage people to use
it under all circumstances.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Resemble links to Bundler and Yarn,
based on feedback by @kamipo
[ci skip]
|
| | |
| | |
| | |
| | |
| | | |
The link to recaptcha.net returns a 404. As far as I can tell, the new
link ought to be to https://developers.google.com/recaptcha/ .
|
| | | |
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| |
| | |
See the changelog entry.
Remove `secrets.secret_token` from the bug report templates,
since we don't accept bug reports for Rails versions that
don't support a `secret_key_base`.
[ claudiob & Kasper Timm Hansen ]
|
| |
| |
| |
| | |
[ci skip]
|
| |
| |
| |
| |
| |
| |
| | |
:github source uses `git://` url by default, `https://` is recommended.
See http://bundler.io/v1.15/guides/git.html#security
We do the same in our `Gemfile` and templates.
|
|\ \
| | |
| | | |
Add a space to RefineryCMS in Engine guide [ci skip]
|
| | |
| | |
| | |
| | |
| | | |
* According to the official website, it seems that "RefineryCMS" is "Refinery CMS".
* See at: http://www.refinerycms.com/
|
| | | |
|
|/ / |
|
|\ \
| | |
| | | |
New missing backquotes [ci skip]
|
| | | |
|
|\ \ \
| | | |
| | | | |
Update Form Helpers guide [ci skip]
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* It looks that example codes are not based on actual output. So I've fixed it.
* Specifically:
* There are no lines about utf-8 and authenticity_token.
* The submit button doesn't have data-disabled-with attribute.
* Each attribute order of html element is different from actual ones.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
It's become clear to me that the use case is still a bit muddy
and the upgrade path is going to be tough for people to figure
out.
This attempts at understanding it better through documentation,
but still needs follow up work.
[ Michael Coyne & Kasper Timm Hansen ]
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
Add Key Rotation to MessageEncryptor and MessageVerifier and simplify the Cookies middleware
|
| | |/ /
| |/| |
| | | |
| | | |
| | | |
| | | | |
Using the action_dispatch.cookies_rotations interface, key rotation is
now possible with cookies. Thus the secret_key_base as well as salts,
ciphers, and digests, can be rotated without expiring sessions.
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
Update Action Mailer Basics [ci skip]
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Fix rails middleware list in api_app guide [ci skip]
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* `MyApi::Application::Routes` is not middleware.
|
| |_|/ / /
|/| | | |
| | | | |
| | | | | |
* `s/ddh/dhh/`
|
|/ / / / |
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
Deprecate `Module#reachable?` method
|
| | | | |
| | | | |
| | | | |
| | | | | |
Extensions" guide
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Update Layouts and Rendering in Rails [ci skip]
|
| | |_|/ /
| |/| | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* The example code on this page are similar to ones generated
by scaffold generator, but some points are different.
* Of course, it is no reason to be as same as scaffolding codes.
But this is the guide for beginners, I thought it's better
to be almost same as scaffolding codes.
|
|\ \ \ \ \
| | | | | |
| | | | | | |
make documentation consistent with KeyError message
|
| | |/ / /
| |/| | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
According to #30067:
> This PR will deprecate secrets.yml* and instead adopt
> config/credentials.yml.enc to signify what these secrets are specifically
> for: Keeping API keys, database passwords, and any other integration
> credentials in one place.
[ci skip] since only comments are being edited.
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
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.
|