| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|\ \
| | |
| | | |
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]
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
changed quite a bit after Executor middleware addition.
[ci skip]
|
| | | |
| | | |
| | | |
| | | | |
[ci skip]
|
| | | | |
|
| |/ /
|/| |
| | | |
it reads a bit awkwardly without it.
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
`:enum_prefix` and `:enum_suffix` was changed to `:_prefix` and `:_suffix`
in #20999.
|
| | | |
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | | |
Default worker pool size was changed from 100 to 4 at #24376
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Because I can never remember if `collection_singular_ids=` persists
or not (it does).
[ci skip]
|
| | | |
|
| | |
| | |
| | |
| | | |
Follow up to #17845.
|
| | |
| | |
| | | |
* #uniq will be deprecated, see: rails/rails@adfab2d
|
|\ \ \
| | | |
| | | | |
add #23980 to release notes [ci skip]
|
| | | | |
|
|/ / / |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Ruby 2.4 unifies Fixnum and Bignum into Integer: https://bugs.ruby-lang.org/issues/12005
* Forward compat with new unified Integer class in Ruby 2.4+.
* Backward compat with separate Fixnum/Bignum in Ruby 2.2 & 2.3.
* Drops needless Fixnum distinction in docs, preferring Integer.
|
|\ \ \
| | | |
| | | | |
update to make it less obvious that this guide is from 2008/2009
|
| | | |
| | | |
| | | |
| | | |
| | | | |
malicious ads are neither new nor unusual
live HTTP headers project is dead - see https://www.mozdev.org/bugs/show_bug.cgi?id=25944
|