Jeb Rosen
|
633e495a6b
|
Update many doc tests in 'core' for async.
|
2020-07-11 09:24:28 -07:00 |
Jeb Rosen
|
6044961680
|
Update parts of contrib and associated tests and examples:
* json
* templates
* helmet
* databases
* serve
* examples/cookies
* examples/handlebars_templates
* examples/json
* examples/session
* examples/static_files
* examples/tera_templates
|
2020-07-11 09:24:28 -07:00 |
Jeb Rosen
|
097fbd7df0
|
Fix some broken links in API documentation.
|
2020-05-31 11:32:14 -07:00 |
Jeb Rosen
|
31712018bb
|
Update versions and links for updated dependencies.
|
2020-01-20 14:51:00 -08:00 |
Razican
|
f4bb8bb511
|
Update depedencies:
* contrib: 'rmp-serde', 'tera', 'memcache', 'mysql', 'postgres', 'redis'.
* examples: 'parking-lot', 'rand'
|
2020-01-19 11:01:11 -08:00 |
adrian5
|
3a1f012b56
|
Fix typo in databases documentation: extraneous word 'database'.
|
2019-11-03 10:06:45 -08:00 |
Jeb Rosen
|
3e4f8453ce
|
Remove use of the 'decl_macro' feature.
Also removes one internal use in the 'typed-uris' codegen test.
|
2019-07-19 11:39:56 -07:00 |
Sergio Benitez
|
1f9020d26f
|
Fix link to 'Rustqlite' in databases docs.
|
2019-06-28 17:38:08 -07:00 |
Jeb Rosen
|
fc78eaf836
|
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-26 09:11:27 -04:00 |
Jeb Rosen
|
2315171971
|
Migrate contrib to Rust 2018.
|
2019-06-25 11:30:39 -07:00 |
Leonora Tindall
|
c6c0b3a6e1
|
Update 'rusqlite' dependency to 0.16.
|
2019-05-16 13:50:54 -07:00 |
Sergio Benitez
|
1caf87eb21
|
Move to 0.5.0-dev on master.
|
2019-05-13 16:18:48 -07:00 |
Blake Smith
|
fcd64342fd
|
Fix typo in 'databases' documentation: 'pg_db' -> 'my_db'.
|
2019-03-13 06:32:28 -07:00 |
Peter Farr
|
622f4f399c
|
Flesh out database examples in the API documentation:
* Demonstrate multiple databases in ROCKET_DATABASES environment variable.
* Add a second example of connection guard type creation.
|
2019-03-13 06:30:31 -07:00 |
An Long
|
5ce43ed4e9
|
Add support for memcache connection pooling in 'rocket_contrib'.
|
2019-01-13 11:16:11 -08:00 |
Eric Dattore
|
aba3ad327b
|
Add database pool integration tests.
|
2018-12-23 21:12:44 -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
|
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 |
Sergio Benitez
|
4dbd87a36f
|
New version: 0.4.0-rc.1.
|
2018-10-31 14:35:30 -07:00 |
Sergio Benitez
|
556206e8b3
|
Version all URLs to 'rocket.rs'.
|
2018-10-26 21:20:12 -07:00 |
Sergio Benitez
|
f857f81d9c
|
Import 'database' attribute with 'macro_use'.
|
2018-10-09 04:31:09 -07:00 |
Sergio Benitez
|
9cb031a47d
|
Modularize contrib.
|
2018-10-09 04:31:09 -07:00 |
Sergio Benitez
|
28f2a33abd
|
Use inter/intra-crate links in all documentation.
|
2018-10-09 04:31:09 -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
|
fd6d577158
|
Remove 'use_extern_macros' feature: stabilized.
|
2018-08-18 17:06:28 -07:00 |
Sergio Benitez
|
58519e495e
|
Test all contrib features individually.
|
2018-08-18 16:52:45 -07:00 |
EloD10
|
46da03c3c3
|
Fix typo in 'DatabaseConfig' docstring.
|
2018-08-17 11:19:37 -07:00 |
Sergio Benitez
|
a62248f7ce
|
Consistently use 'diesel_postgres_pool' feature.
|
2018-08-17 11:16:36 -07:00 |
Sergio Benitez
|
fe9fad339e
|
Clean up connection pooling documentation.
|
2018-08-15 23:31:49 -07:00 |
Eric Dattore
|
60b9f06407
|
Implement connection pooling support in contrib.
Resolves #167.
|
2018-08-15 22:11:53 -07:00 |