Mark Bates

Results 105 comments of Mark Bates

@benkraus that would be great! I tried a while back, but gave up as I never use GAE and it needs someone who has some knowledge there to try and...

I was able to get a non-db backed up running fairly easy. I couldn’t quite figure out how to hook up pop to googles postgres though. I’m not too familiar...

Can you outline what you have in mind for this?

Fun fact there is already a request id populated for you in the context. :) it’s put into every log. It looks like xxx-yyy the first half is session scoped,...

If `-e` or `-k` is still packing assets into the binary, that's definitely a bug. It's mostly an issue with these two lines: https://github.com/gobuffalo/buffalo/blob/master/buffalo/cmd/build/assets.go#L24 https://github.com/gobuffalo/buffalo/blob/master/buffalo/cmd/build/assets.go#L28 A PR to fix it...

@sbinet right now it's the current front runner. the only reason we haven't integrated it is because it only got Mac support with Go `1.10`. Now that that has happened...

If it was me, :), I would write a package somewhere that has an implementation of the new Server interface and then people can just import it and pass in...

Agreed! Tell me what you need and I’ll set up dns entries and heroku. Or we can keep it the same app, and switch template folders based on the domain.

I can't reproduce either, but I believe I know what happened. You reported your second step as `$ ~/go/bin/buffalo new test && cd test` and then, correct me if I'm...

All yours! Good luck! @stanislas-m can answer questions you might have about translating it. Can’t wait!