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 |
Sergio Benitez
|
3151bdc212
|
Revise 'rocket::custom()' explanation for updated guide.
|
2018-10-15 22:56:40 -07:00 |
Sergio Benitez
|
26ee132782
|
Update site content for restructure.
|
2018-10-15 22:53:05 -07:00 |
Zac Pullar-Strecker
|
1c0f2d41a7
|
Explain 'rocket::custom()' in configuration guide.
Resolves #371.
|
2018-10-15 22:52:41 -07:00 |
Sergio Benitez
|
2839aca8ce
|
Update features for latest nightly.
|
2018-10-09 04:31:09 -07:00 |
Sergio Benitez
|
360b0e80b0
|
Port all codegen tests to codegen_next.
|
2018-10-09 04:31:08 -07:00 |
Sergio Benitez
|
d011cd63fc
|
Remove unnecessary 'use rocket::catch'.
|
2018-09-16 20:52:07 -07:00 |
Sergio Benitez
|
351757c6ee
|
Rename 'Rocket::catch()' to 'Rocket::register()'.
|
2018-09-16 02:25:12 -07:00 |
Sergio Benitez
|
112e700836
|
Reimplement 'catch' attribute as a proc-macro.
|
2018-09-16 01:32:40 -07:00 |
Sergio Benitez
|
fe9fad339e
|
Clean up connection pooling documentation.
|
2018-08-15 23:31:49 -07:00 |
Sergio Benitez
|
5fa28ae9d2
|
Mention 'format' shorthands in requests guide.
|
2018-08-14 22:15:16 -07:00 |
Alfie John
|
47485dbadd
|
Fix a few grammar issues in guide.
|
2018-08-14 21:50:23 -07:00 |
Sergio Benitez
|
e0961e0750
|
Require all 'AdHoc' fairings to be named.
|
2018-08-14 09:14:06 -07:00 |
Sergio Benitez
|
f941b1310b
|
Improve template engine customization docs.
|
2018-08-10 23:29:12 -07:00 |
jeb
|
491b04cf5a
|
Implement template auto-reload.
Resolves #163.
|
2018-08-10 23:29:12 -07:00 |
Sergio Benitez
|
b5a4e18b0e
|
Remove outdated lint information in state guide.
Closes #389.
|
2018-08-07 23:55:25 -07:00 |
Sergio Benitez
|
41f0614b14
|
Update request-local state documentation.
|
2018-08-07 23:16:16 -07:00 |
jeb
|
d1cfdbaa8e
|
Add documentation and examples for request-local state.
Closes #654.
|
2018-08-07 19:40:30 -07:00 |
Oleg Antonyan
|
0079e738e8
|
Add docs on retrieving config extras to guide.
Resolves #576.
|
2018-07-02 15:17:53 -07:00 |
Rolf Schmidt
|
0842612607
|
Improve error catcher documentation in requests guide.
|
2018-05-31 21:16:11 +02:00 |
Sergio Benitez
|
d17b392538
|
Use diesel <= 1.2 while nightly issues persist.
|
2018-05-29 18:37:14 +02:00 |