Commit Graph

748 Commits

Author SHA1 Message Date
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
Tóth Balázs 0faa1d35e4 Droplet start() is now run() 2016-09-16 11:49:23 +02:00
Tanner Nelson 0a6c4b874f
deuglifiers 2016-09-15 21:22:56 -04:00
Tanner Nelson 87bf399ffe
updates 2016-09-15 16:40:52 -04:00
Tanner 0c0738b5ea Merge pull request #28 from vapor/1.0
update install instructions
2016-09-15 00:48:18 -04:00
Tanner Nelson b5073d8e99
addl updates 2016-09-15 00:48:13 -04:00
Tanner Nelson b576d741aa
update install instructions 2016-09-15 00:27:36 -04:00
Tanner 317b2543c5 Merge pull request #27 from eneko/patch-2
Improved Query Parameters section
2016-09-11 19:34:52 -04:00