RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: jpemberthy
Site: jpemberthy.github.com
+1. Thanks.
+1
Ryan, thanks so much for recording this episode. Last week I worked in something similar. Just one thing, I would pass the version as a mime type parameter. Something like:
curl -H "Accept: vnd.myapp+json; version=2"
Here's my implementation.
Andy, take a look on this.
Thanks Ryan!
3.2 Tip. You should replace
if template.locals.include? :mustache
with
if template.locals.include? 'mustache'
Hey guys,
Suggestions on this question? How to list active subscribers using Faye - Thanks.
@Benoit It should work as long as you keep your faye instance running in a different server.
@15 Jonas thanks!
The only bad thing I've found in CarrierWave is that it doesn't have some built-in validations, e.g upload size =>
http://stackoverflow.com/questions/4753066/validate-size-of-upload-using-carrierwave
+1. Thanks.
+1
Ryan, thanks so much for recording this episode. Last week I worked in something similar. Just one thing, I would pass the version as a mime type parameter. Something like:
curl -H "Accept: vnd.myapp+json; version=2"
Here's my implementation.
Andy, take a look on this.
Thanks Ryan!
3.2 Tip. You should replace
if template.locals.include? :mustache
with
if template.locals.include? 'mustache'
Hey guys,
Suggestions on this question? How to list active subscribers using Faye - Thanks.
@Benoit It should work as long as you keep your faye instance running in a different server.
@15 Jonas thanks!
The only bad thing I've found in CarrierWave is that it doesn't have some built-in validations, e.g upload size =>
http://stackoverflow.com/questions/4753066/validate-size-of-upload-using-carrierwave