| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Closes #28382
Closes #28651
|
|
|
|
|
|
|
| |
Sentence had some awkward grammar and was kind of confusing, tried to make it easier
to understand what it was trying to say :)
[ci skip]
|
|\ |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| | |
The `datetime_field` is an alias of the `datetime_local_field`, there is
no helper to generate datetime fields.
Ref: #25469
|
| |
| |
| |
| |
| |
| |
| | |
Add missing word "programming", to clarify what type of language Ruby is
;)
[ci skip]
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
While the original sentence is easy to understand, adding the 'to' is
imho a bit more correct.
Sources:
* https://ell.stackexchange.com/q/16964
* https://www.usingenglish.com/forum/threads/127099-It-is-referred-as-or-It-is-referred-to-as
|
| |
| |
| |
| | |
[ci skip]
|
| |
| |
| |
| | |
[ci skip]
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Changelog links at the top of the components, and lowercased the 'c' in
notable changes. Personally, the styling isn't super important to me, but
it's what we always done in previous guides, so I figured it's better to
keep with what we've always done.
[ci skip]
|
|\ \
| | |
| | | |
Started adding release notes for Rails 5.1 [ci skip]
|
| | | |
|
| | |
| | |
| | |
| | | |
[ci skip]
|
|\ \ \
| | | |
| | | | |
Add `action_controller_base` and `action_controller_api` hooks to mitigate differences between them. Also document Active Support on_load hooks
|
| | | | |
|
|/ / / |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
We mention the "resources" section of the guide in the next paragraph,
and the link is listed there. IMHO we shouldn't list it twice.
[ci skip]
|
| | |
| | |
| | |
| | | |
[ci skip]
|
| | |
| | |
| | |
| | |
| | |
| | | |
Users could have more than one `before_destroy` callback in their models.
[ci skip]
|
|\ \ \
| |/ /
|/| | |
Documented issue related before_destroy with dependent: :destroy
|
| | |
| | |
| | |
| | | |
Updated text
|
| | |
| | |
| | |
| | | |
[ci skip]
|
| | |
| | |
| | |
| | | |
[ci skip]
|
| | | |
|
| | |
| | |
| | |
| | | |
It's been retired; all contributions now come in via PRs.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
A long-standing bug has been fixed in Rails 5.1 by @pixeltrix
See https://github.com/rails/rails/blame/5-1-stable/actionpack/CHANGELOG.md#L52-L64
This PR updates the guides accordingly.
Before:
<img width="799" alt="before" src="https://cloud.githubusercontent.com/assets/10076/24809105/4ec7066c-1b73-11e7-98c6-c709c3465306.png">
After:
<img width="799" alt="after" src="https://cloud.githubusercontent.com/assets/10076/24809109/50b21188-1b73-11e7-8a1a-32c3d0ed512a.png">
|
|/ / |
|
| |
| |
| |
| | |
Minor fix to #28662
|
| |
| |
| |
| | |
[ci skip]
|
|\ \
| | |
| | | |
Add anchor links to all headers
|
| | |
| | |
| | |
| | | |
To allow easy linking at all levels and not just from index
|
|/ /
| |
| |
| |
| |
| |
| | |
Adds note to explain unexpected behavior described in issue #28561.
Developers may be surprised that the internal representation of similar
query conditions in Hash and Array formats in default_scope will yield
different results for model initialization.
Link: https://github.com/rails/rails/issues/28561
|
| |
| |
| |
| | |
[ci skip]
|
| |
| |
| |
| |
| |
| | |
Add comma and change verb.
[ci skip]
|
|\ \
| | |
| | | |
add hint on after_action filters
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Adds a hint that ``after_action``-callbacks are not executed when an
exception was raised in the rest of the request cycle. The
``before_action`` section mentions "If there are additional filters
scheduled to run after that filter, they are also cancelled." but this
is IMO not sufficient.
|
|/ /
| |
| |
| |
| | |
https://github.com/rails/rails-ujs is merged into actionview in favor of https://github.com/rails/rails/pull/28098.
[skip ci]
|
| |
| |
| |
| |
| |
| | |
Add apostrophe.
[ci skip]
|
| |
| |
| |
| |
| |
| | |
Add necessary commas.
[ci skip]
|
| |
| |
| |
| |
| |
| | |
Taken from `bin/rails about` run on a v5.1.0.rc1 application.
[ci skip]
|
| |
| |
| |
| |
| |
| |
| | |
RC1 is out, `5-1-stable` has been created, figured it was time to start
updating this stuff :)
[ci skip]
|
| |
| |
| |
| | |
[ci skip]
|
|/
|
|
| |
Related #28570
|
|\ |
|
| |
| |
| |
| |
| |
| | |
config.time_zone is no longer in included in config/application.rb.
See 28dcadc0140dfdebe87d5e691fd709c0a9ae0bae.
|
| | |
|
| | |
|
|\ \
| | |
| | |
| | |
| | | |
rachel-carvalho/update_browser_compatibility_for_http_verbs
Update guide to reflect browser compatibility for HTTP verbs
|
| | | |
|