1
0
mirror of https://github.com/actix/examples synced 2025-06-27 09:29:02 +02:00
Commit Graph

1768 Commits

Author SHA1 Message Date
f2fc77c8da Update README.md 2021-11-02 13:04:33 +00:00
10e7644d91 Update README.md 2021-11-02 13:04:17 +00:00
249e863187 Update README.md 2021-10-28 16:33:44 +01:00
5c7b7428f2 Update README.md 2021-10-28 16:26:31 +01:00
261589ca87 fix diesel example (#460) 2021-10-22 08:47:12 +01:00
414bf927b8 remove example use async_std::fs (#461) 2021-10-22 08:44:40 +01:00
e188d612c2 fix 'startup connection+schema check' to work on empty database (#459)
Co-authored-by: Rob Ede <robjtede@icloud.com>
2021-10-18 13:30:02 +01:00
11cd3f2b58 Middleware example - Redirect http connections to https (#457) 2021-10-13 15:06:42 +01:00
817c7e1150 Working middleware using extensions_mut (#402)
Co-authored-by: Rob Ede <robjtede@icloud.com>
2021-10-07 04:04:19 +01:00
0c4ab86a9a remove unwraps in multipart examples
inspired by #406
2021-10-07 03:27:50 +01:00
465b6a9c0a improve rustls example (#447)
Co-authored-by: Rob Ede <robjtede@icloud.com>
2021-10-07 03:06:25 +01:00
e60e7810de clippy 2021-10-07 03:04:59 +01:00
bfede4c1bb improve sqlx example
inspired by #455
2021-10-07 03:00:13 +01:00
c69b7598fb dep update 2021-10-06 23:56:44 +01:00
f623284c71 ignore protobuf-example in ci 2021-10-06 23:12:42 +01:00
900a699fba regererate rustls certs
fixes #445
2021-10-06 22:42:44 +01:00
8186a8cfea fix broken links (#441)
Co-authored-by: Igor Aleksanov <popzxc@yandex.ru>
Co-authored-by: Altug Sahin <altugsahin@gmail.com>
Co-authored-by: Rob Ede <robjtede@icloud.com>
2021-10-06 22:28:53 +01:00
cc948594fe Add MongoDB example (#452)
Co-authored-by: Igor Aleksanov <popzxc@yandex.ru>
2021-10-06 22:23:12 +01:00
0492c842c7 Add Imitari project (#454) 2021-09-29 15:13:15 +01:00
ffbab974ae Update README.md 2021-09-21 13:18:10 +01:00
e07a0ab4e4 update triox github page (#451) 2021-09-06 01:16:05 +01:00
d3543e5413 docs: improve rustls example (#446) 2021-08-24 15:19:43 +01:00
516faf22db add mCaptcha (#439) 2021-07-20 16:01:13 +01:00
33a215642b Update README.md: path 'examples/graphql/juniper/' (#438) 2021-07-19 14:44:38 +01:00
ef5b62d71a Update README.md 2021-06-08 19:55:45 +01:00
e5ef02da96 Update comment with correct URL. (#433) 2021-06-07 18:43:49 +01:00
e68c836311 [EZ] Update READMEs with current paths (#432) 2021-06-07 02:50:30 +09:00
dc99a3b3b6 move zero2prod to top of showcase 2021-06-02 21:17:12 +01:00
a86f8f0967 Add zero2prod (#431)
Fix #429
2021-06-03 01:05:59 +09:00
73624aa4cc Update rustls-client-cert README to use httpie verify (#428) 2021-05-26 14:37:30 +09:00
ead81d6d14 Added fullstack Rust project using actix-web and webassembly (#425)
Co-authored-by: Vasco <vassil.kolarov@gmail.com>
2021-05-26 13:57:19 +09:00
ddfb470642 Fix websocket chat link (#427) 2021-05-13 08:32:58 +01:00
bb4f97ba41 Upgrade juniper to 0.15 (#423) 2021-04-26 20:32:32 +09:00
ef13969220 Bump tera version to 1.8.0, print the listening port to cli (#421)
Co-authored-by: ZhiFeng Hu <huzhifeng@coldlake.cn>
2021-04-25 21:15:27 +09:00
fb897db380 Upgrade lexical-cores to the latest (#422)
log:
```
    Updating crates.io index
    Removing lexical-core v0.6.2
      Adding lexical-core v0.6.8
      Adding lexical-core v0.7.6
```
2021-04-25 21:00:29 +09:00
d51c0e6eae Fix a broken link (#418) 2021-03-25 20:13:01 +00:00
a66c05448e Update yarte to 0.15 (#416) 2021-03-04 01:38:53 +09:00
e86d5ff214 Fixes Incorrect Return of body in multipart example (#407) 2021-03-04 01:38:29 +09:00
7487a81e90 Fix sqlx_todo CI checks (#415) 2021-03-03 23:37:17 +09:00
75c19eb5c9 Add tests to diesel example (#414)
* add tests to diesel example

* add diesel migration to gh workflow

* update diesel gh action

* update diesel gh action

* review #414 diesel tests
2021-03-02 03:35:02 +09:00
c3407627d0 Restructure folders (#411) 2021-02-26 00:57:58 +00:00
9db98162b2 add jelly to bolerplate section 2021-02-25 16:42:07 +00:00
c36d7371a9 Fix client. (#400) 2021-01-17 02:55:00 +00:00
91865b3a2a move latest submission to top of example apps list 2021-01-03 18:25:48 +00:00
fd48c8d021 Jamesjmeyer210/sqlx user crud for mysql (#396) 2021-01-03 18:24:22 +00:00
44f41e5319 add triox to showcase 2020-12-31 11:51:20 +00:00
7783600918 Improve the "basics" example (#393) 2020-12-18 21:32:36 +00:00
401753dd90 Refactor template yarte example for use bytes implementation (#392) 2020-12-17 21:34:40 +00:00
47d4067498 Replace env_logger's deprecated function (#391) 2020-12-15 17:06:11 +00:00
yjh
89d2e4e3f7 fix typo and update some deps (#390)
* chore: fix typo for `run-in-thread`

* chore: update some deps for examples
2020-12-14 11:30:06 +00:00