| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
config.active_support.use_authenticated_message_encryption [ci skip]
related to https://github.com/rails/rails/issues/33170
|
|
|
|
| |
It is necessary to specify a value to `config.active_storage`.
|
|
|
| |
Since the ability to whitelist arbitrary hashes was added (https://github.com/rails/rails/issues/9454 was resolved by https://github.com/rails/rails/commit/e86524c0c5a26ceec92895c830d1355ae47a7034), this example is no longer outside of what strong_params can do. Moved this specific example out of the "Outside the Scope" section and into the regular "Examples" section, but left the "Outside the Scope" section as it was since the advice is still relevant for weirder whitelisting situations (maybe someone wants to add a new example that can't be handled natively).
|
|
|
|
| |
[ci skip]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Remove general sentence that explains that all methods that Active Support
brings to `Date` `Time`, `DateTime` are defined in
`active_support/core_ext/date/calculations.rb` since it isn't true.
Add a references to an appropriate file where methods are defined
like it is done with the other methods in this guide.
Context https://github.com/rails/rails/pull/32552#discussion_r181216246
Related to #32543, #32552
[ci skip]
|
| |
|
|
|
|
| |
Add mention about default value of `config.active_model.i18n_full_message`.
|
|\
| |
| | |
Fix active_model/errors docs [ci skip]
|
| |
| |
| |
| |
| |
| |
| | |
- Fix indentation.
- Add a missing dot to the end of the sentence.
Related to #32956
|
| |
| |
| |
| | |
[ci skip]
|
|\ \
| | |
| | | |
Remove ineffective no-warnings flags from Contribute guide
|
| | |
| | |
| | |
| | | |
This is not working. [ci skip]
|
|\ \ \
| |_|/
|/| | |
Dev-Dep guide: mention AST third party requirements
|
| | |
| | |
| | |
| | | |
[ci skip]
|
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Avoid the likes of:
```
Error:
ActiveStorage::RepresentationTest#test_representing_an_MP4_video:
Errno::ENOENT: No such file or directory - ffmpeg
test/models/representation_test.rb:27:in `block in <class:RepresentationTest>'
```
Also note additiona macOS requirements in ActiveStorage guide.
[ci skip]
|
|\ \
| | |
| | | |
Allow to override the full_message error format
|
| | | |
|
| |/
|/|
| |
| |
| |
| | |
guides [ci skip]
Follow up of 3915a47.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
- Clarify executor of `public_send`.
- Do not wrap `Interval.all_day` into [] since
an array is expected as a returned value.
Related to #32523.
[ci skip]
|
| | |
|
|\ \
| | |
| | | |
Fix testing guide typo
|
| | | |
|
|/ /
| |
| |
| |
| | |
`Rails.application.config.assets.unknown_asset_fallback` now defaults to `false` in an unmodified Rails application.
[ci skip]
|
|\ \
| | |
| | |
| | |
| | | |
ybakos/guides/layouts_and_rendering_class_spelling_fix
Capitalize class name 'Product' in layouts and rendering guide.
|
| | |
| | |
| | |
| | |
| | | |
In this context, the phrase 'product instance' refers to the Product class,
so capitalize it.
|
|/ /
| |
| |
| |
| | |
The prior sentence is referring just to an existing user object, so
the sudden magical 'Current.' prefix doesn't make sense. Remove it.
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
[ci skip] A regular expression was used to find a lot of missing Oxford
commas and add them. The regular expression was as follows.
", ([a-zA-Z0-9.\`:'\"]+ ){1,6}(or|and) "
|
| | |
|
|\ \
| | |
| | | |
Add option to ActiveStorage::Blob to set extract_content_type_from_io
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This adds a boolean argument called identify to ActiveStorage::Blob
methods #create_after_upload, #build_after_upload and #upload. It
allows a user to bypass the automatic content_type inference from
the io.
|
| | |
| | |
| | |
| | | |
The prefix of `new` and `edit` generated by `resources` is singular.
|
|/ / |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Once all technicalities have been introduced, the purpose of this
paragraph is to precisely unroll expressions like "the String class".
That way, the reader is forced to clearly separate concepts that Ruby
programmers often have kind of blurred:
* Constants are storage, like variables.
* Ruby does not have syntax for class or module names.
* `String` is a regular constant that holds a value. In this case, the
value happens to be a class object.
* Constants are stored in class and module objects. In the case of
`String`, the holder is the class object stored in the `Object`
constant.
Understanding that paragraph the way is written is important to
accomplish this objective.
References #32818.
|
| | |
|
|\ \
| | |
| | | |
Remove confusion in the sentence [ci skip]
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | | |
Fix spelling, grammar, and formatting.
[ci skip]
|
|/ /
| |
| |
| | |
weblog.jamisbuck.org is not GitHub Pages.
|
| | |
|
|\ \
| | |
| | | |
Document rails new <app> storage folder
|
| | |
| | |
| | |
| | |
| | | |
[ci skip] Active Storage now adds a storage folder to newly generated
rails applications.
|
|/ /
| |
| |
| | |
[ci skip]
|
| | |
|
| | |
|
| | |
|