Sean McCullough
Sean McCullough
``` coffeescript records = [undefined, {default: false}, {default: true}] records[0]?.default = true if records[0]? then records[0].default = true ``` the last two lines should do the same thing, but the...
Frontends should be able to bind to a specific listener (e.g. 192.168.0.100:8000) and route those requests to the frontend regardless of the `Host` header.
Describe how you use the REPL, how to change the path of the socket, and list commands you can use in the REPL
find_by_id calls videos/:id but should call videos/?q=:id Check my fork for a fix.