Sergio Benitez
|
f86b1cd775
|
Print a nice message when readlink/readpath support is bad.
|
2016-12-25 22:23:54 -06:00 |
Sean Griffin
|
eb8d973abd
|
Fix typo in Outcome formatting: Succcess -> Success.
|
2016-12-25 21:37:06 -06:00 |
Sergio Benitez
|
61fb573622
|
Check git status in publish script.
|
2016-12-24 17:33:43 -06:00 |
Sergio Benitez
|
fb7a756cf1
|
New version: 0.1.2.
|
2016-12-24 14:15:00 -08:00 |
Sergio Benitez
|
89f42a614d
|
Properly resolve nested template names in contrib.
Fixes #42.
|
2016-12-24 14:03:56 -08:00 |
Sergio Benitez
|
de6de99caf
|
Add script to automate publishing.
|
2016-12-24 13:05:32 -08:00 |
Sergio Benitez
|
61a998f227
|
Add script to bump version numbers.
|
2016-12-24 12:41:30 -08:00 |
Sergio Benitez
|
9cebab5037
|
Fix get_raw_segments index argument in route codegen.
Fixes #41.
|
2016-12-24 11:58:24 -08:00 |
Sergio Benitez
|
14f79c3733
|
New version: 0.1.1. NamedFile hotfix.
|
2016-12-23 12:30:44 -08:00 |
Sergio Benitez
|
591963106e
|
Update NamedFile documentation.
|
2016-12-23 12:02:17 -08:00 |
Sergio Benitez
|
586254d1e9
|
Merge pull request #27 from rbalicki2/fix-typo
Fix `li` tag in handlebars_templates example.
|
2016-12-23 11:56:35 -08:00 |
Sergio Benitez
|
16f70480f5
|
Actually send the file via NamedFile.
|
2016-12-23 11:51:11 -08:00 |
Robert
|
77cfe0ac02
|
<Li> should be <li>
|
2016-12-23 14:42:57 -05:00 |
Sergio Benitez
|
d28b4eb05b
|
Remove outdated docs.
|
2016-12-23 06:04:36 -08:00 |
Sergio Benitez
|
2a1426779c
|
Limit keywords for crates.io.
|
2016-12-23 05:12:39 -08:00 |
Sergio Benitez
|
a94fcf41db
|
New version: 0.1.0. First public release!
|
2016-12-23 05:03:07 -08:00 |
Sergio Benitez
|
22a058d2d5
|
Add Cargo metadata to contrib and codegen crates.
|
2016-12-23 04:20:46 -08:00 |
Sergio Benitez
|
d56ea65f27
|
Fix versions for packaging.
|
2016-12-23 03:55:59 -08:00 |
Sergio Benitez
|
25a4469791
|
Add Cargo metadata for packaging.
|
2016-12-23 03:36:26 -08:00 |
Sergio Benitez
|
858cb6524f
|
Add licenses.
|
2016-12-23 03:18:59 -08:00 |
Sergio Benitez
|
12302bcadb
|
Document default FromParam impls.
|
2016-12-23 02:39:34 -08:00 |
Sergio Benitez
|
2cf7e2c6cd
|
Sync testing exmaple with guide.
|
2016-12-23 02:39:10 -08:00 |
Sergio Benitez
|
b0f1263c0e
|
Sync pastebin example with tutorial.
|
2016-12-23 02:38:50 -08:00 |
Sergio Benitez
|
e76ba7d219
|
Document the JSON responder, default template dir.
|
2016-12-23 02:38:30 -08:00 |
Sergio Benitez
|
b6e3cb6c05
|
Document segments and debug env var in codegen.
|
2016-12-23 02:37:57 -08:00 |
Sergio Benitez
|
7d97bf04ea
|
Prepend http:// to address:port in launch message.
|
2016-12-22 05:27:23 -08:00 |
Sergio Benitez
|
2c26777c75
|
Expose a single function in codegen to docs build.
|
2016-12-22 04:15:29 -08:00 |
Sergio Benitez
|
7da41112cf
|
Document the codegen crate.
|
2016-12-22 02:26:02 -08:00 |
Sergio Benitez
|
595cc5be57
|
Emit warning about disabled session keys.
|
2016-12-22 01:29:58 -08:00 |
Sergio Benitez
|
7cf3cb6bc6
|
Only enable codegen logging with env var.
|
2016-12-22 00:53:43 -08:00 |
Sergio Benitez
|
07b5c3de2e
|
Remove WIP from Readme.
|
2016-12-22 00:22:56 -08:00 |
Sergio Benitez
|
76073718c7
|
New version: 0.1.0 release candidate.
|
2016-12-22 00:05:05 -08:00 |
Sergio Benitez
|
2dc1ba29f0
|
Adds tests for JSON example. Emit warning from JSON FromData.
This also includes a tiny change to the `mk-docs` script to build a
blank index at the root of the docs.
|
2016-12-21 22:56:58 -08:00 |
Sergio Benitez
|
b9742c1202
|
Fix broken links in docs.
|
2016-12-21 01:33:45 -08:00 |
Sergio Benitez
|
80632689f4
|
Document Request.
|
2016-12-21 01:30:45 -08:00 |
Sergio Benitez
|
dedf5094fe
|
Remove URIBuf.
|
2016-12-21 00:20:14 -08:00 |
Sergio Benitez
|
62fe734492
|
URI uses Cow iternally.
|
2016-12-21 00:09:22 -08:00 |
Sergio Benitez
|
f3b7b7db5e
|
Add example for FromData.
|
2016-12-20 18:07:14 -08:00 |
Sergio Benitez
|
c61e40f5a3
|
Document config ParsingError.
|
2016-12-20 17:27:46 -08:00 |
Sergio Benitez
|
0acb9eab83
|
Document Response. Update Config tests.
|
2016-12-20 17:27:31 -08:00 |
Sergio Benitez
|
6e2913fc5c
|
Cleanup Responder documentation.
|
2016-12-20 13:40:02 -08:00 |
Sergio Benitez
|
abdb8c2aa1
|
Document ResponseBuilder.
|
2016-12-19 23:29:20 -08:00 |
Sergio Benitez
|
5540201236
|
Fix fallout from Tera dependency update.
|
2016-12-19 21:04:40 -08:00 |
Sergio Benitez
|
e7fe962546
|
Update documentation links in README.
|
2016-12-19 20:50:14 -08:00 |
Sergio Benitez
|
dba6f26ac9
|
Update Tera dependency to 0.5.
|
2016-12-19 20:42:57 -08:00 |
Sergio Benitez
|
d44c61f1af
|
Redocument ContentType.
|
2016-12-19 20:40:21 -08:00 |
Sergio Benitez
|
ddbd7966f7
|
Document Body. Derive Clone/Copy/PartialEq appropriately in response module.
|
2016-12-19 20:10:24 -08:00 |
Sergio Benitez
|
1851187a2d
|
Reword http module documentation.
|
2016-12-19 19:50:27 -08:00 |
Sergio Benitez
|
f101069610
|
Document Status and StatusClass.
|
2016-12-19 19:46:49 -08:00 |
Sergio Benitez
|
3414266a8a
|
Document Header and HeaderMap.
|
2016-12-19 18:04:31 -08:00 |