TIL, 2017-03-07
- Use value objects liberally, they can replace database objects.
- When submitting via Rails, you can’t send a file via GET. You have to POST it (you can send the file but you can’t read the contents at a
show
endpoint.
show
endpoint.