Commit Graph

104 Commits

Author SHA1 Message Date
Tanner 5cf4a84bee Merge pull request #171 from fletcher89/patch-1
Fix incorrect link to deploy section
2017-06-02 16:17:10 +01:00
Christian 056bef6812 Fix incorrect link to deploy section 2017-05-26 22:14:18 +02:00
Kacy James d5051bab92 Update getting-started.md 2017-05-26 15:05:15 -04:00
Kacy James 89ecfba1a8 Update getting-started.md 2017-05-26 15:04:21 -04:00
Kacy James f7a2602fde Update getting-started.md 2017-05-26 14:43:40 -04:00
Kacy James 6e4afc7d7d Show Minimum Required Functions
I think it would be useful to show a complete representation of the model class then go into explaining what does what. Upon reading the documentation, I was under the impression that all I needed to have in order for my model to be valid was:

```
final class Pet: Model {
    var name: String
    var age: Int
    let storage = Storage()

    init(name: String, age: Int) {
        self.name = name
        self.age = age
    }
}
```
2017-05-26 14:38:48 -04:00
Martin J. Lasek 96482e4cd3 Added documentation on how to add validation packages
t the moment the validation-provider package name is still VaporValidation. However it is renamed to ValidationProvider in patch-3 of the package but not yet released.

Since this is a bug and the fix will be released very soon I considered using the right name here in the documentation already :)
2017-05-25 19:51:48 +02:00
Sebastian Boldt bbd61e2bad Update droplet.md
The environment isn't available directly through the Droplet in Vapor 2 anymore. You need to use the config instead.
2017-05-24 10:02:12 +02:00
Nate Bird 18aeafdf6b Added details about the PostgreSQL Driver 2017-05-22 22:20:12 -04:00
Tanner c987673bec Merge branch 'master' into bhPackages 2017-05-22 17:49:14 +01:00
Tanner 6a535e6002 Merge pull request #164 from vapor/markdown
Add markdown-provider to list of providers
2017-05-22 17:48:46 +01:00
Tanner 988ce558b8 Update package.md 2017-05-22 17:48:03 +01:00
Tim cd1159d191 Add Broken Hands packages to community list 2017-05-22 17:27:18 +01:00
Tim 7846593b72 Add markdown-provider to list of providers 2017-05-22 17:25:32 +01:00
Sam Rayner 86f7510a6c Correct wording around soft deletion
Corrected to clarify that soft-deleted objects will not be affected by queries unless `.withSoftDeleted()` is used.
2017-05-22 13:53:32 +01:00
Tanner 179ae0fe91 Merge pull request #158 from spacedrabbit/routing-to-request-url-fix
missing '/' in url
2017-05-22 11:20:11 +01:00
Gleb Arkhipov 89beafc9d0 Changed BCrypt work factor to cost 2017-05-21 19:50:05 +02:00
Louis T c4d6d53041 missing '/' in url fix 2017-05-20 18:17:45 -04:00
tanner0101 3f70d3c523 addl controller updates 2017-05-19 16:38:41 +01:00
tanner0101 023abbd44e controller update 2017-05-19 16:35:44 +01:00
tanner0101 bbe3791940 old docs update 2017-05-19 15:49:57 +01:00
Tanner 2085b2662d Update log.md 2017-05-19 12:18:50 +01:00
Tanner 6f933845ee Update package.md 2017-05-19 12:17:21 +01:00
Tanner ed36d4ece7 Update log.md 2017-05-19 12:15:36 +01:00
Tanner 2240018eb8 Merge pull request #156 from natebird/patch-1
Update Swifty Beaver provider url
2017-05-19 11:46:24 +01:00
Tanner e39403410a Update index.md 2017-05-19 11:46:08 +01:00
Tanner 7619631928 Merge pull request #155 from DJNgoma/patch-3
Making manual installation guide compatible with Vapor 2.0
2017-05-19 11:45:44 +01:00
tanner0101 9f4ebc2b03 support us section 2017-05-19 11:28:53 +01:00
tanner0101 e5084fcf59 remove maincoon for now 2017-05-19 11:10:13 +01:00
Nate Bird 72740daa0e Update Swifty Beaver provider url
Update Swifty Beaver provider url to the new vapor-community location.
2017-05-18 21:02:19 -04:00
Daliso Ngoma 50d22b34c7 If at first you don't succeed, try, try again. 2017-05-19 04:12:59 +08:00
Tanner 7cdf0fa0be Merge pull request #153 from vapor/node
getting started - node
2017-05-18 19:09:58 +01:00
Daliso Ngoma bcf341021a Change Basic and Light to API and Web 2017-05-19 01:50:22 +08:00
Logan Wright 6881cc831e getting started 2017-05-18 16:17:58 +01:00
Tanner d50944bee7 Merge pull request #149 from vapor/packages
packages
2017-05-18 15:20:50 +01:00
Tanner b5d7195e0a Merge pull request #152 from vapor/support
version support
2017-05-18 15:20:34 +01:00
tanner0101 78de612544 latest minor version note 2017-05-18 15:20:20 +01:00
tanner0101 435f4308af minor version support tweaks 2017-05-18 15:18:19 +01:00
Tanner c7b2f43c30 Update droplet.md 2017-05-18 14:57:35 +01:00
tanner0101 8954a35578 version support 2017-05-18 14:55:33 +01:00
Tanner b947bd84cc Merge pull request #150 from DJNgoma/patch-1
Update for Vapor 2.0
2017-05-18 10:58:54 +01:00
Tanner a5403d870c Update hello-world.md 2017-05-18 10:58:31 +01:00
Daliso Ngoma b3df20a6b2 Update for Vapor 2.0 2017-05-18 17:48:44 +08:00
tanner0101 c065de5aa8 packages 2017-05-18 10:34:04 +01:00
Gabriel Peart 0a64211f17 Typo fix 2017-05-18 10:26:29 +02:00
Logan Wright 4b9620bfc3 initial node doc for release 2017-05-17 01:13:36 +01:00
tanner0101 566558c1dd debugging 2017-05-17 00:19:04 +01:00
tanner0101 3247aa6683 update package bits + core 2017-05-16 23:56:25 +01:00
Logan Wright ac7d4eaad6 bytes convertible notes 2017-05-16 20:33:59 +01:00
Logan Wright 0a24336af8 clean up some single file pages 2017-05-16 20:29:39 +01:00