Commit Graph

61 Commits

Author SHA1 Message Date
viz 0026cae298 Update hello-world.md (#426)
Seems the instruction is outdated.
2019-12-23 09:40:16 -06:00
Joe Smith 95bba5fa2e Cannot use `id` in Swift (#407)
* Cannot use id in Swift

`error: 'id' is unavailable in Swift: 'id' is not available in Swift; use 'Any'`

https://developer.apple.com/swift/blog/?id=39

* Update routing.md
2019-09-12 15:33:36 +01:00
Christian Weinberger a65a957cea Update toolbox.md (#400)
I am always searching for the installation guide for the toolbox on this page, so I added the links.
2019-03-20 11:39:18 -04:00
Ross Beazley 2b648ed280 fix incorrect pattern name DI -> Service Locator (#391)
As fowler discusses here

[Inversion of Control Containers and the Dependency Injection pattern](https://martinfowler.com/articles/injection.html#UsingAServiceLocator)

Dependency Injection and Service Locator are different things. If I understand correctly a service locator is passed into the object in question and it then has to request the service it needs from it. Dependency injection would have the objects dependencies automatically injected in through its initialiser or setters. In this case I think we are using a Service Locator.
2019-01-31 09:38:02 +00:00
Jhonny Bill 5d7b56c613 Nit: move s outside the 2019-01-14 06:35:12 -04:00
Jhonny Bill 2281b29b82 FIX - Put s in the right place in Models 2019-01-12 17:56:12 -04:00
Jhonny Bill a2d5e16c1e FIX - missing .md in some SwiftPM links 2019-01-12 16:53:36 -04: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
Tanner Nelson dd24aa91a9 remove extraneous docs 2018-10-30 14:47:01 -04:00
Hannes Staffler 6d8d0529cf
Update spm.md 2018-10-05 15:39:48 +02:00
Axton Pitt 51b2bb9967
Update toolbox.md
Fix `topics` typo
2018-09-02 14:31:00 +12:00
Luka Bratos b8dc3bced7 Fix broken link 2018-08-14 16:24:26 +01:00
tanner0101 360d9a5651 auth template fix 2018-08-10 13:45:04 -04:00
tanner0101 1be85fa175 add auth 2 docs 2018-08-09 15:03:14 -04:00
Ariel Serafini e975956067
fix typo 2018-08-01 20:14:42 -03:00
tanner0101 4c26eeb820 sql docs updates 2018-07-12 12:50:16 -04:00
Kaunteya Suryawanshi 4e959e0d40
Updated the formatting 2018-05-14 14:59:11 +05:30
Kaunteya Suryawanshi 472b23fa6e
Mac as device to be used while running from Xcode
This will help if people who are facing issue https://github.com/vapor/vapor/issues/1681
2018-05-13 20:42:14 +05:30
Kacy James 5c241fc05c
Update routing.md
Updated routing.md to reflect api changes.
2018-05-05 13:33:32 -07:00
tanner0101 38b385c805 update support matrix + remove beta flags 2018-05-04 21:37:13 -04:00
tanner0101 eecba2ad88 add multipart docs 2018-04-12 22:31:15 -04:00
tanner0101 b2fbe046c4 add async section + console docs 2018-04-05 14:47:45 -04:00
tanner0101 c463dfa0f7 crypto updates 2018-04-02 21:10:19 -04:00
Tanner 7316e15033
Merge pull request #291 from ckd/master
pedantic copyediting
2018-03-13 17:41:53 -04:00
tanner0101 55e1982935 getting started services update 2018-03-13 15:46:29 -04:00
Carl Downing ebc2b598c2 typos 2018-03-13 10:36:05 -07:00
tanner0101 80162c786d update futures page 2018-03-13 13:20:24 -04:00
Carl Downing 59c9bbae5b minor fixes 2018-03-12 21:39:46 -07:00
Carl Downing 43becf88f9
Merge branch 'master' into master 2018-03-12 21:12:20 -07:00
Carl Downing 7577f9213e it's possessive 2018-03-12 20:49:31 -07:00
tanner0101 6a1bc225e5 getting started cleanup 2018-03-12 23:36:44 -04:00
tanner0101 ce38409f2c remove all broken links 2018-03-12 23:05:53 -04:00
tanner0101 0e68cb49bc cleanup 3.0 docs. post-nio. get ready for contributions 2018-03-12 22:23:34 -04:00
Joannis Orlandos 6ee3dcc8e3
Merge pull request #270 from vapor/database-docs
Database docs
2018-01-03 00:35:00 +01:00
Joannis Orlandos 0110024b84 remove future wrappers 2018-01-02 01:38:06 +01:00
Ben Scheirman ec35e6c90b
Add warning about missing template
Hopefully this will stave off some initial confusion when someone tries to use a template that doesn't have a beta branch in its repo.w
2017-12-28 07:59:53 -06:00
Joannis Orlandos 5109c5d3c7
Merge pull request #255 from twof/patch-2
Updating parameters example
2017-12-22 09:52:38 +01:00
Alex Reilly 9a37b7a6fa
Updated always example
the always example was still using the old finally syntax. Also fixed a typo
2017-12-21 19:51:44 -08:00
Alex Reilly cf213631b7
Updating parameters example 2017-12-20 16:53:46 -08:00
Alex Reilly 9ac121fd6e
Fix typo 2017-12-20 16:20:14 -08:00
Joannis Orlandos 47e35b20dd update docs 2017-12-20 19:19:24 +01:00
Joannis Orlandos f0109fe34c Small docs cleanups 2017-12-20 00:13:47 +01:00
Joannis Orlandos 044e46c4ee update getting started 2017-12-13 12:56:55 +01:00
Joannis Orlandos 8aa568f813 start working on new docs 2017-12-13 12:28:28 +01:00
Joannis Orlandos fa90ff06d1 clarified routing docs 2017-12-01 14:26:52 +01:00
Joannis Orlandos e1d1dbf5df Fixed remaining dead links 2017-11-19 13:05:06 +01:00
Joannis Orlandos e7af0d2ebc
Merge pull request #244 from nanosem/patch-1
Update application.md
2017-11-18 11:51:36 +01:00
Tanner Nelson 64a2cf91aa clean up getting started + async concepts 2017-11-17 17:50:59 -05:00
Sem Vasutin 3bd9a573a0
Update application.md
Fixed wording.
2017-11-17 14:57:54 +02:00
Tanner Nelson c7225b92c8 additional docs 2017-11-16 20:36:19 -05:00