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

748 Commits

Author SHA1 Message Date
Cameron Dershem
312031a085 Updates 'autoreloading' section 2019-06-17 00:44:38 -04:00
Cameron Dershem
3f95205696 Front page examples return 'impl Responder' 2019-06-16 23:37:57 -04:00
Cameron Dershem
f922e8fb96 First pass at Extractors. 2019-06-16 23:17:17 -04:00
Cameron Dershem
a313315a92 begin url-dispatch chapter. 2019-06-16 20:19:25 -04:00
Cameron Dershem
5bd4218b94 comments out keep_alive section to pass builds. 2019-06-15 17:01:17 -04:00
Cameron Dershem
cb31379c10 renames file to be more discoverable. 2019-06-15 17:00:15 -04:00
Cameron Dershem
f7b22dfdc0 First pass at Handlers chapter. 2019-06-15 16:37:08 -04:00
Cameron Dershem
ebc6a44650 Fixes typo. 2019-06-13 17:13:51 -04:00
Cameron Dershem
8ab3e35851 First pass at Server section. 2019-06-13 17:10:51 -04:00
Cameron Dershem
992d182910 First pass at 'Application' section 2019-06-13 03:24:25 -04:00
Cameron Dershem
577dd90341 Updates getting-started to v1.0. 2019-06-13 00:33:32 -04:00
Cameron Dershem
315b131cdd Cargo can't do nested workspaces. 2019-06-13 00:32:48 -04:00
Cameron Dershem
e43f408bce Updates Rust Version to be shortcode. 2019-06-12 23:53:04 -04:00
Cameron Dershem
d2a2fc6979 Updates front-page flexible-responders to v1.0 2019-06-12 23:25:00 -04:00
Cameron Dershem
118286afb1 Updates front-page examples: powerful-extractor and easy-form-handling. 2019-06-12 19:23:51 -04:00
Cameron Dershem
cbd27e7668 Adds to workspace to test all code actually functions. 2019-06-12 18:14:10 -04:00
Cameron Dershem
a5f7e0d095 removes outdatej code in examples. 2019-06-12 04:56:59 -04:00
Cameron Dershem
4c398feed7 Removes erroneous comment 2019-06-12 04:55:56 -04:00
Cameron Dershem
8aa39e1afb begin update of docs to actix-web 1.0 2019-06-12 04:51:45 -04:00
Nikolay Kim
ad45f9e95a
Merge pull request #77 from Gobiner/patch-1
add comma to getting-started
2019-04-09 10:03:38 -07:00
Nikolay Kim
0f1399ae60
Merge pull request #78 from ebraminio/master
Update footer to 2019. Happy New Year!
2019-04-09 10:03:23 -07:00
Nikolay Kim
9b4c8e7b2c
Merge pull request #80 from awulkan/patch-1
Fix: Repository link
2019-04-03 15:15:06 -07:00
Nikolay Kim
0c8ce6f832
Merge pull request #81 from yim7/master
fixed testing examples
2019-04-03 15:14:49 -07:00
Nikolay Kim
a49c10a884
Merge pull request #79 from gurry/patch-7
Fixed a grammatical error
2019-04-03 15:14:06 -07:00
Nikolay Kim
7432955525
Merge pull request #83 from drivasperez/patch-1
Fix a slight typo
2019-04-03 15:13:42 -07:00
Daniel Rivas
a3c82fdab4
Fix a slight typo
There was a "use" which should be "using".
2019-04-03 20:30:05 +01:00
krircc
6fcf3a3b6c
Update header.html 2019-03-30 16:51:39 +08:00
yim7
cb47802564 fixed testing examples 2019-03-25 15:28:14 +08:00
Douman
032afec8d8 Correct custom NamedFile usage 2019-03-24 00:30:26 +03:00
Alex
70640125a1
Fix: Repository link 2019-03-23 20:14:24 +01:00
Gurinder Singh
656d265036
Fixed a grammatical error 2019-03-19 12:13:10 +05:30
Ebrahim Byagowi
e93331fd3d Update footer to 2019. Happy New Year! 2019-03-04 00:17:32 +03:30
Aaron Rice
1305c0d79a
add comma to getting-started 2019-03-01 21:42:52 -08:00
Nigel Greenway
8f89a9c670
Make variable more readable
Due to a late night working on this whilst learning rust and so on, I read the `l` as a `1`. This extends the variable for enhanced readability.
2019-03-01 21:27:19 +00:00
krircc
b15d1a1437
Merge pull request #74 from krircc/master
give an example to understand shared state simpler
2019-02-27 17:24:08 +08:00
krircc
886f9febe5
Merge pull request #70 from SamuelMarks/master
layouts/index.html: `method::Get` => `method::GET`
2019-02-27 16:20:33 +08:00
krircc
3e093581af
Update errors.md 2019-02-27 16:07:41 +08:00
krircc
e7261cc90e
Update application.md 2019-02-26 11:54:51 +08:00
krircc
ed5406681e
Update application.md 2019-02-26 11:45:46 +08:00
Samuel Marks
d821414589
layouts/index.html: method::Get => method::GET 2019-01-08 17:19:09 +11:00
Nikolay Kim
bd8f4e92d1
Merge pull request #63 from rofrol/patch-1
The start methods -> The start method
2018-12-17 07:39:50 -08:00
Nikolay Kim
8abcf6db3f
Merge pull request #66 from cjbassi/patch-1
Fix typo in server.md
2018-12-17 07:39:19 -08:00
Nikolay Kim
6f4370ddea
Merge pull request #67 from axos88/patch-1
Add note about dealing with already compressed data
2018-12-17 07:38:58 -08:00
Akos Vandra
7c8763dab0
Add note about dealing with already compressed data 2018-12-11 22:59:44 +01:00
Caleb Bassi
6d66d2453a
Fix typo in server.md 2018-11-30 09:10:07 -08:00
Roman Frołow
0dd8b580bd
The start methods -> The start method 2018-11-17 13:38:51 +01:00
Nikolay Kim
d2d0975f8b
Merge pull request #53 from explooosion/docs/README
Update step
2018-10-28 09:04:04 -07:00
Nikolay Kim
547bd66aab
Merge pull request #58 from gurry/patch-4
Improved grammar
2018-10-28 09:03:37 -07:00
Nikolay Kim
6f968426e6
Merge pull request #59 from gurry/patch-6
One more grammatical improvement
2018-10-28 09:02:47 -07:00
Nikolay Kim
4c879892a6
Merge pull request #57 from gurry/patch-3
Fixed the location of a parenthetical comment
2018-10-28 09:02:13 -07:00