1
0
mirror of https://github.com/actix/actix-website synced 2024-11-24 00:41:07 +01:00
Commit Graph

388 Commits

Author SHA1 Message Date
Yuki Okushi
13f0756d33
Run cargo test on CI (#142) 2020-01-17 05:18:20 +09:00
Gerónimo Garcia Sgritta
f30016e112 Fix DB article code examples (#140)
This change fixes issue #139 and renders the code example
2020-01-04 20:04:35 +09:00
Dominic
58341eca3a Docs update and ci bumped up hugo version (#138) 2020-01-03 10:10:24 +06:00
Nikolay Kim
4fffc16668 fix chunked example 2020-01-02 18:41:14 +06:00
Nikolay Kim
b8e2a2310c update extractors 2020-01-02 18:33:33 +06:00
Nikolay Kim
4046b0b697 review handlers section 2020-01-02 13:11:12 +06:00
Nikolay Kim
e30c20016e review server section 2020-01-02 12:56:32 +06:00
Nikolay Kim
e71c712d16 review application section 2020-01-02 12:43:41 +06:00
Nikolay Kim
26c877a519 remove sentry as it does not support actix-web 2.0 2020-01-02 11:44:04 +06:00
liquidscorpio
ee4911d45a Show quick install instructions on home page (#134)
* Show quick install instructions on home page

* Change from cargo add to a Cargo.toml dependency

* Change to a CTA within the jumbotron linking to the install page

* Remove redundant class from tag
2019-12-31 17:47:52 +09:00
Caleb Meyer
79971de873 Remove duplicate "being updated" (#135)
This looks like a typo. Thanks for making docs changes so easy.
2019-12-31 02:07:07 +09:00
Dominic
b04e76e678 Update to actix-web 2.0 (#131) 2019-12-29 22:57:11 +09:00
Yuki Okushi
4b216230d5
Merge pull request #132 from JohnTitor/update-links
Update most examples to v2
2019-12-29 16:31:29 +09:00
Yuki Okushi
9df2e8d85d Fix Actix MSRV 2019-12-29 16:21:11 +09:00
Yuki Okushi
016fdd067c Bump up actix(-web) version and MSRV 2019-12-29 04:18:24 +09:00
Yuki Okushi
9f385d384b Update websockets 2019-12-29 04:16:54 +09:00
Yuki Okushi
7a973d6fe9 Update url-dispatch 2019-12-29 04:10:02 +09:00
Yuki Okushi
1d6ccff3e8 Update static-files 2019-12-29 03:36:24 +09:00
Yuki Okushi
e21219c1da Update server 2019-12-29 03:32:56 +09:00
Yuki Okushi
a255f4aea6 Update response 2019-12-29 02:59:48 +09:00
Yuki Okushi
2cd3428c8e Update responder-trait 2019-12-29 02:47:27 +09:00
Yuki Okushi
4f2f930349 Update requests 2019-12-29 02:32:47 +09:00
Yuki Okushi
b0e8a8d51d Update request-routing 2019-12-29 02:09:52 +09:00
Yuki Okushi
cc2a7a0645 Update request-handlers 2019-12-29 02:08:25 +09:00
Yuki Okushi
8594212533 Update powerful-extractors 2019-12-29 02:05:27 +09:00
Yuki Okushi
789cb0fd1a Update middleware 2019-12-29 02:03:17 +09:00
Yuki Okushi
94c8c843b1 Update main-example 2019-12-29 01:38:51 +09:00
Yuki Okushi
9da187a36c Update http2 2019-12-29 01:37:19 +09:00
Yuki Okushi
e018ce4278 Update getting-started 2019-12-29 01:33:19 +09:00
Yuki Okushi
37bd5e5da2 Update flexible-responders 2019-12-29 01:32:43 +09:00
Yuki Okushi
de7c7d3aed Remove unnecessary dependency 2019-12-29 01:29:03 +09:00
Yuki Okushi
66c3bd8729 Update easu-form-handling example 2019-12-29 01:24:52 +09:00
Yuki Okushi
1e5f5ecf8b Update autoreload example to v2 2019-12-29 01:21:10 +09:00
Yuki Okushi
299ee6e352 Update application links to v2 2019-12-29 01:16:54 +09:00
Yuki Okushi
67c0360864 Update application examples to v2 2019-12-29 01:15:22 +09:00
Yuki Okushi
f8e3430d1a Point to v2 docs 2019-12-29 00:38:07 +09:00
Dominic
20517d415d Update examples/{extractors, errors} to futures 0.3 and actix-web 2.0 (#130)
* Update to futures 0.3

* update examples/errors to actix-web 2.0
2019-12-29 00:26:17 +09:00
Nikita Puzankov
c6c5446937 Update url-dispatch.md (#129)
* Update url-dispatch.md

Description was updated according to an example.

Users paths were added instead of projects and tasks.

Co-authored-by: Yuki Okushi <huyuumi.dev@gmail.com>
2019-12-26 23:15:39 +09:00
Nikita Puzankov
fd9b6d38ba Update testing.md (#127)
Replaces fully qualified version numbers with major numbers to keep links up to date without a lot of manual changes.
2019-12-25 17:23:43 +09:00
Nikita Puzankov
18d167c88c Update testing.md (#125)
* Update testing.md

Fixed link to API docs

* Update testing.md

* Update content/docs/testing.md

Co-Authored-By: Yuki Okushi <huyuumi.dev@gmail.com>

Co-authored-by: Yuki Okushi <huyuumi.dev@gmail.com>
2019-12-21 02:31:30 +09:00
Rich Murphey
868b9589f2 Update server.md (#123) 2019-12-02 06:11:50 +06:00
Yuki Okushi
e5fb02d5af
Fix link (#122) 2019-11-13 13:45:20 +09:00
adrian5
b7f01e2fe8 Fix typo in server.md (#121) 2019-10-29 16:49:33 +09:00
krircc
7fd7b130a2
change url and fix typo 2019-10-22 10:27:42 +08:00
Danilo Bargen
0747220bbb Testing: Mention the potential need for run_on (#118) 2019-10-14 08:58:48 +09:00
Adam
73b0ac0702 A small fix for the example set up of SSL (#119)
* openssl is missing in the dependencies
2019-10-14 08:57:42 +09:00
Yuki Okushi
b1d2fd8fa1
Update actix-web minimum Rust version (#117) 2019-10-10 00:30:22 +09:00
Roman Proskuryakov
f217edf478
Merge pull request #116 from dbrgn/patch-1
Fix typo in testing.md
2019-10-07 18:26:31 +03:00
Danilo Bargen
466edc7752
Fix typo in testing.md
serivce -> service
2019-10-07 16:47:46 +02:00
Ralph Ursprung
e4eb883a0d fix minor typo in output of extractors example (#114)
this has no effect on the actual functionality, it just fixes a typo
which was hard to overlook :)
2019-09-30 03:35:26 +09:00