Commit Graph

5 Commits

Author SHA1 Message Date
Rico Sta. Cruz 511de900ba
Formatting updates (#2133)
- Update some sheets which have very long sections
- Remove `layout: 2017/sheet` (everything has the same layout now)
- Remove outdated sheets
2024-04-03 18:30:24 +11:00
Rico Sta. Cruz 0de186c8f1
phoenix-routing: update 2017-09-04 11:20:35 +08:00
Mika Andrianarijaona 4f32428a63 Use user_url instead of user_path in last case
2 identical function call would return different output in 
```
user_path(Endpoint, :index)                 #=> /users
...
user_path(Endpoint, :index) #=> "http://localhost:4000/users"
```
but in fact the last one should use user_url as indicated in doc http://www.phoenixframework.org/docs/routing
2017-05-23 09:32:43 +03:00
Rico Sta. Cruz de2baa439c
Update 2016-06-03 04:41:26 +08:00
Rico Sta. Cruz 89b67ed4ac
Update 2016-06-02 18:07:58 +08:00