Sergio Benitez
60cba26f65
Fix guide examples for 0.4.
2020-02-27 15:35:56 -08:00
Sergio Benitez
878a73b6f0
Provide more details for opaque examples in guide.
...
Closes #1100 .
2020-02-27 14:43:08 -08:00
Sergio Benitez
4618bd0a5e
Test all guide code examples.
...
Every code example is now fully runnable and testable. As a result, all
examples are now tested and include imports. Relevant imports are shown
by default. Code examples can be expanded to show all imports.
Fixes #432 .
2020-02-27 14:43:06 -08:00
Sergio Benitez
ce95839843
Update references to chat channels.
2020-02-27 14:40:57 -08:00
Sergio Benitez
0c56ecc181
Set cookies even on error responses.
...
Fixes #1213 .
2020-02-09 01:53:05 -08:00
Sergio Benitez
2d4dc5ae58
New version: 0.4.2.
2019-06-28 17:50:57 -07:00
Jeb Rosen
225218de3f
Document contrib database library versions.
...
This commit also adds a note to the contrib database documentation
describing how to enable features in upstream database crates.
2019-06-28 12:20:51 -07:00
Sergio Benitez
aaaecd10cd
Fix route path rendering in pastebin guide.
...
Resolves #1027 .
2019-06-28 12:20:39 -07:00
Sergio Benitez
f1f09f17ca
New version: 0.4.1.
2019-05-11 16:51:38 -07:00
Sergio Benitez
317ee76990
Document mounting multiple routes in guide.
...
Also mention that a route's rank is displayed in brackets.
Closes #983 .
Closes #981 .
2019-05-10 19:50:58 -07:00
Jeb Rosen
0bf11fecf9
Update 'Rocket source code' link in the guide.
2019-05-10 19:50:58 -07:00
Yazid
7833ee1b76
Correction to requests guide: 'route' -> 'guard'.
2019-04-12 17:58:24 -07:00
Bryan Jennings
c776c59e6a
Fix typo in requests guide: missing ')'.
2019-04-12 17:57:02 -07:00
Denis Andrejew
06edd5fab5
Clarify form method rewriting in requests guide.
2019-03-30 10:16:25 -07:00
Damir Vandic
ecc17d191f
Reword guide-level explanation of optional query parameters.
2019-03-09 12:01:23 -08:00
Noah Rosenzweig
fb1f7482ee
Fix typo in fairings guide: 'to the launch' -> 'to launch'.
2019-01-31 20:13:25 -08:00
An Long
5ce43ed4e9
Add support for memcache connection pooling in 'rocket_contrib'.
2019-01-13 11:16:11 -08:00
Riley Watkins
4f81292830
Fix typo in responses guide: '#[responder]' -> '#[response]'.
2018-12-26 10:53:15 -08:00
Eric Dattore
aba3ad327b
Add database pool integration tests.
2018-12-23 21:12:44 -08:00
John Downey
9750ae67dd
Update pastebin guide for 0.4.
2018-12-14 13:21:30 -08:00
Sergio Benitez
104429f398
Add 'Debug' to 'Responder' derive in announcement.
2018-12-12 00:04:55 -08:00
Andrew
4a0fee4129
Fix typo in requests guide: 'of' -> 'or'.
2018-12-10 22:26:02 -08:00
Sergio Benitez
746023fe1f
Use '&*' in database docs for reliable deref coercions.
...
Resolves #855 .
2018-12-10 22:20:34 -08:00
Sergio Benitez
ba96de314c
Fix news announcement title in index.
2018-12-10 11:59:13 -08:00
Jelte Fennema
cb520f4067
Fix status code typo in release announcement.
2018-12-08 14:48:03 -08:00
Sergio Benitez
f64d9bc1a1
Fix more typos in release announcement.
2018-12-08 10:29:43 -08:00
Sergio Benitez
1d82225fc9
Fix release announcement typo.
2018-12-08 10:19:00 -08:00
Sergio Benitez
2ec865dea2
Add v0.4 release announcement.
2018-12-08 08:45:06 -08:00
Sergio Benitez
5056705884
Improve query string routing and typed URI docs.
2018-12-07 12:09:15 -08:00
Desmond
d3c161e7d6
Fix typo in responses guide: 'T he' -> 'The'.
2018-12-06 21:29:51 -08:00
Sergio Benitez
a4dcb0cf4c
New version: 0.4.0.
2018-12-06 09:19:11 -08:00
Eric Dattore
50a635ed8e
Add support for MongoDB connection pooling in 'rocket_contrib'.
2018-12-06 08:17:12 -08:00
Sergio Benitez
90a6749313
New version: 0.4.0-rc.2.
2018-11-30 21:00:18 -08:00
Zack Chandler
59e27820e9
Fix typo in guide intro: 'offerring' -> 'offering'.
2018-11-14 03:42:02 -08:00
Vishal Sodani
d813883fa5
Remove extraneous 'to' in state guide.
2018-11-14 03:40:58 -08:00
Sergio Benitez
4224419e63
Reduce 'cfg' usage for 'private-cookies' feature.
2018-11-08 23:56:15 -08:00
Linus Unnebäck
53758c6dd7
Introduce the 'private-cookies' feature.
2018-11-08 23:38:18 -08:00
Sergio Benitez
0ac6c18deb
Fix 'rocket::custom()' guide documentation.
2018-11-08 09:26:50 -08:00
Sergio Benitez
1c496b3424
Improve the overview site page.
2018-11-06 23:35:03 -08:00
bohov
8195453249
Fix console output in guide.
2018-11-04 17:26:06 -08:00
Sergio Benitez
4dbd87a36f
New version: 0.4.0-rc.1.
2018-10-31 14:35:30 -07:00
Sergio Benitez
41de1e62fb
Implement 'Responder' for 'Status'.
...
This commit obviates the following removed types:
* response::Failure
* response::status::NoContent
* response::status::Reset
Closes #489 .
2018-10-31 03:57:22 -07:00
Sergio Benitez
34c76dd0a9
Keep release info in site's 'index.toml'.
2018-10-28 20:17:44 -07:00
Sergio Benitez
4d72a92a9c
Reorganize templating sections in responses guide.
2018-10-28 20:17:42 -07:00
Sergio Benitez
556206e8b3
Version all URLs to 'rocket.rs'.
2018-10-26 21:20:12 -07:00
Sergio Benitez
38536b58b5
Improve templates guide documentation.
2018-10-26 20:52:28 -07:00
Sergio Benitez
2b89acb5bc
Use better verbage on site index.
2018-10-26 03:33:12 -07:00
Sergio Benitez
0493febc58
Keep core count generic in guide.
2018-10-23 01:22:46 -07:00
Sergio Benitez
3903ffdb47
Update guide in full for current 0.4.0-dev.
2018-10-22 14:50:57 -07:00
Sergio Benitez
2d56af504d
Fix broken site URLs and typos.
2018-10-16 04:01:17 -07:00