| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|\
| |
| |
| |
| | |
Conflicts:
actioncable/README.md
|
| | |
|
| |
| |
| |
| | |
the instance objects
|
| |
| |
| |
| | |
- Followup of https://github.com/rails/rails/commit/8b69f1eeba753c38364fb88136b2503480f2de1d.
|
| | |
|
| |
| |
| |
| | |
These comments were removed in 8b69f1e.
|
| |
| |
| |
| |
| | |
Fix a tiny typo and vertical-align some return results in the
ActiveModel::Errors documentation.
|
| |
| |
| |
| |
| |
| | |
[ci skip]
r? @rafaelfranca
|
| |
| |
| |
| |
| |
| |
| |
| | |
This will make easier to applications that rely on having const_missing
hooks in production upgrade to Rails 5.
This option is going to be remove in the future and the default behavior
will be to disable the dependency loading.
|
| | |
|
|\ \
| | |
| | | |
Fix the docs for supported keyword args or Rails 5 style integration controller tests [ci skip]
|
| | |
| | |
| | |
| | |
| | |
| | | |
controller tests [ci skip]
- Fixes #25394.
|
|/ /
| |
| |
| |
| |
| |
| |
| | |
reverts change in previous commit
https://github.com/rails/rails/commit/ea4f0e2
docs should prefer to use `rails` over `rake` in the context of an
application, but in the context of the Rails source this is not the case
|
| | |
|
| | |
|
| |
| |
| |
| | |
The beginning of the note on the :on option is not capitalised correctly.
The :destroy symbol in the after_commit example is unnecessarily wrapped in an array.
|
| |
| |
| | |
@prathamesh-sonpatki
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
- https://github.com/rails/rails/pull/18288.
- https://github.com/rails/rails/commit/da9038e.
- https://github.com/rails/rails/commit/78dab2a8569408658542e462a957ea5a35aa4679.
- https://github.com/rails/rails/pull/9065.
- https://github.com/rails/rails/pull/18314.
- https://github.com/rails/rails/pull/13434.
|
|\ \
| | |
| | | |
Add missing things to release notes [ci skip]
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
- https://github.com/rails/rails/pull/18721
- https://github.com/rails/rails/pull/11898
- https://github.com/rails/rails/pull/18194
- https://github.com/rails/rails/pull/18225
- https://github.com/rails/rails/pull/18244
- https://github.com/rails/rails/commit/edc2b7718725016e988089b5fb6d6fb9d6e16882
- https://github.com/rails/rails/pull/19686
|
|\ \ \
| | | |
| | | | |
[ci skip] Expand information on message options
|
| | | |
| | | |
| | | |
| | | | |
Link to the more detailed message documentation when using a message option in validations.
|
|\ \ \ \
| | | | |
| | | | | |
Add Rails 5.0 release notes to the index page of guides [ci skip]
|
| | |/ /
| |/| |
| | | |
| | | | |
- It is also marked as WIP as we are still refining it.
|
|\ \ \ \
| |/ / /
|/| | | |
Add Action Cable introduction to release notes
|
| | | | |
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
SSL_set_verify(3) explains:
SSL_VERIFY_FAIL_IF_NO_PEER_CERT
Server mode: if the client did not return a certificate, the TLS/SSL
handshake is immediately terminated with a "handshake failure" alert.
This flag must
be used together with SSL_VERIFY_PEER.
Client mode: ignored
SSL_VERIFY_CLIENT_ONCE
Server mode: only request a client certificate on the initial TLS/SSL
handshake. Do not ask for a client certificate again in case of a
renegotiation.
This flag must be used together with SSL_VERIFY_PEER.
Client mode: ignored
The SMTP connection here uses a OpenSSL socket in client mode,
suggesting invalid/ignored flags is rather misleading.
|
|\ \ \
| |/ /
|/| | |
Add backticks to `ActiveRecord::Base.where`
|
| |/
| |
| |
| | |
[ci skip]
|
| | |
|
|\ \
| | |
| | | |
Added some useful configuration options into configuring.md [ci skip]
|
| | |
| | |
| | |
| | |
| | | |
Added information about inserting middlewares with indexes. I think this information useful. We can use indexes also for `insert_after` but the behavior is not same and this is not the right place to give full information about all configuration options.
The configuration for I18n fallbacks is important for production environment. Especially using different fallbacks for different locales.
|
|\ \ \
| | | |
| | | | |
[ci skip] Fix link rubyonrails.org/core => http://rubyonrails.org/community
|
| | | | |
|
|\ \ \ \
| |_|_|/
|/| | | |
[ci skip] Remove Pratik Naik from Rails core team info.
|
| |/ / |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Conflicts:
guides/source/action_cable_overview.md
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Not sure why #25239, but it had good changes, so I'm manually pulling in
the changes.
[Jon Moss, Rajat Bansal]
[ci skip]
|
| | | |
| | | |
| | | |
| | | | |
[ci skip]
|
| | | |
| | | |
| | | |
| | | | |
[ci skip]
|
| | | |
| | | |
| | | |
| | | | |
- Grammar edits.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
- config/application.rb no longer has comments about how to specify load paths
or change default locale after
https://github.com/rails/rails/commit/28dcadc0140dfdeb.
|
| | | |
| | | |
| | | |
| | | | |
[ci skip]
|
| | | |
| | | |
| | | |
| | | | |
[ci skip]
|
| | | |
| | | |
| | | |
| | | | |
[ci skip]
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
the same.
https://github.com/rails/rails/commit/23b6a9c0fcb8992e18450d6fe0680bf09685b7db
[ci skip]
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
`ActiveRecord::QueryCache` middlewares were removed with `Executor` addition on d3c9d808e3e242155a44fd2a89ef272cfade8fe8
Removes traces and reference of these from all places.
[ci skip]
|