Commit Graph

1705 Commits

Author SHA1 Message Date
Tanner Nelson 4132b7b5ab
addl config docs 2016-09-29 20:15:28 -04:00
Tanner Nelson 7a84e63fb7
add client config 2016-09-29 19:41:38 -04:00
Tanner Nelson 2d5d8e5614
server / tls config 2016-09-29 19:25:12 -04:00
Tanner 69e5d7d02a Merge pull request #48 from infinite-sea/master
Fixing links on Hello World docs
2016-09-29 16:07:17 -04:00
Infinite Sea Inc b9b2e0e4d7 updates 2016-09-29 07:36:17 -07:00
Infinite Sea Inc 21d9fadca3 Fix links 2016-09-29 07:34:08 -07:00
Anton Bronnikov cd03a75010 Explanation of the difference between request `parameters` vs. `data`
Based on the response from @tanner in slack channel
2016-09-28 18:31:14 +02:00
Tanner 6dcd594b6a Merge pull request #46 from jonaszmclaren/master
Update sessions.md
2016-09-28 09:42:01 -04:00
jonaszmclaren b9fce78e31 Update sessions.md
SessionsMiddleware instead of AuthMiddleware
2016-09-28 15:26:54 +02:00
Anton Bronnikov f595a85e5d Whitespace changes
My brackets keep changing this file in places where I don't really touch it.
2016-09-28 08:22:52 +02:00
Anton Bronnikov 2edb87eee0 Fix broken link to ResponseRepresentable 2016-09-28 08:21:47 +02:00
Anton Bronnikov f747a6c8ab Explain `context` argument from `makeNode`
Based on answer from @loganwright on Slack
2016-09-27 17:25:34 +02:00
Tanner 39efd63d0b Merge pull request #43 from vapor/sessions
sessions
2016-09-27 10:53:14 -04:00
Tanner ef5ec4fc25 Merge pull request #44 from siemensikkema/master
Minor improvements to auth documentation
2016-09-27 10:53:08 -04:00
Tanner 5247fdd4ce Merge pull request #45 from courteouselk/master
Fix makeNode method to reflect its implementation higher in the text
2016-09-27 10:52:50 -04:00
Anton Bronnikov cceecb65ad Fix makeNode method to reflect its implementation higher in the text
It makes the source to compile on top of that
2016-09-27 16:04:44 +02:00
Siemen Sikkema f5f3950f79 Fix login example code 2016-09-27 09:19:31 +02:00
Siemen Sikkema 3ec299e74d Update middleware.md
Replaces 'initialize it earlier and' with 'pass the same instance'. The word 'earlier' did not make sense given the context.
2016-09-27 08:22:01 +02:00
Tanner Nelson d393616a94
sessions 2016-09-26 11:43:31 -04:00
Tanner 648cff81cc Merge pull request #42 from Bored0ne/master
Doc for commands
2016-09-26 11:09:44 -04:00
Stephen Seaton-Blanchard 30c64b9b62 Create commands.md
Writing Command documentation.
2016-09-25 20:07:35 -05:00
Stephen Seaton-Blanchard f21f0e04ee Update couscous.yml
adding console.html to couscous.yml
2016-09-25 19:44:26 -05:00
Tanner Nelson 0b1ddeda9b
package list updates 2016-09-22 21:15:08 -04:00
Tanner Nelson 767dceb3d9
syntax + css updates 2016-09-22 20:48:50 -04:00
Tanner Nelson 0834936a36
small fixes 2016-09-22 19:54:59 -04:00
Tanner 92f259aa08 Merge pull request #41 from vapor/auth
auth docs
2016-09-22 19:53:35 -04:00
Tanner Nelson 9ba7527bcd
more auth 2016-09-22 12:22:37 -04:00
Tanner cf1c75f65a Merge pull request #40 from samisuteria/samisuteria-patch-1
update hello world
2016-09-22 11:06:50 -04:00
Sami Suteria 96ee48edef update hello world 2016-09-21 22:46:21 -07:00
Tanner Nelson d50c7d7433
auth docs 2016-09-22 01:16:08 -04:00
Sami Suteria 31534a8f17 update hello world 2016-09-21 19:59:30 -07:00
Tanner 9276bd446f Merge pull request #38 from vapor/controllers
controllers
2016-09-20 15:05:43 -04:00
Logan Wright e4d2aed646 update view docs 2016-09-20 14:44:29 -04:00
Tanner Nelson 72fb35cf08
controllers 2016-09-20 13:29:41 -04:00
Tanner 0333d0226c Merge pull request #37 from adriencanterot/vapor-version
Vapor version updated
2016-09-20 12:55:35 -04:00
Adrien Cantérot d7da51a596 Vapor version updated 2016-09-20 18:06:29 +02:00
Tanner 48bafebbe3 Merge pull request #34 from VikinArtisan/patch-3
update call view command
2016-09-19 13:27:52 -04:00
Tanner 9a4202091c Merge pull request #33 from VikinArtisan/patch-2
update get Content command
2016-09-19 13:27:37 -04:00
Tanner f20eb8fe45 Merge pull request #32 from zyxep/master
Typo for a file in the example
2016-09-19 13:26:27 -04:00
Tanner 61f90e0a47 Merge pull request #35 from VikinArtisan/patch-4
Install new version
2016-09-19 11:39:06 -04:00
vikin 2dff596a4b create routing controller 2016-09-18 11:22:20 +08:00
vikin 496135767a Install new version
```swift
.Package(url: "https://github.com/vapor/vapor.git", majorVersion: 0, minor: 18) -> .Package(url: "https://github.com/vapor/vapor.git", majorVersion: 1, minor: 0)
```
2016-09-18 08:36:29 +08:00
vikin 9d7aa322ce update call view command
correction drop.view("user.html")
2016-09-17 15:23:43 +08:00
vikin d423307282 Update request.md 2016-09-17 13:09:46 +08:00
vikin f63a6aad73 update get Content command
If you want to get content , must be unpacking;
```swift
request.data["hello"].string -> request.data["hello"]!.string
```
2016-09-17 11:31:13 +08:00
zyxep 447acf39b1 Typo for a file in the example 2016-09-16 23:03:04 +02:00
Tanner 2a1d14812b Merge pull request #31 from VikinArtisan/patch-1
update call view command
2016-09-16 12:50:41 -04:00
Tanner 94d9fedb25 Merge pull request #30 from tthbalazs/patch-1
Small updates for 1.0
2016-09-16 12:50:22 -04:00
vikin 052525fd0b update call view command
update call view command 
```swift
drop.view -> drop.view.make
```
2016-09-16 20:53:10 +08:00
Tóth Balázs 749ad90780 NodeRepresentable makeNode needs a Context 2016-09-16 11:55:06 +02:00