| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
from https://github.com/rack/rack/blob/master/lib/rack/server.rb#L289-L300.
|
|
|
|
| |
[ci skip]
|
|
|
|
|
|
| |
The `as` option was already explained in a previous example
and doesn't need to be repeated. Explain only the `locals` option
which the example is meant for.
|
|\
| |
| | |
Fixed typo [ci skip]
|
| |
| |
| |
| | |
singular is more suited to
|
|\ \
| | |
| | | |
Clarifying confusing phrasing
|
| | | |
|
|\ \ \
| |/ /
|/| |
| | |
| | |
| | |
| | | |
Conflicts:
guides/source/active_record_validations.md
guides/source/api_documentation_guidelines.md
guides/source/configuring.md
|
| | |
| | |
| | |
| | | |
from e1e17a5
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | | |
Closes #9131.
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | | |
Fixes rails/rails#13732
|
| | | |
|
|\ \ \
| | | |
| | | | |
[Testing Guide] Mention :unauthorized in assert_response explanation [ci skip]
|
| | | | |
|
|/ / / |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
git://github.com/emilsoman/rails into emilsoman-dump-schema-after-migration-flag
Conflicts:
activerecord/CHANGELOG.md
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* Add a config on Active Record named `dump_schema_after_migration`
* Schema dump doesn't happen if the config is set to false
* Set default value of the config to true
* Set config in generated production environment file to false
* Update configuration guide
* Update CHANGELOG
|
| | | |
| | | |
| | | |
| | | | |
Follow up to https://github.com/rails/rails/commit/580f0b61dc99c6854fa930a761d28a3ab08163f7#commitcomment-5293470
|
| | | |
| | | |
| | | |
| | | | |
/cc @chancancode
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
- Manually applied from #13951.
- Discussion at #13947.
- Removed trailing whitespace from https://github.com/dpmehta02/rails/commit/18044e86af93672dfc38befbe974261e87b3518d
/cc @dpmehta02
|
| | | |
| | | |
| | | |
| | | |
| | | | |
As discussed in #13940 this can be removed
We can document this somewhere else in testing guides.
|
|/ / / |
|
|\ \ \
| | | |
| | | | |
[ci skip] Add missing 'task' to note on Running Migrations
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
Closes #9131.
|
| | | | |
|
| | | | |
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
Updated association_basics.md
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Updated association_basics.md to include how to write migrations for self joins
Update association_basics.md
Corrected the update
Update association_basics.md
Typo fix
Changed :employee to :manager
|
| | | | |
| | | | |
| | | | |
| | | | | |
Fixes #12963
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Replace Post model with Article model in getting started guide [ci skip]
|
| |/ / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
- Used Article model instead of Post as it may confuse with 'post'
requests
- Tried to wrap the guide to 80 chars lines as much as possible.
- Removed unused image
- Fixes #13764
|
| | | | | |
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Rename allowed options to :marshal and :json, for custom serializers
only allow the use of custom classes.
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Added some style changes in asset pipeline documentation
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
The api for filters with classes change and the guides weren't updated.
Now the class must respond for methods with the same name as the filter,
so the `before_action` calls a `before` method, and so on.
The method `#filter` has been deprecated in 4.0.0 and has been removed
in 4.1.0: #7560
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
MessageEncryptor has :serializer option, where any serializer object can
be passed. This commit make it possible to set this serializer from configuration
level.
There are predefined serializers (:marshal_serializer, :json_serialzier)
and custom serializer can be passed as String, Symbol (camelized and
constantized in ActionDispatch::Session namepspace) or serializer object.
Default :json_serializer was also added to generators to provide secure
defalt.
|
|\| | | | |
| | | | | |
| | | | | | |
Added documentation for css_compressor in asset_pipeline.md
|