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

121 Commits

Author SHA1 Message Date
krircc
c41a02fc0a let actix.rs for en 2018-06-23 07:43:29 +08:00
krircc
a0b1f54a3f let actix.rs for en 2018-06-23 06:12:56 +08:00
krircc
2da5ff93fe actix.rs/cn 2018-06-22 23:18:14 +08:00
Armin Ronacher
0f15bd9dc3 Change sentry example to use new sentry-actix 2018-06-19 19:50:00 +02:00
krircc
7a5b633dd1
Update header.html 2018-06-18 17:41:33 +08:00
Nikolay Kim
fbffdad7cb
Merge pull request #25 from jasonrhansen/patch-1
Fix typo in autoreload.md
2018-06-12 09:16:48 -07:00
jasonrhansen
7833868c04
Fix typo in autoreload.md 2018-06-12 10:15:33 -06:00
krircc
161fbe4722 Merge branch 'master' of https://github.com/actix/actix-website 2018-06-12 09:21:56 +08:00
krircc
0bbed786d7 back 2018-06-12 09:21:09 +08:00
krircc
d03e8539d3
Update actix.css 2018-06-11 20:39:17 +08:00
krircc
cc4f4a5d48 add blog 2018-06-11 20:37:12 +08:00
krircc
3ce7f69218 add the lost detail 2018-06-10 00:32:32 +08:00
krircc
430e224ad2 last I ignore some detail, only 'home page symmetry . this PR let all pages symmetry In various screen sizes' 2018-06-09 22:15:19 +08:00
Nikolay Kim
1bf14f774d fix vh example 2018-06-09 06:26:27 -07:00
Nikolay Kim
7cc246fdc4
Merge pull request #24 from krircc/master
let header nav symmetry
2018-06-09 04:58:53 -07:00
Nikolay Kim
5eb00bb9f3
Fix example 2018-06-09 04:58:22 -07:00
krircc
541da467ac
Update header.html 2018-06-09 17:23:11 +08:00
krircc
9fbf1fe1c0
Update actix.css 2018-06-09 17:22:55 +08:00
Nikolay Kim
11d41fab8e
Merge pull request #23 from yanns/start_app_with_state
document how to start the app with state
2018-06-08 08:26:23 -07:00
Yann Simon
14e47859a0 document how to start the app with state 2018-06-08 10:17:29 +02:00
Nikolay Kim
5938691794 add vh section 2018-06-07 21:08:11 -07:00
Nikolay Kim
d9fe72926f
Update index.html 2018-06-06 19:30:36 -07:00
Nikolay Kim
0f0a42a35b add reddit link 2018-06-05 10:04:54 -07:00
Nikolay Kim
5162bb87ae
Merge pull request #21 from StyMaar/patch-1
Add missing word
2018-06-04 10:23:20 -07:00
StyMaar
2313d70e5b
Add missing word
I suppose “keep in mind” was the intended phrase (but I'm not native English speaker, I may be missing something).
2018-06-04 13:52:15 +02:00
Nikolay Kim
fe38e242e9
Merge pull request #20 from tshepang/patch-1
missing comma
2018-06-02 09:12:16 -07:00
Nikolay Kim
790afd3fb7 use tuple for multiple extractors 2018-06-02 08:31:38 -07:00
Tshepang Lekhonkhobe
7e3d49554a
missing comma 2018-06-02 12:10:20 +02:00
Nikolay Kim
259a2ac6f1 use tuple 2018-06-01 10:53:53 -07:00
Nikolay Kim
0b003828b3
Merge pull request #15 from hellp/patch-1
Improve extractor examples
2018-06-01 08:56:35 -07:00
Nikolay Kim
c331ed5a42
Merge pull request #19 from mre/patch-1
Fix some typos and change wording
2018-06-01 08:55:49 -07:00
Matthias Endler
b96f63841b
Fix some typos and change wording 2018-06-01 17:11:25 +02:00
Nikolay Kim
c28b2fc492 update routing example 2018-05-30 16:09:30 -07:00
Nikolay Kim
3116e2e4e9
Merge pull request #17 from jasondavies/patch-1
Fix typo.
2018-05-30 13:15:27 -07:00
Jason Davies
7217c45fce
Fix typo. 2018-05-30 21:07:50 +01:00
Nikolay Kim
b0539ce99c
Merge pull request #16 from zzmp/typo-governed
Fix minor typo
2018-05-30 12:23:52 -07:00
Zach Pomerantz
da6dfa9348
Fix minor typo 2018-05-30 15:22:40 -04:00
Fabian Neumann
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
Nikolay Kim
5e9f6dd111
Merge pull request #14 from dhodder/master
Fix minor typo
2018-05-28 06:57:47 -07:00
Nikolay Kim
51d054f15c
Merge pull request #12 from rider-yi/fix_typo
Fix typo
2018-05-28 06:57:14 -07:00
Dave Hodder
1755cf613c Fix minor typo 2018-05-28 14:43:34 +01:00
Yuki Ishikawa
a8788507e8 Fix typo 2018-05-28 12:36:30 +09:00
Armin Ronacher
64553f27f5 Small screen optimizations 2018-05-27 12:04:29 -07:00
Armin Ronacher
ede773dd93 Outdent examples 2018-05-27 10:49:14 -07:00
Nikolay Kim
be72dac069
Merge pull request #6 from estin/stream-testing
stream response tests
2018-05-27 03:34:13 -07:00
Ivan Tham
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
Nikolay Kim
29afd3e001
Merge pull request #10 from pickfire/patch-1
remove --bin from cargo new
2018-05-26 07:14:05 -07:00
Armin Ronacher
cc236920f3 Scroll to active showcase on load 2018-05-26 14:31:03 +02:00
Armin Ronacher
f657be7ae5 Added routing example to frontpage 2018-05-26 14:27:55 +02:00
Ivan Tham
19746a3e0f
remove --bin from cargo new
`cargo new` defaults to `--bin` since cargo 0.26
2018-05-26 15:31:13 +08:00