Commit Graph

297 Commits

Author SHA1 Message Date
Jhonny Bill 5d7b56c613 Nit: move s outside the 2019-01-14 06:35:12 -04:00
Jhonny Bill c4509b5eaa FIX - http getting-started reference link 2019-01-12 18:31:21 -04:00
Jhonny Bill dfa25a7c3e FIX - database connections reference link 2019-01-12 18:26:34 -04:00
Jhonny Bill f06c88f3c4 FIX - broken structure reference link 2019-01-12 18:25:01 -04:00
Jhonny Bill d75fbfa7a6 FIX - spm reference link
FIX - structure reference link
2019-01-12 18:14:21 -04:00
Jhonny Bill 6e66d6c01d Nit: Parameters instead of Parameter<url>s 2019-01-12 18:10:50 -04:00
Jhonny Bill d0f0164010 FIX - database keyed-cache reference link 2019-01-12 18:07:15 -04:00
Jhonny Bill 3aa7f658b2 FIX - Async blocking section reference link 2019-01-12 18:00:10 -04:00
Jhonny Bill 2281b29b82 FIX - Put s in the right place in Models 2019-01-12 17:56:12 -04:00
Jhonny Bill 7b32c1367d FIX - Choosing a Driver reference link 2019-01-12 17:53:10 -04:00
Jhonny Bill 7199db8d70 FIX - database connections reference link 2019-01-12 17:46:30 -04:00
Jhonny Bill 63ca6cfb4b ADD - TOTP, HOTP and Data extension API reference url 2019-01-12 17:19:42 -04:00
Jhonny Bill 88b6f9e524 FIX - broken fluent/getting-started link due to missing .md 2019-01-12 17:07:37 -04:00
Jhonny Bill a2d5e16c1e FIX - missing .md in some SwiftPM links 2019-01-12 16:53:36 -04:00
Tim 309d4732a1
Merge pull request #334 from ScottRobbins/clarify-necessary-operands-for-filtering
Clarify necessary imports needed to filter with operators
2019-01-12 15:39:26 +00:00
bellebethcooper cedc9e55ce
Add mention of the need to enable FileMiddleware
Related to this issue: https://github.com/vapor/vapor/issues/1629#issuecomment-451648426
2019-01-06 08:59:34 +11:00
dym-sh 6c1ef10296
added Ubuntu 18.10 to the list of supported distros 2018-12-29 01:57:11 +01:00
dym-sh 54647036af
add Ubuntu 18.04 to the list of supported distros 2018-12-27 02:17:49 +01:00
Tanner d91e1526b0
Merge pull request #368 from vi4m/feature/multipart-bool
Add bool type support documentation #27
2018-10-31 16:26:47 -04:00
Tanner Nelson dd24aa91a9 remove extraneous docs 2018-10-30 14:47:01 -04:00
Tanner Nelson 7d0fae3d18 add yeoman docs 2018-10-30 14:46:54 -04:00
Marcin Kliks ccc3160ff9 Add bool type support documentation #27 2018-10-19 15:02:34 +02:00
Tanner 725a91fd71
Merge pull request #366 from vapor/update-style-guide
Update style guide
2018-10-16 16:20:01 -04:00
tanner0101 0bd4980439 clarify #set/#get usage in leaf 2018-10-16 11:48:36 -04:00
Jimmy McDermott edd1d28b73 Update style guide with info on sync throwing and swapping out the database type in repositories. 2018-10-14 11:16:45 -04:00
Tim 6299ee3599
Merge pull request #332 from cweinberger/feature/add-leaf-xcode-highlighting
Add option for leaf Xcode syntax highlighting
2018-10-07 15:18:49 +01:00
Hannes Staffler 6d8d0529cf
Update spm.md 2018-10-05 15:39:48 +02:00
Tanner 7f94a9b956
Merge pull request #364 from shto/fixes-docs-migration-not-null-error
Adds code to fix an error I have run into when attempting to migrate a database table
2018-09-25 16:20:07 -04:00
Christian Weinberger 27c5b3a68c
Update getting-started.md
Incorporating feedback from tanner0101
2018-09-23 21:57:04 +02:00
Andrei Patru 7942cf1ae2 Specify SQLite as the database used in the example code 2018-09-22 20:02:15 -07:00
Andrei Patru fdd66d7762 Added Content extension for user in Creating a Model section 2018-09-16 18:51:55 -07:00
Andrei Patru de1ba3683b Adds code to fix an error I have run into when attempting to migrate a database table 2018-09-16 18:02:13 -07:00
Andrei Patru 3d118f4020 Specify that conformance to is necessary before performing a query 2018-09-14 17:02:36 -07:00
Jimmy McDermott f15f82f77a Update maintainers and structure 2018-09-11 08:39:59 -04:00
Jimmy McDermott 56638d23bd Merge branch 'master' into style-guide 2018-09-10 15:06:59 -04:00
Jimmy McDermott ab865b906d Move to "extras" folder 2018-09-10 15:06:43 -04:00
Jimmy McDermott 8532899e7c remove provider naming 2018-09-09 11:48:58 -04:00
Tim 419ae4a249
Merge pull request #362 from axtonpitt/patch-1
Update toolbox.md
2018-09-07 13:55:53 +01:00
Eric Jacobsen 7ae1877248 Middleware page for documentation (#360)
* First draft of Middleware documentation.

* Update middleware.md

* minor typo, explanation of CORS and Errors order.

* more informative header, better link

* bronken link

* explanation of stacking middleware

* Better explanation of why CORS comes before error

* Edits ased on suggestions.

* overlooked backtick
2018-09-05 19:45:19 +02:00
Axton Pitt 51b2bb9967
Update toolbox.md
Fix `topics` typo
2018-09-02 14:31:00 +12:00
Tim Vermeulen b3267809a7
Fix typo in web socket readme 2018-09-01 17:28:06 +02:00
Tanner 7241465e00
Update index.md 2018-08-28 12:37:47 -04:00
Jimmy McDermott 63fd6f0a0a add withConnection change 2018-08-27 16:43:54 -04:00
Jimmy McDermott 2c6b089bd9 make repository compile 2018-08-22 08:04:23 -05:00
Jimmy McDermott 56916fec70 remove parameter label 2018-08-22 08:00:12 -05:00
Jimmy McDermott 57e8cf28f6 update controller to thread-safe method 2018-08-22 07:56:18 -05:00
Jimmy McDermott 471e9c736a Update repository to thread-safe method 2018-08-22 07:50:48 -05:00
Jimmy McDermott 9cfba7670d Merge branch 'master' into style-guide 2018-08-22 07:44:24 -05:00
tanner0101 025b1c7db2 update redis docs 2018-08-17 16:16:01 -04:00
Tanner 16483f71bc
Merge pull request #350 from lukabratos/master
Fix broken link
2018-08-14 15:45:15 -04:00