Tanner
c8a856f0e8
Merge branch 'master' into master
2017-06-02 16:43:55 +01:00
Tanner
e2804a9e86
Merge pull request #179 from valen90/patch-1
...
Update preparations
2017-06-02 16:43:26 +01:00
Tanner
5b7786c128
Merge pull request #178 from vapor/correct-manual-view-docs
...
Update manual section.
2017-06-02 16:42:59 +01:00
Tanner
7671c82a33
Merge pull request #177 from vapor/specify-executable
...
lots of people getting hung up on executable, added image
2017-06-02 16:42:29 +01:00
Tanner
f1f10e91bb
Merge pull request #173 from HelloDHLyn/fix-sample-code-error
...
Fix incorrect function name in sample code
2017-06-02 16:18:01 +01:00
Tanner
430728498c
Merge pull request #172 from MartinLasek/patch-2
...
Make validation/package.md accessible on https://docs.vapor.codes/2.0/
2017-06-02 16:17:40 +01:00
Tanner
5cf4a84bee
Merge pull request #171 from fletcher89/patch-1
...
Fix incorrect link to deploy section
2017-06-02 16:17:10 +01:00
Tanner
bc1eac6612
Merge pull request #170 from TheNorthEestern/patch-1
...
Show Minimum Required Functions
2017-06-02 16:16:40 +01:00
David Brunow
bb8e34a556
Fix link to point to live site instead of localhost
2017-06-01 10:40:20 -05:00
Valentín Corral García
86c6715dc8
Update database.md
2017-05-31 14:03:07 +02:00
Logan Wright
c52858e3aa
Update manual section.
2017-05-30 18:32:14 +01:00
Logan Wright
36e566893e
lots of people getting hung up on executable, added image
2017-05-30 12:14:22 +01:00
Do Hoerin
de4f76b954
Fix incorrect function name in sample code
2017-05-28 00:56:48 +09:00
Martin J. Lasek
10b71c8343
Make "validation/package.md" documentation accessible from menu on " https://docs.vapor.codes/2.0/ "
...
We now have documentation about "validation/package.md" but it is not accessible through the menu on the website "https://docs.vapor.codes/2.0/ ".
This PR should solve that :)
2017-05-27 13:16:35 +02: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
Tanner
f1e11d6d81
Merge pull request #168 from MartinLasek/patch-1
...
Added documentation on how to add validation packages
2017-05-25 18:58:24 +01: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
tanner0101
848ea8dfed
build
2017-05-24 13:32:02 +01:00
Tanner
3a78f15961
Merge pull request #166 from SebastianBoldt/patch-1
...
Update droplet.md
2017-05-24 13:31:25 +01: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
Tanner
6b5134a909
Merge pull request #165 from natebird/patch-2
...
Added details about the PostgreSQL Driver
2017-05-23 12:22:34 +01:00
Nate Bird
18aeafdf6b
Added details about the PostgreSQL Driver
2017-05-22 22:20:12 -04:00
Tanner
b23cb20a37
Merge pull request #163 from vapor/bhPackages
...
Add Broken Hands packages to community list
2017-05-22 17:49:19 +01: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
ec09e2d832
Merge pull request #162 from vapor/issue-161
...
Increase redis-provider version in the sample
2017-05-22 17:48:23 +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
Zsolt Váradi
86f8fc3107
Increase redis-provider version in the sample
...
Resolves #161 .
2017-05-22 17:17:44 +02:00
tanner0101
19e31f0e3b
build
2017-05-22 14:13:39 +01:00
Tanner
cface21a03
Merge pull request #160 from samrayner/patch-1
...
Correct wording around soft deletion
2017-05-22 14:13:11 +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
tanner0101
922d83b8fb
build
2017-05-22 11:20:53 +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
Tanner
cf6c06d270
Merge pull request #159 from l1quify/l1quify-patch-1
...
Renamed BCrypt work factor to cost
2017-05-22 11:19:38 +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
a5a72920d5
update cloud yml
2017-05-19 16:44:51 +01:00
tanner0101
29203c9e84
build
2017-05-19 16:38:55 +01:00
tanner0101
3f70d3c523
addl controller updates
2017-05-19 16:38:41 +01:00
tanner0101
b26adad8f6
build
2017-05-19 16:37:14 +01:00
tanner0101
e1bbcbff27
build
2017-05-19 16:36:39 +01:00
Tanner
491551d250
Merge pull request #157 from vapor/two
...
old docs update
2017-05-19 16:36:13 +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