James Zhang
James Zhang
@Tim-at-AST Just set the `auto_save_delay_in_seconds` field in settings.
Same issue here. Seems like you have to use `Octopus.using(:slave) { User.first }`, which is not what the readme says.
Hi @gonzalo-bulnes, I'm interested in something very similar to JWT. The authentication hooks feature would be really helpful. After `authenticate_user!` runs, I want to verify the request with JWT. Thanks...
Any updates on this? We'd like to see this get merged!
All base-16 themes are in `output/textmate/` after you run the base16-builder since SublimeText can use TextMate themes. Is this what you mean? 
I've followed the instructions and I'm having trouble getting this to work in production with react. I'm getting this error: ``` remote: BrowserifyRails::BrowserifyError: Error while running `/tmp/build_3676ad6cb87a6ef8e94ae3b95727c78b/node_modules/.bin/browserify -t [ babelify...
@cymen Good catch, but those presets are actually in `dependencies` as well.
Here's the full error: ``` remote: D, [2016-02-17T22:25:33.362782 #711] DEBUG -- : Browserify: /tmp/build_336aa416a5618553366a6bcaa09a80dc/node_modules/.bin/browserify -t [ babelify --presets [ es2015 react ] ] --list -o "/tmp/build_336aa416a5618553366a6bcaa09a80dc/tmp/cache/browserify-rails/output20160217-711-1r7v268" - remote: I, [2016-02-17T22:25:46.498386...
Thanks @cymen for the suggestion, I'll do that until we figure out what's going on here.