Commit Graph

1737 Commits

Author SHA1 Message Date
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
Eneko Alonso 361c6f5aa4 Improved Query Parameters section 2016-09-11 09:56:06 -07:00
Eneko Alonso 5b2e57dff9 Merge pull request #1 from eneko/patch-2
Add Query Parameters page
2016-09-11 09:45:11 -07:00
Eneko Alonso faaacfc368 Add Query Parameters page 2016-09-11 09:43:15 -07:00
Eneko Alonso 49151b4caf Create query-parameters.md 2016-09-11 09:42:02 -07:00
Tanner cdfbd19e76 Merge pull request #25 from SuhairZain/master
Remove try and change port from 8000 to 8080
2016-09-10 18:56:22 -04:00
Suhair Zain 90967092be Updated minor version in Package.swift example 2016-09-11 04:21:42 +05:30
Suhair Zain 2fa9e69a0e Removed try
Fix for
warning: no calls to throwing functions occur within 'try' expression
try drop.serve()
2016-09-11 04:15:54 +05:30
Suhair Zain 5190c4885c Changed port from 8000 to 8080 2016-09-11 04:14:51 +05:30
Nathan Flurry 22314737ef - Added Leaf documentation (copied from Leaf README)
- Modified views docs to add Leaf
2016-09-09 23:20:58 -07:00
Tanner Nelson fc67a8f81b
Merge branch 'master' of github.com:qutheory/documentation 2016-09-09 02:33:26 -04:00
Tanner Nelson 425dea5095
0.18 2016-09-09 02:33:20 -04:00