1
0
mirror of https://github.com/actix/actix-website synced 2025-06-29 08:14:58 +02:00

Removes global 1.0 warning and only ads it to specific pages.

This commit is contained in:
Cameron Dershem
2019-07-02 15:14:21 -04:00
parent f3ee8751ab
commit a915d45f73
4 changed files with 16 additions and 8 deletions

View File

@ -6,6 +6,14 @@ weight: 1010
# Diesel
{{% alert %}}
NOTE: The `actix-web` 1.0 version of this section is still
[being updated](https://github.com/cldershem/actix-website/tree/update1.0-db). Checkout
this [example](https://github.com/actix/examples/tree/master/async_db) until then.
{{% /alert %}}
[being updated](https://github.com/cldershem/actix-website/tree/update1.0-db).
At the moment, Diesel 1.0 does not support asynchronous operations,
but it's possible to use the `actix` synchronous actor system as a database interface api.

View File

@ -6,6 +6,11 @@ weight: 1020
# Sentry Crash Reporting
{{% alert %}}
NOTE: Sentry currently does not work with `actix-web` 1.0. Please checkout this
[issue](https://github.com/getsentry/sentry-rust/issues/143) for more details.
{{% /alert %}}
[Sentry][sentrysite] is a crash reporting system that supports the failure crate which
is the base of the actix error reporting. With a middleware it's possible to
automatically report server errors to Sentry.