| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | | |
| | | |
| | | |
| | | |
| | | | |
The flag will be used in multiple places to check for errors during runtime if enabled.
Source: https://github.com/rails/sprockets-rails/pull/100
|
| | | |
| | | |
| | | |
| | | | |
As a side not, the period after etc is not always
needed http://en.wiktionary.org/wiki/etc
|
| | | |
| | | |
| | | | |
Escape hyphen
|
| | | |
| | | |
| | | | |
Add escape character for correct rendering
|
| | | |
| | | |
| | | | |
Use markdown formatting instead
|
| | | | |
|
| | | |
| | | |
| | | | |
In the absence of proper escaping the first link was getting messed up and remaining part of the sentence (2nd link) was not displayed in the rendered markdown on the website though it was displaying correctly in the repository markdown file.
|
| | | |
| | | |
| | | | |
From (svenfuchs/globalize3) to (globalize/globalize)
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Add information about 'available_locales' and 'enforce_available_locales'
to the configuring guide.
Closes #13202. [ci skip]
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
'DateTime.civil_from_fromat'
|
| |/ /
|/| | |
|
| | | |
|
| | |
| | |
| | |
| | | |
it means for your app. In short, update your tests if they don't already use the 'xhr :post' style.
|
|\ \ \
| | | |
| | | | |
CSRF protection from cross-origin <script> tags
|
| | | |
| | | |
| | | |
| | | | |
Thanks to @homakov for sounding the alarm about JSONP-style data leaking
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Create a blacklist to disallow mutator methods to be delegated to Array
Conflicts:
guides/source/upgrading_ruby_on_rails.md
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This change was necessary because the whitelist wouldn't work.
It would be painful for users trying to update their applications.
This blacklist intent to prevent odd bugs and confusion in code that call mutator
methods directely on the `Relation`.
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Release notes fixes [ci skip]
|
| |/ / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* Added release notes for secrets.yml and mentioned it in the highlights
* Added release notes for Mailer previews and mentioned it in the highlights
* Added release notes for Module#concerning
* Removed mention for AV extraction from the highlights
* Rearranged the major features to put highlighted features first
* Various improvements and typo fixes
[ci skip]
|
|\ \ \ \ \
| |/ / / /
|/| | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Default I18n.enforce_available_locales to true
We will default this option to true from now on to ensure users properly handle their list of available locales whenever necessary. This option was added as a security measure and thus Rails will follow it defaulting to secure option.
Also improve the handling of I18n config options in its railtie, taking the new enforce_available_locales option into account, by setting it as the last one in the process. This ensures no other configuration will trigger a deprecation warning due to that setting.
|
| | | | |
| | | | |
| | | | |
| | | | | |
handling
|
|/ / / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
As discussed with @fxn the release notes are a snapshot document.
The links going out to the API should represent that exact snapshot.
This means we always link to the full final release. For example
the 3.2 release notes link to http://api.rubyonrails.org/v3.2.0.
|
|/ / /
| | |
| | |
| | | |
/cc @chancancode
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Follow up to: https://github.com/rails/rails/commit/828a8f214535e59d709fd4862605902d1cc21632#commitcomment-4879462
This will be available after https://github.com/jonleighton/spring/commit/c6e25804b3338959d87a29f40967a333c650c031
is released.
|
| | |
| | |
| | |
| | |
| | | |
This is not a valid URL.
[ci skip]
|
| | |
| | |
| | | |
Encapsulate url that was including the trailing quote and colon.
|
| | |
| | |
| | | |
Added `absence` parameter to table in section `5.1.2 Error Message Interpolation`.
|
|\ \ \
| | | |
| | | | |
Spelling and Grammar check [ci skip]
|
| | | | |
|
|\ \ \ \
| |_|_|/
|/| | | |
Clarification, grammar fixes, punctuation, and capitalization [ci skip]
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* Add form_tag generated output.
* improve some text.
* data-remote='true' should use double quotes.
|
|\ \ \ \
| | | | |
| | | | | |
form_tag with parameters fixed [ci skip]
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* Rewording to avoid "you"s.
* Suggest as first natural alternative to refactor the block
to evaluate to the returned value.
* Removes the quotes around "filters", since that is a common
work in our jargon.
|
|\ \ \ \ \
| | |_|/ /
| |/| | | |
Spelling and Grammar checks [ci skip]
|
| |/ / / |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
chancancode/warn_about_using_return_in_as_callbacks
Warn about using `return` inside inline callback blocks [ci skip]
|
| | | | |
| | | | |
| | | | |
| | | | | |
Closes #12981
|
|\ \ \ \ \
| |_|/ / /
|/| | | | |
Variants inline syntax documentation
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* Extend method documentation
* Mention it in actionpack/CHANGELOG
* Update release notes
|