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

540 Commits

Author SHA1 Message Date
b96f63841b Fix some typos and change wording 2018-06-01 17:11:25 +02:00
c28b2fc492 update routing example 2018-05-30 16:09:30 -07:00
3116e2e4e9 Merge pull request #17 from jasondavies/patch-1
Fix typo.
2018-05-30 13:15:27 -07:00
7217c45fce Fix typo. 2018-05-30 21:07:50 +01:00
b0539ce99c Merge pull request #16 from zzmp/typo-governed
Fix minor typo
2018-05-30 12:23:52 -07:00
da6dfa9348 Fix minor typo 2018-05-30 15:22:40 -04:00
1019dd2fb4 Improve extractor examples
To use `SomeType::extract(&req)` it should be mentioned at least once that `use actix_web::FromRequest` is required. Also extract takes `HttpRequest` by reference.
2018-05-28 20:55:13 +02:00
5e9f6dd111 Merge pull request #14 from dhodder/master
Fix minor typo
2018-05-28 06:57:47 -07:00
51d054f15c Merge pull request #12 from rider-yi/fix_typo
Fix typo
2018-05-28 06:57:14 -07:00
1755cf613c Fix minor typo 2018-05-28 14:43:34 +01:00
a8788507e8 Fix typo 2018-05-28 12:36:30 +09:00
64553f27f5 Small screen optimizations 2018-05-27 12:04:29 -07:00
ede773dd93 Outdent examples 2018-05-27 10:49:14 -07:00
be72dac069 Merge pull request #6 from estin/stream-testing
stream response tests
2018-05-27 03:34:13 -07:00
9f1fa51a83 Add missing --no-pid (#11)
https://github.com/mitsuhiko/systemfd#usage-with-actix-web--cargo-watch-and-listenfd

From systemfd:
> And then run it (don't forget --no-pid):
2018-05-26 16:20:39 +02:00
29afd3e001 Merge pull request #10 from pickfire/patch-1
remove --bin from cargo new
2018-05-26 07:14:05 -07:00
cc236920f3 Scroll to active showcase on load 2018-05-26 14:31:03 +02:00
f657be7ae5 Added routing example to frontpage 2018-05-26 14:27:55 +02:00
19746a3e0f remove --bin from cargo new
`cargo new` defaults to `--bin` since cargo 0.26
2018-05-26 15:31:13 +08:00
fd51870371 Merge pull request #9 from Dowwie/master
added section on accessing Extractors
2018-05-25 12:55:31 -07:00
f7bf9e21a8 added section on accessing Extractors 2018-05-25 15:51:16 -04:00
842c877da2 update url-dispatch examples 2018-05-24 10:13:55 -07:00
2efb3dc0bd Merge branch 'master' of github.com:actix/actix-website 2018-05-24 09:33:56 -07:00
ec11bf0db3 fix application examples 2018-05-24 09:31:40 -07:00
f2a41f0b2f Merge pull request #5 from Dowwie/master
added Scopes section within url-dispatch
2018-05-24 07:54:31 -07:00
8ba23ce814 removed slash from resources in scope example 2018-05-24 10:49:13 -04:00
486d145364 Update server.md 2018-05-24 06:05:56 -07:00
20ea20ae31 update links 2018-05-23 21:04:32 -07:00
4500c06469 add links 2018-05-23 20:56:58 -07:00
6972632c1a install openssl on travis 2018-05-23 20:43:27 -07:00
d27ab00b71 convert server examples 2018-05-23 20:39:15 -07:00
d4e2aa8ae9 Merge pull request #7 from actix/remove-skeptic
remove skeptic
2018-05-23 16:17:35 -07:00
4635b07013 remove skeptic 2018-05-23 16:14:05 -07:00
9ac0e23ea3 Do not 100% images by default 2018-05-23 23:50:27 +02:00
27907fefb7 Merge branch 'feature/features' 2018-05-23 23:47:04 +02:00
2f9245e580 Added feature box 2018-05-23 23:47:00 +02:00
ab91b27c13 Test getting-started example 2018-05-23 23:25:51 +02:00
155e3cdbf8 stream response tests 2018-05-23 23:35:42 +03:00
b7025c029f Cache cargo 2018-05-23 22:14:08 +02:00
c7c3562bf4 Change language to rust 2018-05-23 22:12:35 +02:00
116dd38665 Run rust checks 2018-05-23 22:11:43 +02:00
93995e185f Updated app examples 2018-05-23 22:01:36 +02:00
c98a067163 typo 2018-05-23 15:48:50 -04:00
0a166cd593 added section on Scopes, within url dispatch 2018-05-23 15:46:14 -04:00
e204566062 Added basic example with includes 2018-05-23 21:28:12 +02:00
8246cf132b Features on the home page 2018-05-23 20:15:15 +02:00
aebbfbf9db fix application examples 2018-05-23 11:02:28 -07:00
88ad4985ef add skeptic 2018-05-23 10:46:49 -07:00
3cf6586f18 Merge pull request #3 from IslandUsurper/patch-1
Make Getting Started example compile
2018-05-23 10:34:01 -07:00
e318f20a0c Make Getting Started example compile
Unlike other code I've seen in the guide, this code didn't compile. It's especially bad that it can be the first experience someone has with actix-web, and then doesn't work. I'm going to run through the docs as a first-time user so I'll try to make sure everything works the way it's supposed to.
2018-05-23 11:19:48 -04:00