1
0
mirror of https://github.com/actix/actix-website synced 2025-06-30 00:34:58 +02:00
Commit Graph

339 Commits

Author SHA1 Message Date
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
993d4d081a Fix api docs link for actix-web 2019-07-11 09:31:18 -06:00
fcf28f79b8 Merge pull request #99 from VitalyAnkh/patch-1
Correct demo code
2019-07-11 14:44:00 +06:00
e9fb1f01e6 Merge pull request #98 from shyaamsundhar/master
Update index.html
2019-07-11 14:43:34 +06:00
c399dc6e52 Correct demo code 2019-07-11 16:36:16 +08:00
b58206c4e2 Update index.html
Changed TechEmpower link to point to Round 18.
2019-07-11 11:30:46 +05:30
0d1a2f2e7c Merge pull request #96 from arve0/patch-1
fix examples link
2019-07-08 01:47:15 -04:00
74bd99cb06 fix examples link 2019-07-06 18:59:48 +02:00
bb0fdaf1e9 Merge pull request #95 from snoyberg/master
Add Responder to use statement
2019-07-05 22:30:13 -04:00
5ff8c61e82 Add Responder to use statement
This matches the example code in examples/main-example/src/main.rs, and
allows the code on the homepage to work.
2019-07-05 11:39:34 +03:00
30369c2a67 Merge pull request #94 from cldershem/addNotesDBSentry
Removes global 1.0 warning and only adds it to specific pages.
2019-07-03 22:03:40 -04:00
a915d45f73 Removes global 1.0 warning and only ads it to specific pages. 2019-07-02 15:14:21 -04:00
f3ee8751ab remove api docs 2019-07-02 15:40:17 +06:00
9fcd8c10be Merge pull request #90 from cldershem/update1.0
[WIP] Update website docs to 1.0.
2019-07-02 11:42:10 +06:00
577db6383b Merge pull request #92 from arve0/doc-outdated-heads-up
add note about documentation being out of sync
2019-06-28 15:24:50 -04:00
6f95771c34 Adds logging example to errors chapter. 2019-06-28 14:50:15 -04:00
eb58a8692c Makes clippy happy. 2019-06-28 14:22:51 -04:00
5133ab874d Final fixes before requesting review. 2019-06-28 13:31:30 -04:00
cbf046b1f0 updates flexible responders. 2019-06-28 12:10:30 -04:00
3d68670359 link to latest version in docs.rs 2019-06-28 18:05:44 +02:00
4833874c5d Moves everything into the cargo workspace. 2019-06-26 19:18:43 -04:00
0601997b41 Updates Compression section. 2019-06-26 14:15:03 -04:00
387807ee6e Websockets chapter done-ish. 2019-06-26 12:55:12 -04:00
4436eff7de Static Files is done-ish. 2019-06-26 04:27:25 -04:00
0934b77762 updates a few links. 2019-06-26 03:11:05 -04:00
eff4edb6fa Middleware section is done-ish. 2019-06-26 02:59:20 -04:00
1c3697197d Responses section is done-ish. 2019-06-26 01:58:47 -04:00