1
0
mirror of https://github.com/actix/actix-website synced 2025-06-27 23:49:02 +02:00
Commit Graph

865 Commits

Author SHA1 Message Date
cc2a7a0645 Update request-handlers 2019-12-29 02:08:25 +09:00
8594212533 Update powerful-extractors 2019-12-29 02:05:27 +09:00
789cb0fd1a Update middleware 2019-12-29 02:03:17 +09:00
94c8c843b1 Update main-example 2019-12-29 01:38:51 +09:00
9da187a36c Update http2 2019-12-29 01:37:19 +09:00
e018ce4278 Update getting-started 2019-12-29 01:33:19 +09:00
37bd5e5da2 Update flexible-responders 2019-12-29 01:32:43 +09:00
de7c7d3aed Remove unnecessary dependency 2019-12-29 01:29:03 +09:00
66c3bd8729 Update easu-form-handling example 2019-12-29 01:24:52 +09:00
1e5f5ecf8b Update autoreload example to v2 2019-12-29 01:21:10 +09:00
299ee6e352 Update application links to v2 2019-12-29 01:16:54 +09:00
67c0360864 Update application examples to v2 2019-12-29 01:15:22 +09:00
f8e3430d1a Point to v2 docs 2019-12-29 00:38:07 +09:00
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
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
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
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
868b9589f2 Update server.md (#123) 2019-12-02 06:11:50 +06:00
e5fb02d5af Fix link (#122) 2019-11-13 13:45:20 +09:00
b7f01e2fe8 Fix typo in server.md (#121) 2019-10-29 16:49:33 +09:00
7fd7b130a2 change url and fix typo 2019-10-22 10:27:42 +08:00
0747220bbb Testing: Mention the potential need for run_on (#118) 2019-10-14 08:58:48 +09:00
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
b1d2fd8fa1 Update actix-web minimum Rust version (#117) 2019-10-10 00:30:22 +09:00
f217edf478 Merge pull request #116 from dbrgn/patch-1
Fix typo in testing.md
2019-10-07 18:26:31 +03:00
466edc7752 Fix typo in testing.md
serivce -> service
2019-10-07 16:47:46 +02:00
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
ee703d070a Merge pull request #113 from helaan/master
Fix link to docs.rs for actix-web
2019-09-28 19:00:10 +09:00
0f838d6b53 Fix link to docs.rs for actix-web 2019-09-28 11:52:41 +02:00
f43a46b58e Make sure app_mutable example works out of box (#112)
The page which refers make_app_mutable section: https://actix.rs/docs/application/ 
Although the original example compiled, I found it a bit incomplete as it didn't really start the server. As a beginner, I first tried to reuse original `main()` example and ran into lifetime issue with counter instance. Took me a bit to figure "ahha sure, I need to move it in."
2019-09-25 10:37:36 +06:00
29d1d51cf1 Merge pull request #108 from actix/document-actix-web-codegen
Document actix-web-codegen
2019-08-06 09:59:05 +02:00
4217307435 allows -> allow 2019-08-06 09:52:22 +02:00
04bca7bf82 Fix PR comments 2019-08-06 01:30:50 +02:00
9489b4de64 Merge pull request #107 from actix/svenstaro-patch-1
Fix plural to singular dependency
2019-08-05 15:30:25 -04:00
553fe281fc Document actix-web-codegen
This fixes #105
2019-08-05 18:32:00 +02:00
eb364a1d41 Fix plural to singular dependency
This used to be plural because it used to be both actix and actix-web but now it's just actix-web.
2019-08-05 18:28:26 +02:00
cf666d228b Merge pull request #106 from actix/auto-reloading-heading
Add heading to auto-reloading bit
2019-08-05 17:38:30 +02:00
e3b3a7ebbe Add heading to auto-reloading bit
This makes it a bit more visually distinguished from the paragraph before. I think that's a good thing as it's essentially a completely separate topic.
2019-08-05 17:29:01 +02:00
a03b91023c Merge pull request #103 from svenstaro/add-dyn-to-traits
Add dyn keyword to get rid of some warnings
2019-07-30 19:08:48 +02:00
a7c8116fcd Add bit about wrap_fn to middlewares page (#104) 2019-07-30 10:03:55 -07:00
0ff37e7454 Add dyn keyword to get rid of some warnings 2019-07-29 12:44:00 +02:00
16b8702252 disable apt-get update 2019-07-22 11:16:15 +06:00
b0ce2c21a2 fix state example 2019-07-22 11:10:21 +06:00
d86508dbc7 Merge pull request #76 from NigelGreenway/master
Make `l` variable more readable
2019-07-19 14:15:26 +06:00
a4765b0577 Merge branch 'master' into master 2019-07-19 14:15:14 +06:00
06563d7aac Merge pull request #101 from atsuzaki/appdocsupdate
Update docs regarding App State
2019-07-19 14:14:25 +06:00
77b86e778f Fix examples 2019-07-18 20:59:11 +07:00
31630f61f8 Minor tweaks 2019-07-15 17:12:37 +07:00
4521375534 Update App State documentation 2019-07-15 16:46:12 +07:00
093852e4dc Merge pull request #100 from itsgreggreg/actix-web-api-docs-link
Fix api docs link for actix-web
2019-07-11 22:39:44 +06:00